]> git.lyx.org Git - lyx.git/blob - src/insets/ChangeLog
better (and localizable) display of vertical spaces
[lyx.git] / src / insets / ChangeLog
1 2005-05-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2
3         * insetvspace.C (draw): use VSpace::asGUIName.
4
5 2005-05-17  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
6
7         * insetbase.C (getStatus): allow LFUN_INSET_MODIFY unconditionally
8         * insetbibitem.C, insetbibtex.C, insetlabel.C (doDispatch): call
9         cur.noUpdate() if nothing changed
10         * insetlatexaccent.[Ch]: spelling fixes
11
12 2005-05-13  Martin Vermeer  <martin.vermeer@hut.fi>
13
14         * insetcollapsable.C (doDispatch): fix
15         click-on-closed-collapsable-inset-crash bug.
16
17 2005-05-12  Martin Vermeer  <martin.vermeer@hut.fi>
18
19         * insettabular.C (pasteSelection):
20         * insettext.h (copy c'tor): fix paste inside tabulars.
21
22 2005-04-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
23
24         * insetoptarg.C (plaintext): add dummy method.
25
26 2005-05-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
27
28         * insetbase.h (doDispatch): document a bit more
29         * insetcommand.C, insetfloat.C, insetgraphics.C, insetinclude.C,
30         insetnote.C, insetwrap.C, updatableinset.C (doDispatch): don't call
31         cur.bv().update(), because that leads to nested updates. Call
32         cur.noUpdate() instead where approriate.
33
34 2005-05-07  Michael Schmitt  <michael.schmitt@teststep.org>
35
36         * insetbibtex.C: change screen label
37         * insetref.C:
38         * insetert.C: rename LFUN_REF_GOTO to LFUN_LABEL_GOTO
39
40 2005-05-06  José Matos  <jamatos@lyx.org>
41
42         * insetcommandparams.C (scanCommand): fix out of range string access.
43
44 2005-05-05  Martin Vermeer  <martin.vermeer@hut.fi>
45
46         * insetbibitem.C (bibitemMaxWidth): removed as obsolete
47
48 2005-05-03  Martin Vermeer  <martin.vermeer@hut.fi>
49 2005-05-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
50
51         * insetcharstyle.[Ch] (undefined, setUndefined, setDefined): new,
52         handle undefined character styles
53         * insetcharstyle.[Ch] (latex, linuxdoc, docbook, plaintext, validate):
54         handle undefined character styles
55
56 2005-04-23  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
57
58         * insettabular.C: handle the LFUN_UNSET_* longtabular methods
59         in getStatus and the tabularFeature string (bug 1860).
60
61 2005-04-22  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
62
63         * insetbranch.C (getStatus): make the code more compact
64
65 2005-04-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
66
67         * insetcollapsable.C (doDispatch): do not pass through double/triple
68         click events when they are not in the insetext (bug 1797).
69
70 2005-04-22  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
71
72         * insetbase.h: document a bit more
73         * insetbox.[Ch], insetbranch.[Ch], insetcollapsable.[Ch],
74         insetcommand.[Ch], insetexternal.[Ch], insetfloat.[Ch],
75         insetgraphics.[Ch], insetinclude.[Ch], insetnote.[Ch], insetwrap.[Ch]
76         (getStatus): implement
77         * insetcollapsable.[Ch] (hitButton): take a const argument
78         * insetert.C (getStatus): enable LFUN_INSET_MODIFY, LFUN_PASTE and
79         LFUN_PASTE_SELECTION
80
81 2005-04-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
82
83         * insetcollapsable.C (doDispatch): pass through double/triple
84         click events (bug 1811).
85
86 2005-04-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
87
88         * insetwrap.C (addToToc): copy the code from InsetFloat::addToToc.
89
90         * insetfloat.C (addToToc): do not use the harcoded "Caption" name,
91         but the SENSITIVE label type.
92
93 2005-04-18  Angus Leeming  <leeming@lyx.org>
94
95         * ExternalSupport.[Ch] (doSubstitution): passed an extra boolean
96         'use_latex_path' argument. In turn, passed to the new subst_path
97         function when replacing placeholders with paths.
98
99         * insetexternal.C (getScreenLabel):
100         * ExternalSupport.C (lots of places): change invocation of
101         doSubstitution in lots of places, specifying the appropriate values
102         for this 'use_latex_path' boolean.
103
104         * insetbib.C (latex):
105         * insetgraphics.C (latex):
106         * insetinclude.C (latex): pass path to latex_path rather than to
107         os::external_path.
108
109 2005-04-18  Martin Vermeer  <martin.vermeer@hut.fi>
110
111         * insetcharstyle.C (validate): allow nested charstyle insets
112
113 2005-04-15  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
114
115         * insettabular.C (getStatus): handle LFUN_INSET_MODIFY
116
117 2005-04-11  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
118
119         * insetfloat.C (InsetFloat):
120         * insetwrap.C (InsetWrap): do not set layout here.
121
122 2005-04-13  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
123
124         * insetbase.C (getStatus): handle LFUN_INSET_MODIFY and
125         LFUN_INSET_INSERT
126         * insetbase.h (getStatus): add more documentation
127         * insettabular.C (getStatus): disable LFUN_INSET_INSERT with multiple
128         cells selected
129
130 2005-04-10  Martin Vermeer  <martin.vermeer@hut.fi>
131
132         * insetcharstyle.C (metrics, draw):
133         * insetert.C (metrics, draw):
134         * insetfootlike.[Ch] (metrics, draw): fix font inside inset
135         (bugs 1766, 1809)
136
137 2005-04-05  Martin Vermeer  <martin.vermeer@hut.fi>
138
139         * insetexternal.C (validate):
140         * ExternalTemplate.[Ch] (dumpFormat, readFormat): allow
141         multiple Requirements in external material template
142
143 2005-04-03  Alfredo Braunstein  <abraunst@lyx.org>
144
145         * insettext.C (drawFrame): cosmetic fix
146
147 2005-03-30  Martin Vermeer  <martin.vermeer@hut.fi>
148
149         * ExternalSupport.C (writeExternal):
150         * insetgraphics.C (latex):
151         * insetnote.C (latex, linuxdoc, docbook, plaintext): fix
152         mis-count in computing latex error location
153
154 2005-03-21  Alfredo Braunstein  <abraunst@lyx.org>
155
156         * insettabular.[Ch]: rename setPos -> setCursorFromCoordinates and
157         make it *not* descend into insets (fix a crash). Move the part
158         needed from editXY to a new function getNearestCell
159
160 2005-02-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
161
162         * insetinclude.C (InsetInclude): when constructing from another
163         InsetInclude, set set_label_ to false, since the value is never
164         copied.
165
166 2005-03-21  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
167
168         * insettabular.C (getStatus): enable tabulator keys (bug 1836).
169
170 2005-03-21  Alfredo Braunstein  <abraunst@lyx.org>
171
172         * insettabular.C (drawSelection): cosmetic bugfix
173
174 2005-03-17  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
175
176         * insettabular.C (doDispatch): get middle mouse button back again
177         (partially), pass LFUN_CUT and LFUN_PASTE to insettext's dispatch
178         when only a part of the cell is selected (fix bug 1799)
179
180         * insettabular.C: handle some more character attributes in
181         M. Vermeers method (when multiple cells in tables are selected);
182         disable some more senseless lfuns when multiple cells are selected
183         (prevent crashes);
184         Move to end of cell instead of beginning when coming from the cell
185         behind.
186
187 2005-03-12  Martin Vermeer  <martin.vermeer@hut.fi>
188
189         * insettabular.C: make applying character attributes
190         possible for multiple cells in tables. Disable collapsable
191         insets for multiple-cell selection in table (Jürgen S.)
192         Bug reported by Helge Hafting.
193
194 2005-02-25  Andreas Vox  <avox@arcor.de>
195
196         * insetmarginal.[hC] (docbook): new method, render as <note>
197
198         * insetoptarg.[hC] (docbook, linuxdoc): new, empty, methods
199
200 2005-02-23  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
201
202         * insetcaption.[Ch] (doClone): implement
203
204 2005-02-22  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
205
206         * insetgraphics.C (prepareFile): handle non-existing files
207         * insetgraphics.C (latex): remove special handling of non-existing
208         files
209
210 2005-02-22  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
211
212         * insetcharstyle.C: add TEXT_TO_INSET_OFFSET and adjust metrics.
213         * insettext.C: adjust metrics
214
215 2005-02-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
216
217         * insettext.C: include boost/current_function.hpp (needed when
218         assertions are disabled)
219
220 2005-02-20  André Pönitz  <poenitz@gmx.net>
221
222         * insetcollapsable.C: Prevent problems on double-/
223         tripleclick on collapsable label (bug 1797).
224
225 2005-02-13  André Pönitz  <poenitz@gmx.net>
226
227         * insettext.[Ch] (border_): new
228         * insettext.C (metrics, draw, drawFrame, clearInset, getCursorPos):
229         use border_
230
231 2005-02-14  Angus Leeming  <leeming@lyx.org>
232
233         * insetlatexaccent.C (draw): squash a couple of MSVC warnings
234         about "truncation of constant value".
235
236 2005-02-08  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
237
238         * insetgraphics.C (latex): Remove line continuation '%\n' (bug xxx,
239         workaround for broken HTML converter)
240
241 2005-02-08  Lars Gullik Bjonnes  <larsbj@gullik.net>
242
243         * insetcollapsable.C (leaveInset): size() -> depth()
244         * insettabular.C (isRightToLeft): ditto
245
246 2005-02-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
247
248         * insetert.C (latex, linuxdoc, docbook): remove newline handling
249         * insetert.C (doDispatch): clean pasted paragraphs
250         * insetert.C (getStatus): suppress more lfuns
251         * insetert.C (insetAllowed): return always false
252
253 2005-01-31  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
254
255         * inset.C:
256         * insetbase.C:
257         * insettabular.C:
258         * updatableinset.C: Use new cursor accessors.
259
260 2005-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
261
262         * insetinclude.C (loadIfNeeded): rewrite to use boost.filesystem
263
264 2005-01-31  Angus Leeming  <leeming@lyx.org>
265
266         * insetgraphicsParams.C: protect a #warning preprocessor call
267         with a #ifdef WITH_WARNINGS guard.
268
269 2005-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
270
271         * Several files: use convert<> instead of atoi,strToXXX and friends
272
273 2005-01-23  Angus Leeming  <leeming@lyx.org>
274
275         * insetbibitem.h (bibitemWidest): declare the function.
276
277 2005-01-14  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
278
279         * insetgraphics.C (prepareFile): move the invocation of the default
280         converter to ../converter.C
281         * insetgraphics.C (prepareFile), ExternalSupport.C (updateExternal):
282         call convert with try_default == true
283
284 2005-01-11  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
285
286         * insetgraphics.C (prepareFile): add missing calls to addExternalFile
287         * ExternalSupport.[Ch] (doSubstitution): take a new parameter that
288         determines what variables are substituted
289         * ExternalSupport.C (updateExternal): fix substitution of
290         ReferencedFiles
291
292 2005-01-10  Angus Leeming  <leeming@lyx.org>
293
294         * ExternalTemplate.C: use support/package.h to provide the paths to the
295         various directories used by LyX.
296
297 2005-01-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
298
299         * insetwrap.C:
300         * insettabular.C:
301         * insetinclude.C:
302         * insetfloat.C:
303         * insetexternal.C:
304         * insetbibitem.C:
305         * ExternalTransforms.C (adjAngle): tostr -> convert
306
307 2005-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
308
309         * inset.[Ch] (forceDefaultParagraphs): delete since it is same as
310         base version
311
312 2005-01-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
313
314         * ExternalTransforms.C: fix LaTeX output of \scalebox.
315
316         * ExternalTransforms.[Ch]:
317         * insetexternal.C: store all float/double values as strings.
318
319         * insetgraphics.C:
320         * insetgraphicsParams.C: more precise checks for the value strings.
321
322 2004-12-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
323
324         * insettext.C (doDispatch): remove unused variable was_empty
325
326 2004-12-28  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
327
328         * insetgraphics.C:
329         * insetgraphicsParams.[Ch]: store all float/double values as strings.
330
331 2004-12-17  Alfredo Braunstein  <abraunst@lyx.org>
332
333         * insettext.[Ch] : move autoBreakRows_ bool to LyXText
334
335 2004-12-15  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
336
337         * insettabular.C (tabularFeatures): re-enable SET_ALL_LINES and
338         UNSET_ALL_LINES (from Jürgen)
339
340 2004-12-14  Angus Leeming  <leeming@lyx.org>
341
342         * Makefile.am (AM_CPPFLAGS): Remove trailing slash from -Ifoo/
343         to overcome bug in the MinGW port of g++ 3.4.2.
344
345 2004-12-06  Alfredo Braunstein  <abraunst@lyx.org>
346
347         * insettabular.C (getCellXPos): make it return a relative x
348         position wrt. the begin of the tabular
349         (resetPos): a couple of fixes
350         (doDispatch): add a couple of resetPos calls
351         (drawSelection): fix drawing of selection in single-cell mode
352         (draw): replace 'do not draw' optimization by 'draw with
353         nullpainter' one
354
355 2004-12-03  Lars Gullik Bjonnes  <larsbj@gullik.net>
356
357         * insetbase.[Ch] (idxUpDown2): remove function
358
359 2004-12-02  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
360
361         * insettabular.[Ch]: use size_t-like types for cell, row and column
362         indices
363
364 2004-12-02  José Matos  <jamatos@lyx.org>
365
366         * insetlatexaccent.C (checkContents): remove compatibility code,
367         moved to lyx2lyx.
368
369 2004-11-30  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
370
371         * insetbase.h (getStatus): add better comment from src/cursor.C
372
373 2004-11-26  Alfredo Braunstein  <abraunst@lyx.org>
374
375         * insettabular.[Ch]: adjust, introduce "do not draw
376         offscreen" optimization using NullPainter, (dist): introduce,
377         (getCursorPos): implement, (drawSelection): implement
378
379         * insetcollapsable.[Ch]: adjust
380
381         * insettext.C: adjust, (metrics): set the font before calling
382         LyXText::metrics
383
384 2004-11-25  Lars Gullik Bjonnes  <larsbj@gullik.net>
385
386         * rename a lot of InsetOld to InsetBase
387
388 2004-11-25  Alfredo Braunstein  <abraunst@lyx.org>
389
390         * insettabular.C:
391         * insettext.C: par->pit renaming
392
393 2004-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
394
395         * Most insets: rename priv_dispatch to doDispatch
396
397 2004-11-24  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
398
399         * insettabular.C (tabularFeatures): fix multicolumn handling
400
401 2004-11-23  Lars Gullik Bjonnes  <larsbj@gullik.net>
402
403         * render_base.h (operator=): use common semantics
404
405         * insettext.C (operator=): delete this
406         (copy constructor): implement this properly
407         (init): use for_each and bind
408         (clear): ditto
409         (appendParagraphs): ditto
410
411         * insettabular.C: add more const. Adjust for changes in tabular.
412
413         * insetbase.h: Use NVI on clone. Add virtual doClone and update
414         all children, also make copy constructor protected. Added some
415         safe-guards to clone.
416
417         * insets: adjust to fit.
418
419 2004-11-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
420
421         * insetoptarg.C (latexOptional): return number of lines instead of
422         number of characters
423
424 2004-11-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
425
426         * insettabular.[Ch] (string2params): Don't pretend to return the
427         active cell anymore and simplify keyword parsing.
428
429 2004-11-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
430
431         * insetlatexaccent.h (isLetter): implement, so that word selection
432         takes accents into account.
433
434 2004-11-11  Alfredo Braunstein  <abraunst@lyx.org>
435
436         * insetcollapsable.C (priv_dispatch): do not push the inset to the
437         cursor in dispatch
438
439 2004-11-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
440
441         * ExternalSupport.C, insetgraphics.C:
442         s/getFormatFromContents/formats.getFormatFromFile/
443
444 2004-11-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
445
446         * insetcharstyle.[Ch]:
447         * insetert.[Ch]: implement getStatus
448
449         * insetcharstyle.C (draw): visual clue when the cursor is inside
450         the inset
451
452 2004-11-02  José Matos  <jamatos@lyx.org>
453
454         * insetcharstyle.C (docbook):
455         * insetlabel.C (linuxdoc, docbook):
456         * insetref.C (linuxdoc, docbook): escape chacters in id to produce
457         always legal output.
458
459         * insettabular.C (docbook): mixed content no longer belongs to
460         output parameters.
461
462 2004-11-01  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
463
464         * insetcharstyle.C (priv_dispatch): prevent paragraph breaks
465
466 2004-11-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
467
468         * ExternalSupport.C (updateExternal): convert files in the temp dir
469
470 2004-10-31  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
471
472         * insetcharstyle.C: drawing cosmetics.
473
474 2004-10-30  José Matos  <jamatos@lyx.org>
475
476         * insetcharstyle.C (docbook): a compromisse solution. Don't output
477         paragraph tags inside inline elements.
478
479 2004-10-30  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
480
481         * insetcharstyle.C (latex, linuxdoc, docbook, plaintext): use
482         InsetText methods rather than outputVerbatim (escapes special
483         characters) [bug 1731]
484         * insetcharstyle.C (outputVerbatim): remove this function.
485         * insetcharstyle.C (priv_dispatch): fix typo in LFUN_MOUSE_PRESS,
486         which caused an infinite loop.
487
488 2004-10-29  José Matos  <jamatos@lyx.org>
489
490         * insetgraphics.C (uniqueID): transfered to sgml.C
491
492 2004-10-29 Andreas Vox  <vox@isp.uni-luebeck.de>
493
494         * insetlabel.C (docbook, linuxdoc):
495         * insetref.C (docbook, linuxdoc): sanitize id.
496
497 2004-10-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
498
499         * ExternalSupport.C: s/getExtFromContents/getFormatFromContents/
500         * insetgraphics.C: s/getExtFromContents/getFormatFromContents/
501         * insetgraphics.C (findTargetFormat): reformat
502
503 2004-10-28  José Matos  <jamatos@lyx.org>
504
505         * insetcharstyle.C (linuxdoc, docbook): apply opentTag and closeTag.
506
507 2004-10-28  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
508
509         * ExternalTransforms.C (sanitizeLatexOption): simplify regex
510
511 2004-10-27  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
512
513         * ExternalTransforms.C (sanitizeLatexOption): fix regex to handle
514         "[,,,]" without warning message
515
516 2004-10-26  Angus Leeming  <leeming@lyx.org>
517
518         * ExternalSupport.C (updateExternal):
519         * insetgraphics.C (copyFileIfNeeded): use the new Movers to move
520         external files to the temp directory.
521
522 2004-10-25  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
523
524         * insetfoot.C (latex): use \thanks instead of \footnote on titlepage
525         layouts. This fixes problems with the memoir class (which does not
526         allow \footnote) [bug 1677]
527
528 2004-10-24  Andreas Vox  <vox@isp.uni-luebeck.de>
529
530         * insetindex.C (docbook): escape the index, to generate correct sgml.
531
532 2004-10-23  José Matos  <jamatos@lyx.org>
533
534         * insettext.C (docbook): rearrange arguments, due to change in the
535         upper code.
536
537 2004-10-23  André Pönitz  <poenitz@gmx.net>
538
539         * insettabular.C (cutSelection, tabularFereatures):
540           fix cursor position after cutting selection or table rows
541
542 2004-10-18  Andreas Vox  <vox@isp.uni-luebeck.de>
543
544         * insetgraphics.C (docbook, writeImageObject): write more than one
545         format of imageobjects in <mediaobject>.
546
547 2004-10-17  Andreas Vox  <vox@isp.uni-luebeck.de>
548
549         * insetcite.[hC] (docbook, latex, cleanupWhitespace): implementing
550         DocBook output for this inset ( <citation>content</citation> )
551
552 2004-10-05  Andreas Vox  <vox@isp.uni-luebeck.de>
553
554         * insetgraphics.C (docbook) : using mediaobject for XML;
555         correcting bug with SGML output (now '>' instead of '/>')
556
557 2004-10-05  José Matos  <jamatos@lyx.org>
558
559         * insetfloatlist.C (read):
560         * insetquotes.C (read):
561         * insetspace.C (read):
562         * insetspecialchar.C (read):
563         * insettabular.C (read): replace nextToken by more appropriate lex
564         methods.
565
566 2004-09-29  Andreas Vox  <vox@isp.uni-luebeck.de>
567
568         * insetgraphics.C (createDocBookAttribute, docbook) :
569         convert scale, width, height and keepaspectratio to Docbook standards)
570
571         * insetgraphics.[hC] (toDocbookLength): new method to convert TeX units
572         to Docbook units where possible.
573
574 2004-09-29  Andreas Vox  <vox@isp.uni-luebeck.de>
575
576         * insetgraphics.C (docbook): create inlinegraphic instead of graphic.
577
578         * insetgraphics.[hC] (createDocBookAttributes): Export parameters
579         as attributes with new method for docbook.
580
581 2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
582
583         * render_preview.h: Use preferred calling of Boost.Signal
584
585         * pch.h: use proper signal include
586
587 2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
588
589         * ExternalTransforms.h: User preferred calling of Boost.Function
590
591 2004-09-24  Andreas Vox  <vox@isp.uni-luebeck.de>
592
593         * insetref.C (docbook): fixing problem where Docbook XML output
594         had unclosed <xref ... >
595
596 2004-08-16  José Matos  <jamatos@lyx.org>
597
598         * insethfill.C (write):
599         * insetline.C (write):
600         * insetnewline.C (write):
601         * insetpagebreak.C (write): remove space at end of line.
602
603 2004-08-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
604
605         * insettabular.C (plaintext): do not use ownerPar to get the
606         paragraph depth
607
608         * insettext.C (sanitizeEmptyText): remove. Not sure what it does,
609         and it calls getParentLanguage (which calls ownerPar)
610         (edit): do not call sanitizeEmptyText
611         (priv_dispatch): remove code resetting font on empty inset, for
612         the same reasons as above.
613
614         * insettabular.C (isRightToLeft): instead of using
615         BufferView::getParentLanguage, use the data from the cursor
616
617 2004-08-15  Lars Gullik Bjonnes  <larsbj@gullik.net>
618
619         * pch.h: new file
620
621         * Makefile.am: support pch
622
623 2004-08-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
624
625         * insettabular.C (draw): whitespace
626
627         * insetnewline.C (draw): use PainterInfo::ltr_pos instead of ownerPar.
628
629 2004-08-14  André Pönitz  <poenitz@gmx.net>
630
631         * insettabular.C (priv_dispatch): fix MOUSE_MOTION handling
632
633 2004-08-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
634
635         * insettabular.C (metrics): when the width of a cell is zero(),
636         let it use as much space as it can
637
638         * insettext.C (editXY): compilation fix
639
640         * insetinclude.C (priv_dispatch): fix showing dialog on mouse
641         release
642         (metrics): the insets is not full width any more.
643         (draw): adjust; fix bad test for PREVIEW_OFF
644         (add_preview): fix bad test for PREVIEW_OFF
645         (display): do not return true when using \input
646
647 2004-08-14  José Matos  <jamatos@lyx.org>
648
649         * insetbibitem.[Ch] (plaintext): added.
650
651         * insetcite.[Ch]: fix plaintext export.
652
653 2004-08-14  Lars Gullik Bjonnes  <larsbj@lyx.org>
654
655         * insettext.[Ch] (setDrawFrame): take a bool, get rid of the
656         DrawFrame enum.
657
658         * insetcaption.C (InsetCaption): modify call to setDrawFrame
659         * insetcollapsable.C (InsetCollapsable): ditto
660         * insetenv.C (InsetEnvironment): ditto
661
662 2004-08-14  André Pönitz  <poenitz@gmx.net>
663
664         * inset.[Ch]:
665         * insetbase.[Ch]:       remove the 'internale' xo, yo position cache
666
667 2004-08-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
668
669         * insetoptarg.C (latexOptional): if the optional argument contains
670         a ']' enclose it in {curly brackets}
671
672         * insettext.C (editXY):
673         * insettabular.C (editXY):
674         * insetcollapsable.C (editXY):
675         * insetbase.C (editXY): constify
676
677         * insetcollapsable.C (priv_dispatch): on a mouse press event, do
678         not ask for an update if we did nothing; on a mouse release, make
679         sure that the cursor is  moved to the right position; on a mouse
680         release, exit from the inset instead of invoking a
681         LFUN_FINISHED_RIGHT.
682
683         * insetbase.C (dispatch): before invoking dispatch, set cursor
684         result to dispatch=update=true.
685
686 2004-08-13  José Matos  <jamatos@lyx.org>
687
688         * insetgraphics.C (docbook): close empty tags in XML. Fix bug 1147.
689
690 2004-08-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
691
692         * insetfoot.C (latex): use OutputParams::intitle instead of
693         parOwner() (avoids time consuming lookup)
694
695         * insetquotes.C (latex): same as above with OutputParams::lang.
696         Moreover the code actually works now.
697
698 2004-07-24  Lars Gullik Bjonnes  <larsbj@gullik.net>
699
700         * insetwrap.C, insetvspace.C, insettabular.C, insetnote.C:
701         * insetinclude.C, insetgraphics.C, insetfloat.C:
702         * insetexternal.C, insetert.C, insetcharstyle.C, insetcaption.C:
703         * insetbranch.C, insetbox.C, ExternalTransforms.C: change
704         "support/std_sstream.h" to <sstream>
705
706 2004-06-22  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
707
708         * insetgraphics.C (prepareFile): remove conversion_needed flag.
709         It made the following fail for a .eps graphics file:
710         1) view->ps
711         2) view->pdf (pdflatex)
712         because the .eps file was already in the temp dir when the pdflatex
713         export happened and therefore no .eps -> pdf conversion was done.
714
715 2004-06-18  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
716
717         * insetgraphics.C, insettabular.C: s/wether/whether/g
718
719 2004-06-10  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
720
721         * insetgraphics.C (stripExtension): new
722         * insetgraphics.C (prepareFile): Don't check for nonexisting files,
723         the caller does this
724         * insetgraphics.C (prepareFile): Handle "nice" exports, too
725         * insetgraphics.C (latex): call prepareFile() also for "nice" exports
726
727 2004-06-02  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
728
729         * insetfloatlist.C (latex,getScreenLabel): translate according to
730         the document language (bug #1312)
731
732 2004-06-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
733
734         * ExternalSupport.[Ch] (doSubstitution): exchange filename argument
735         with external_in_tmpdir and compute filename ourself
736         * ExternalSupport.[Ch] (updateExternal): add exportdata argument and
737         use it to store referenced file(s)
738         * ExternalSupport.C (writeExternal): write relative filename if
739         running latex
740         * ExternalTemplate.[Ch]: add ReferencedFile command
741         * insetgraphics.C (prepareFile, docbook, linuxdoc): add file to
742         runparams.exportdata
743         * insetgraphics.C (prepareFile): write relative filename if
744         running latex
745         * insetinclude.C (latex, docbook, linuxdoc): add file to
746         runparams.exportdata and write it to the temp dir instead of
747         writing it to the final destination
748         * insetinclude.C (docbook, linuxdoc): don't copy runparams
749
750 2004-05-19  Angus Leeming  <leeming@lyx.org>
751
752         * insetcite.[Ch]: small change because namespace biblio is
753         now namespace lyx::biblio.
754
755 2004-05-15  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
756
757         * insettabular.[Ch] (buffer): make Buffer * argument const
758
759 2004-05-17  Angus Leeming  <leeming@lyx.org>
760
761         * insetcommand.C (priv_dispatch): act on receipt of LFUN_INSET_REFRESH
762         to force the button label to be re-generated.
763
764 2004-05-14  José Matos  <jamatos@lyx.org>
765
766         * insetlabel (docbook): do not ouput label, for the moment.
767
768 2004-05-14  Angus Leeming  <leeming@lyx.org>
769
770         * insetcite.C (getNatbibLabel, generateLabel, latex): use the
771         new biblio::asValidLatexString function.
772
773 2004-05-12  Angus Leeming  <leeming@lyx.org>
774
775         * insetcite.C: use BufferParams::cite_engine rather than the three
776         bools, use_natbib, use_jurabib, use_numerical_citations.
777
778 2004-05-10  Angus Leeming  <leeming@lyx.org>
779
780         * insetcite.[Ch]: move the Cache::Style enum to biblio::CiteEngine.
781         Ditto with getStyle, moved to biblio::getEngine.
782
783 2004-05-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
784
785         * insetgraphics.C (validate): remove pre 233 file format stuff,
786         handle zipped files for "nice" export
787
788 2004-05-05  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
789
790         * insetgraphics.C (prepareFile): copy zipped file and corresponding
791         .bb file to the tmp dir if we don't unzip it (needed for dvi export)
792         * insetgraphics.C (prepareFile): unzip zipped file also if it has
793         changed since the last run
794         * insetgraphics.C (copyToDirIfNeeded): split into copyToDirIfNeeded
795         and copyFileIfNeeded.
796
797 2004-04-29  Angus Leeming  <leeming@lyx.org>
798
799         * ExternalTemplate.[Ch]: remove redundant #includes.
800
801 2004-04-28  Angus Leeming  <leeming@lyx.org>
802
803         * insettext.C:
804         s/updateToolbar()/updateToolbars()/
805
806 2004-04-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
807
808         * insetgraphics.C: require file extension (file format change!)
809         * insetgraphics.C (latex): handle zipped files for "nice" export
810
811 2004-04-26  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
812
813         * insetgraphics.C (latex): strip the extension and replace dots in
814         the filename if doing a "nice" export. This is a partial fix for
815         bug 1231 without reintroducing bug 655.
816
817 2004-04-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
818
819         * insetoptarg.h: remove the editable() method (InsetCollapsable
820         does it better already)
821
822         * insetbibtex.C (normalize_name): new helper function. Changes the
823         name to be suitable to use in a latex file (relative to master
824         buffer if necessary).
825         (latex): use normalize_name.
826
827 2004-04-20  Angus Leeming  <leeming@lyx.org>
828
829         * render_preview.C (startLoading): remove lyxerr statement.
830         (draw): cosmetics.
831         (getPreviewLoader): new helper function.
832
833 2004-04-19  Angus Leeming  <leeming@lyx.org>
834
835         * insetexternal.C:
836         * insetinclude.C:
837         * render_preview.[Ch]: changes due to changes to LyXRC::preview.
838
839 2004-04-19  Angus Leeming  <leeming@lyx.org>
840
841         * insetexternal.C (priv_dispatch): remove unnecessary invocation of
842         BufferView::update.
843         (add_preview): renamed as add_preview_and_start_loading. Invoke
844         RenderPreview::startLoading.
845
846         * insetinclude.C (metrics, draw): changes due to the changed
847         RenderPreview interface.
848
849         * render_preview.C: remove cached pimage_.
850         (previewReady): removed. Replaced by getPreviewImage(Buffer const &).
851         (draw): don't call startLoading. That's up to the user of
852         RenderPreview.
853
854 2004-04-16  Angus Leeming  <leeming@lyx.org>
855
856         * render_graphic.h (checksum_, hasFileChanged): unused, so removed.
857
858 2004-04-13  Angus Leeming  <leeming@lyx.org>
859
860         * render_base.[Ch] (clone): now takes an InsetBase ptr to enable
861         the renderer to inform LyX::updateInset that the inset's status
862         has changed and it should be redrawn.
863
864         * render_button.[Ch] (clone):
865         * render_graphic.[Ch] (c-tors, clone):
866         * render_preview.[Ch] (c-tors, clone): ditto.
867
868         * render_graphic.[Ch] (connect):
869         * render_preview.[Ch] (connect): removed, as connection is now
870         made in the constructors.
871
872         * insetexternal.C:
873         * insetgraphics.C:
874         * insetinclude.C: ensuing simplification of the client code.
875         (statusChanged): now superfluous. Removed.
876
877 2004-04-12  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
878
879         * ExternalTemplate.[Ch]: remove editCommand
880         * ExternalSupport.C (editExternal): use formats.edit() instead of
881         the removed editCommand template parameter
882         * insetgraphics.C (priv_dispatch): handle LFUN_GRAPHICS_EDIT
883         * insetgraphics.[Ch] (editGraphics): new method
884
885 2004-04-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
886
887         * insetinclude.C (validate): set/reset features.buffer_ when
888         validating the child
889
890 2004-04-07  Angus Leeming  <leeming@lyx.org>
891
892         * insetexternal.C (priv_dispatch):
893         * insetinclude.C (priv_dispatch): prevent crash by invoking
894         InsetOld::priv_dispatch at the end of the switch, rather than
895         InsetOld::dispatch...
896
897 2004-04-07  Martin Vermeer  <martin.vermeer@hut.fi>
898
899         * insetcollapsable.C:
900         * insetbranch.C: 'assign' to open/close branch inset according to
901         selection; also print content on closed branch button
902
903 2004-04-06  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
904
905         * ExternalSupport.C (doSubstitution): add new variables $$AbsPath,
906         $$RelPath_Master, $$RelPath_Parent, $$Extension,
907         $$AbsOrRelPathMaster and $$AbsOrRelPathParent. Change the meaning
908         of $$Basename
909         * ExternalSupport.C (updateExternal): use absolute and output
910         filename where appropriate
911
912 2004-04-05  André Pönitz  <poenitz@gmx.net>
913
914         * insetbase.h: use LCursor & in notifyCursorLeave
915
916 2004-04-05  Angus Leeming  <leeming@lyx.org>
917
918         * insetgraphics.C: remove unused header file "lyxrc.h".
919
920         * render_graphic.C: squash bug 1372: Misleading graphics label when
921         deactivating lyx view.
922
923 2004-04-05  Angus Leeming  <leeming@lyx.org>
924
925         * insetbibitem.C:
926         * insetcaption.C:
927         * insetgraphics.C:
928         * insetlatexaccent.C:
929         * insetquotes.C:
930         * insettabular.C:
931         * insettext.C:
932         * updatableinset.C:
933         wrap #warning calls inside #ifdef WITH_WARNINGS blocks.
934
935 2004-04-02  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
936
937         * insetfloat.C (read): fix yesterday's float fix.
938         * insetwrap.C (read): apply the fixed float fix.
939
940 2004-04-01  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
941
942         * insetfloat.C (read): fix reading of float params
943         (recognize "type")
944
945 2004-03-31  Alfredo Braunstein  <abraunst@lyx.org>
946
947         * insettext.C (edit): comment the call to updateLocal (dangling now)
948         * insettext.h: add allowSpellCheck() returning true
949
950 2004-03-31  Angus Leeming  <leeming@lyx.org>
951
952         * insetcollapsable.[Ch]: (leaveInset): renaming of getOutOfInset.
953
954 2004-03-31  Angus Leeming  <leeming@lyx.org>
955
956         * insetcollapsable.[Ch] (getOutOfInset): new function which pushes
957         the cursor out of an inset.
958
959         * insetbranch.C (priv_dispatch):
960         * insetcollapsable.C (priv_dispatch): in the LFUN_INSET_TOGGLE code,
961         use getOutOfInset to push the cursor out of the inset when
962         collapsing it.
963
964 2004-03-30  Angus Leeming  <leeming@lyx.org>
965
966         * insetbase.[Ch] (translate): new static member function, returns
967         an InsetBase::Code corresponding to the input string.
968
969         * insetcollapsable.C (priv_dispatch): handle LFUN_INSET_TOGGLE.
970
971         * insetbranch.C(priv_dispatch): specialize LFUN_INSET_TOGGLE
972         so that it opens the inset if it refers to the currently active
973         branch.
974
975 2004-03-30  Alfredo Braunstein  <abraunst@lyx.org>
976
977         * insetfloat.C (addToToc): use par_const_iterator_begin and
978         par_const_iterator_end.
979
980 2004-03-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
981
982         * insetbibtex.[Ch]: bibtopic support.
983
984         * insetfloat.[Ch]: add param \sideways {true|false}
985         (support for sideways floats from rotating.sty).
986
987 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
988
989         * insettext.[Ch]: add a default ctor. implement const version of
990         paragraphs()
991         * insetcharstyle.C:
992         * insetert.C:
993         * insetfloat.C:
994         * insetlabel.C:
995         * insetwrap.C: adjust
996
997 2004-03-28  Alfredo Braunstein  <abraunst@lyx.org>
998
999         * insettext.h: add insetAllowed returning true by default (fixing
1000         vanishing insets problem)
1001
1002         * insettext.C (draw): handle the responsability of adding the
1003         ouside offset to collapsable. Clean code a bit.
1004
1005         * insetcollapsable.[Ch] (metrics, draw): handle the derivation
1006         from insettext correctly, solve a couple of off-by-one drawing
1007         bugs
1008
1009 2004-03-25  Angus Leeming  <leeming@lyx.org>
1010
1011         * insetcaption.C (draw): squash warning about unused variable.
1012
1013 2004-03-19  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1014
1015         * ExternalSupport.C: use the master buffer's temp dir
1016         * insetgraphics.C (latex): make relative filename relative to the
1017         master file
1018         * insetgraphics.C: use the master buffer's temp dir
1019         * insetinclude.C (masterFilename): new function
1020         * insetinclude.C (linuxdoc, docbook): simplify logic (IsLyXFilename()
1021         is always true if loadIfNeeded() returns true)
1022
1023 2003-02-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1024
1025         * insetinclude.C (loadIfNeeded): when the child buffer is loaded,
1026         set its parent to the current buffer.
1027         (latex): use the tmppath of the master buffer, not just the parent
1028         buffer (makes a difference with more than one level of include
1029         insets). If the file name is relative write in the .tex file a
1030         name relative to the master buffer directory.
1031
1032         * insetinclude.C: rename masterFilename to parentFilename (this
1033         points to the direct parent)
1034
1035 2004-03-25  André Pönitz  <poenitz@gmx.net>
1036
1037         * inset.[Ch]: remover owner
1038
1039         * insetcollapsable.[Ch]: derive from InsetText instead having such a
1040         member
1041
1042         * insettext.[Ch]:
1043         * insetbibitem.C:
1044         * insetbox.C:
1045         * insetbranch.C:
1046         * insetcaption.C:
1047         * insetcharstyle.[Ch]:
1048         * insetert.C:
1049         * insetfloat.C:
1050         * insetfoot.C:
1051         * insetmarginal.C:
1052         * insetnote.C:
1053         * insetoptarg.C:
1054         * insettabular.C:
1055         * insetwrap.C: adjust
1056
1057 2004-03-16  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1058
1059         * insetquote.C: use opening quote after '[' char.
1060
1061 2004-03-09  Alfredo Braunstein  <abraunst@lyx.org>
1062
1063         * insetcollapsable.[Ch] (metrics, draw): implemented an inlined-Open
1064         submode.
1065
1066 2004-03-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1067
1068         * insetcite.[Ch]: support jurabib.
1069
1070 2004-03-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1071
1072         * insetcite.C: Support second \cite option.
1073
1074         * insetcommand.[Ch]:
1075         * insetcommandparams.[Ch]: add second optional argument.
1076
1077 2004-03-03  Alfredo Braunstein  <abraunst@lyx.org>
1078
1079         * insetcollapsable.C (lfunMouseRelease): right mouse button only
1080         shows the inset dialog.
1081
1082 2004-02-27  Alfredo Braunstein  <abraunst@lyx.org>
1083
1084         * insetlabel.[Ch]: remove them
1085         * Makefile.am: adjust
1086
1087 2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1088
1089         * insetexternal.C, insetgraphics.C, insetinclude.C: use always a
1090         temp dir
1091         * insetinclude.C (latex): show a GUI warning if textclasses don't
1092         match
1093         * insetinclude.C: use mangledFilename() for temp files
1094         * insetgraphics.C (readInsetGraphics): remove version check, since
1095         the graphics inset has no own fileformat number anymore
1096
1097 2004-02-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1098
1099         * insetquotes.[Ch]: added new member that allows direct access
1100         to single/double quotation marks.
1101         * insetnewline.[Ch]:
1102         * insethfill.[Ch]: treat as space (i.e. opening quotes follow)
1103
1104 2004-02-16  André Pönitz  <poenitz@gmx.net>
1105
1106         * insetbase.C:
1107         * insetbase.[Ch]: remove explicit 'DispatchResult' return type and
1108           implicitly assume 'DispatchResult(true, true) with exception of
1109           InsetBase::priv_dispatch which does the equivalent of
1110           'retrun DispatchResult(false)'
1111
1112         * inset*.[Ch] (priv_dispatch): adjust
1113
1114         * insettabular.[Ch]: remove remains of the 'update' mechanism,
1115           simplify cursor moving function,
1116           re-enable horizontal scrolling for large tables
1117
1118 2004-02-13  André Pönitz  <poenitz@gmx.net>
1119
1120         * insettabular.[Ch]: some work after IU
1121
1122 2004-02-06  Alfredo Braunstein  <abraunst@lyx.org>
1123
1124         * inset.C (setPosCache): switch to absolute coords in insets
1125         * insettext.[Ch] (draw, drawFrame): adjust
1126         * insetcollapsable.C (draw): adjust
1127         (edit): adjust
1128
1129 2004-02-04  Alfredo Braunstein  <abraunst@lyx.org>
1130
1131         * insettext.C (edit):
1132         (updateLocal): use the cur argument instead of the global cursor
1133         * insetcollapsable.C (edit): dont call inset.edit(x,y) when opening
1134
1135 2004-02-01  Lars Gullik Bjonnes  <larsbj@gullik.net>
1136
1137         * insetlatexaccent.C (checkContents): "c" -> 'c' in calls to contains
1138
1139         * insetfloat.C (validate): "H" -> 'H' in call to contains
1140
1141         * insetcite.C (getBasicLabel): "," -> ',' in calls to contains
1142
1143 2004-01-30  André Pönitz  <poenitz@gmx.net>
1144         * inset.[Ch]:
1145         * insetbase.[Ch]:
1146         * insetcharstyle.C:
1147         * insetcollapsable.[Ch]:
1148         * insetcommand.C:
1149         * insetexternal.C:
1150         * insetgraphics.[Ch]:
1151         * insetinclude.C:
1152         * insettabular.[Ch]:
1153         * insettext.[Ch]:
1154         * insetvspace.C:
1155         * updatableinset.[Ch]: adjust coordinate handling to 'screen absolute'
1156          coordinate
1157
1158 2004-01-28  Lars Gullik Bjonnes  <larsbj@gullik.net>
1159
1160         * insettabular.C: add using statement for std::vector, remove
1161         std:: where using was already used.
1162
1163 2004-01-19  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1164
1165         * insetgraphics.C, insetinclude.C: use runparams.nice instead of
1166         buffer->niceFile()
1167         * insetinclude.C (validate): use feautures.nice() instead of
1168         buffer->niceFile()
1169
1170 2004-01-20  André Pönitz  <poenitz@gmx.net>
1171
1172         * inset.h:
1173         * insetbase.[Ch]: move stuff from mathcursor here.
1174
1175         * insetbibitem.[Ch]:
1176         * insetbibtex.[Ch]:
1177         * insetbox.[Ch]:
1178         * insetbranch.[Ch]:
1179         * insetcharstyle.[Ch]:
1180         * insetcollapsable.[Ch]:
1181         * insetcommand.[Ch]:
1182         * insetert.[Ch]:
1183         * insetexternal.[Ch]:
1184         * insetfloat.[Ch]:
1185         * insetgraphics.[Ch]:
1186         * insetinclude.[Ch]:
1187         * insetlabel.[Ch]:
1188         * insetnote.[Ch]:
1189         * insetref.[Ch]:
1190         * insettabular.[Ch]:
1191         * insettext.[Ch]:
1192         * insetvspace.[Ch]:
1193         * insetwrap.[Ch]:
1194         * updatableinset.[Ch]: Adjust to IU changes (see comment in
1195         src/Changelog)
1196
1197 2004-01-15  André Pönitz  <poenitz@gmx.net>
1198
1199         * insetbase.[Ch]:
1200         * insetbibitem.[Ch]:
1201         * insetbibtex.[Ch]:
1202         * insetbox.[Ch]:
1203         * insetbranch.[Ch]:
1204         * insetcharstyle.[Ch]:
1205         * insetcollapsable.[Ch]:
1206         * insetcommand.[Ch]:
1207         * insetert.[Ch]:
1208         * insetexternal.[Ch]:
1209         * insetfloat.[Ch]:
1210         * insetgraphics.[Ch]:
1211         * insetinclude.[Ch]:
1212         * insetlabel.[Ch]:
1213         * insetnote.[Ch]:
1214         * insetref.[Ch]:
1215         * insettabular.[Ch]:
1216         * insettext.[Ch]:
1217         * insetvspace.[Ch]:
1218         * insetwrap.[Ch]:
1219         * updatableinset.[Ch] (priv_dispatch et al): change signature.
1220
1221 2004-01-08  André Pönitz  <poenitz@gmx.net>
1222
1223         * insetcollapsable.[Ch]:
1224         * insettabular.[Ch]:
1225         * insettext.[Ch]:
1226         * updatableinset.h: use cell index info from global cursor.
1227
1228 2004-01-06  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1229
1230         * insetnote.C (InsetNoteParams::write): write label only once
1231
1232 2004-01-05  Lars Gullik Bjonnes  <larsbj@gullik.net>
1233
1234         * insetbranch.C (isBranchSelected): use the BranchNamesEqual
1235         functor
1236         get rid of the SameName functor
1237
1238         * insettabular.C: improve the functor.
1239
1240 2003-12-29  Angus Leeming  <leeming@lyx.org>
1241
1242         * insetexternal.C (setParams): update defaultTemplateName.
1243
1244 2003-12-22  Michael Schmitt  <michael.schmitt@teststep.org>
1245
1246         * insetbox.C: Use term "Box" in button label
1247
1248 2003-12-16  Martin Vermeer  <martin.vermeer@hut.fi>
1249
1250         * insetcharstyle.C: get getDrawFont working again
1251
1252 2003-12-15  André Pönitz  <poenitz@gmx.net>
1253
1254         * insettabular.[Ch]:
1255         * insettext.C: adjust to changed name in CursorItem -> CursorSlice
1256
1257 2003-12-12  Angus Leeming  <leeming@lyx.org>
1258
1259         * insetbranch.C (c-tor): takes an InsetBranchParams arg rather than
1260         a string.
1261         (InsetBranchParams): remove the branchlist hack.
1262         (isBranchSelected): new function, used to decide whether to
1263         print each output format. Also used by InsetList.
1264         (read, string2params): repair my own breakage ;-)
1265
1266 2003-12-14  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1267
1268         * insetminipage.[Ch]: remove from repository.
1269
1270 2003-12-12  Michael Schmitt  <michael.schmitt@teststep.org>
1271
1272         * insetert.[Ch]:
1273         * insetcollapsable.[Ch]: Move all CollapseStatus code from
1274         insetert to insetcollapsable; introduce virtual function
1275         setButtonLabel and invoke it from collapsable
1276
1277 2003-12-12  Angus Leeming  <leeming@lyx.org>
1278
1279         * insetinclude.C (draw): cache x,y and so enable the
1280         dialog to be opened.
1281
1282 2003-12-12  Angus Leeming  <leeming@lyx.org>
1283
1284         * mailinset.C (print_mailer_error): tidy up the output.
1285
1286 2003-12-11  Angus Leeming  <leeming@lyx.org>
1287
1288         * mailinset.[Ch] (print_mailer_error): new helper function.
1289
1290         * insetcommand.[Ch]: add a mailer_name_ variable and use it when
1291         calling InsetCommandMailer.
1292         (InsetCommandMailer::string2params): pass the name of the dialog.
1293
1294         * insetbibitem.[Ch] (d-tor):
1295         * insetbibtex.[Ch] (d-tor):
1296         * insetcite.[Ch] (d-tor):
1297         * insetfloatlist.[Ch] (d-tor):
1298         * insetindex.[Ch] (d-tor):
1299         * insetlabel.[Ch] (d-tor):
1300         * insetref.[Ch] (d-tor):
1301         * insettoc.[Ch] (d-tor):
1302         * inseturl.[Ch] (d-tor): removed.
1303         Hiding the dialog is handled by InsetCommand.
1304
1305         * insetbibtex.[Ch] (draw, metrics):
1306         * insetfloatlist.[Ch] (draw, metrics):
1307         * insetindex.[Ch] (draw, metrics): removed.
1308         Drawing is handled by InsetCommand.
1309
1310         * insetbibitem.[Ch] (priv_dispatch):
1311         * insetbibtex.[Ch] (priv_dispatch):
1312         * insetcite.[Ch] (priv_dispatch):
1313         * insetfloatlist.[Ch] (priv_dispatch):
1314         * insetindex.[Ch] (priv_dispatch):
1315         * insetlabel.[Ch] (priv_dispatch):
1316         * insettoc.[Ch] (priv_dispatch):
1317         * inseturl.[Ch] (priv_dispatch): removed or simplified.
1318         let InsetCommand handle LFUN_MOUSE_PRESS, LFUN_MOUSE_RELEASE,
1319         LFUN_INSET_DIALOG_SHOW.
1320
1321         * insetbox.C (string2params):
1322         * insetbranch.C (string2params):
1323         * insetert.C (string2params):
1324         * insetexternal.C (string2params):
1325         * insetfloat.C (string2params):
1326         * insetinclude.C (string2params):
1327         * insetminipage.C (string2params):
1328         * insetnote.C (string2params):
1329         * insetvspace.C (string2params):
1330         * insetwrap.C (string2params): over-hauled.
1331
1332 2003-12-10  Angus Leeming  <leeming@lyx.org>
1333
1334         * insetexternal.[Ch]: add a draft option and respect it when
1335         outputting LaTeX.
1336
1337 2003-12-10  Angus Leeming  <leeming@lyx.org>
1338
1339         * insetbox.C: (read, write): now prepend the inset contents with
1340         'Box' to identify the inset as a box inset.
1341
1342         * insetbox.h: move the translators out of sight.
1343
1344 2003-12-10  Angus Leeming  <leeming@lyx.org>
1345
1346         * insetert.C (string2params): clean-up using the new lyxlex interface.
1347
1348         * insetexternal.C: ensure that InsetExternalParams has a default
1349         template, 'RasterImage'.
1350
1351 2003-12-10  Angus Leeming  <leeming@lyx.org>
1352
1353         * insetnote.[Ch]: change the storage type of InsetNoteParams::type
1354         to an enum. Ensuing clean-ups through out the class.
1355         (read, write): now prepend the inset contents with 'Note' to identify
1356         the inset as a note inset.
1357
1358 2003-12-10  Angus Leeming  <leeming@lyx.org>
1359
1360         * insetbranch.[Ch]: changes to the InsetBranchMailer interface.
1361         * insetnote.[Ch]: changes to the InsetNoteMailer interface.
1362
1363 2003-12-10  André Pönitz  <poenitz@gmx.net>
1364
1365         * inset.h:
1366         * insetert.[Ch]:
1367         * insettabular.[Ch]:
1368         * insettext.[Ch]: remove unused insetInset()
1369
1370         * insetert.C: disable some  LFUNs
1371
1372         * insettoc.[Ch]: metrics() and draw() of InsetButton is enough.
1373
1374 2003-12-04  Martin Vermeer  <martin.vermee@hut.fi>
1375
1376         * insetcharstyle.[Ch]: Conglomerate-style CharStyles
1377
1378 2003-12-04  Angus Leeming  <leeming@lyx.org>
1379
1380         * insetexternal.C (draw): update the xo_, yo_ cache.
1381
1382         * ExternalTransforms.[Ch] (ResizeData): add a usingScale member
1383         function.
1384         (RotationDataType): new helper struct wrapping the
1385         RotationData::OriginType enum.
1386
1387 2003-12-03  André Pönitz  <poenitz@gmx.net>
1388
1389         * inset.h: remove getParagraphs()
1390
1391         * insetcollapsable.[Ch]:
1392         * insetert.[Ch]:
1393         * insetnote.[Ch]:
1394         * insettabular.[Ch]:
1395         * insettext.C: use getText()  instead of getParagraphs()
1396
1397 2003-12-03  Martin Vermeer  <martin.vermeer@hut.fi>
1398
1399         * insetert.C: fix label text updating bug
1400
1401 2003-12-02  Angus Leeming  <leeming@lyx.org>
1402
1403         * insetvspace.[Ch] (space): new member function. Make space_ private.
1404         (read): use the new, simpler lyxlex syntax.
1405
1406 2003-12-01  André Pönitz  <poenitz@gmx.net>
1407
1408         * insetcollapsable.[Ch]:
1409         * insetert.[Ch]: move 'inline' state to InsetCollapsable
1410
1411 2003-12-01  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
1412
1413         * insetvspace.C (read): handle 'end_inset' token.
1414
1415 2003-12-01  Martin Vermeer  <martin.vermeer@hut.fi>
1416
1417         * insetcharstyle.[Ch]: add latexparam to CharStyle inset
1418
1419 2003-12-01  Martin Vermeer  <martin.vermeer@hut.fi>
1420
1421         * insetcollapsable.[Ch]:
1422         * insetert.[Ch]:
1423         * insetcharstyle.C: place inset content on the button when
1424         collapsed.
1425
1426 2003-12-01  Michael Schmitt  <michael.schmitt@teststep.org>
1427
1428         * insetvspace.C: remove VSpace::NONE; increase inset width
1429
1430 2003-12-01  André Pönitz  <poenitz@gmx.net>
1431
1432         * insetbase.h: whitespace
1433
1434         * inset.[Ch]: remove latexTextWidth
1435         make setBackgroundColor virtual
1436
1437         * insettext.[Ch]:  move ParagraphList member to LyXText
1438
1439         * insetcollapsable.[Ch]: handle LFUN_INSET_TOGGLE
1440
1441         * insetcharstyle.C:
1442         * insetenv.C:
1443         * insetert.[Ch]:
1444         * insetfloat.[Ch]:
1445         * insetminipage.[Ch]:
1446         * insettabular.C:
1447         * insetwrap.[Ch]: adjust paragraphs and background color handling,
1448
1449 2003-11-28  Angus Leeming  <leeming@lyx.org>
1450
1451         * insetvspace.[Ch] (d-tor, priv_dispatch): new member functions,
1452         hiding and showing the dialog respectively.
1453         (priv_dispatch): also actually update the inset contents.
1454
1455 2003-11-28  Angus Leeming  <leeming@lyx.org>
1456
1457         * insetbox.C (d-tor):
1458         * insetbranch.C (d-tor):
1459         * insetcite.C (d-tor):
1460         * insetfloat.C (d-tor):
1461         * insetfloatlist.C (d-tor):
1462         * insetinclude.C (d-tor):
1463         * insetindex.C (d-tor):
1464         simplify the invocation of the Mailer::hideDialog() function.
1465
1466         * insetminipage.C (showInsetDialog):
1467         simplify the invocation of the Mailer::showialog() function.
1468
1469 2003-11-28  André Pönitz  <poenitz@gmx.net>
1470
1471         * Makefile.am:
1472         * insetvspace.[Ch]: new insets
1473
1474 2003-11-28  Martin Vermeer  <martin.vermeer@hut.fi>
1475
1476         * insetcharstyle.C: Syntax change for CharStyles
1477
1478 2003-11-28  André Pönitz  <poenitz@gmx.net>
1479
1480         * updatableinset.h: remove insetInInsetY
1481
1482         * insetcollapsable.[Ch]:
1483         * insetnewline.C:
1484         * insettabular.[Ch]:
1485         * insettext.[Ch]: adjust
1486
1487 2003-11-27  Alfredo Braunstein  <abraunst@lyx.org>
1488
1489         * insettext.[Ch]:
1490         * inset.[Ch]:
1491         * insetcollapsable.[Ch]:
1492         * insetert.[Ch]:
1493         * insettabular.[Ch]: remove setFont
1494
1495 2003-11-25  Alfredo Braunstein  <abraunst@lyx.org>
1496
1497         * render_graphic.[Ch]: adjust comments
1498
1499 2003-11-24  Alfredo Braunstein  <abraunst@lyx.org>
1500
1501         * insetgraphics.C (draw): cache xo_ & yo_
1502
1503 2003-11-24  André Pönitz  <poenitz@gmx.net>
1504
1505         * insettext.C (setViewCache): don't call LyXText::init() anymore
1506
1507 2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
1508
1509         * inset.h:
1510         * insetcollapsable.[Ch]:
1511         * insetert.[Ch]: remove bufferview parameter in methods
1512         open, close, status, and updateStatus.
1513
1514 2003-11-21  Michael Schmitt  <michael.schmitt@teststep.org>
1515
1516         * insetcollapsable.[Ch]:
1517         * insettabular.[Ch]:
1518         * insettext.[Ch] (getCursorDim): squash unused variable
1519
1520 2003-11-21  Alfredo Braunstein  <abraunst@lyx.org>
1521
1522         * insettext.C (edit): x0_,y0_ -> xo_,yo_
1523
1524 2003-11-20  Alfredo Braunstein  <abraunst@lyx.org>
1525
1526         * insettext.C (draw): sets LyXText absolute coordinates
1527
1528 2003-11-20  Angus Leeming  <leeming@lyx.org>
1529
1530         * insetcharstyle.C (latex, linuxdoc, docbook, plaintext): squash
1531         warnings about unused parameters.
1532
1533         * insetcollapsable.C (open):
1534         * insettabular.C (pasteSelection):
1535         * insettoc.C (draw): ditto.
1536
1537 2003-11-17  Alfredo Braunstein  <abraunst@lyx.org>
1538
1539         * insetcollapsable.C:
1540         * insettext.C:
1541         * insettext.h: hand on MOUSE_* events to the LyXText when appropriate
1542         remove mouse_x mouse_y etc.
1543
1544 2003-11-17  André Pönitz  <poenitz@gmx.net>
1545
1546         * insettext.[Ch] (cx, cy): remove
1547
1548         * insettext.[Ch] (dispatch): move most of it to LyXText::dispatch
1549
1550 2003-11-13  André Pönitz  <poenitz@gmx.net>
1551
1552         * inset.h:
1553         * insetcollapsable.[Ch]:
1554         * insettabular.[Ch]:
1555         * insettext.[Ch] (deleteLyXText): remove
1556
1557 2003-11-13  Alfredo Braunstein  <abraunst@lyx.org>
1558
1559         * insetcollapsable.[Ch] (fitInsetCursor): remove
1560         * insettabular.[Ch] (fitInsetCursor): remove
1561         * insettext.[Ch] (fitInsetCursor): remove
1562         * updatableinset.[Ch] (fitInsetCursor): remove
1563         (getCursorDIm): add virtual
1564
1565 2003-11-12  Martin Vermeer  <martin.vermeer@hut.fi>
1566
1567         * src/insets/Makefile.am:
1568         * src/insets/inset.h:
1569         * src/insets/insetcharstyle.C:
1570         * src/insets/insetcharstyle.h: The Character Style /XML short
1571         element patch.
1572
1573 2003-11-11  Alfredo Braunstein  <abraunst@lyx.org>
1574
1575         * insettext.C: remove all update calls
1576         * insetcollapsable.C: remove all update calls
1577
1578 2003-11-11  Alfredo Braunstein  <abraunst@libero.it>
1579
1580         * insettext.C (updateLocal, insertInset, setFont): remove
1581         fitCursor calls
1582
1583 2003-11-10  André Pönitz  <poenitz@gmx.net>
1584
1585         * inset.h: remove Inset::id_
1586
1587         * inset.h: top_x -> xo_, top_baseline -> yo_ to unify with
1588         mathed/*.[Ch]
1589
1590         * *.[Ch]: adjust
1591
1592 2003-11-10  André Pönitz  <poenitz@gmx.net>
1593
1594         * inset.[Ch]:
1595         * insetbox.[Ch]:
1596         * insetcollapsable.[Ch]:
1597         * insetert.C:
1598         * insetfloat.C:
1599         * insetminipage.C:
1600         * insettabular.[Ch]:
1601         * insettext.[Ch]:
1602         * insetwrap.C:
1603         * updatableinset.[Ch]: remove inset locking & adjust
1604
1605 2003-11-07  Alfredo Braunstein  <abraunst@libero.it>
1606
1607         * inset.h (allowSpellCheck): add (return true)
1608         * insetert.h (allowSpellCheck): add (return false)
1609
1610 2003-11-05  José Matos  <jamatos@lyx.org>
1611
1612         * inset.h:
1613         * insetbibtex.[Ch]:
1614         * insetbox.[Ch]:
1615         * insetbranch.[Ch]:
1616         * insetcaption.[Ch]:
1617         * insetcite.[Ch]:
1618         * insetcollapsable.[Ch]:
1619         * insetcommand.[Ch]:
1620         * insetenv.[Ch]:
1621         * insetert.[Ch]:
1622         * insetexternal.[Ch]:
1623         * insetfloat.[Ch]:
1624         * insetfloatlist.[Ch]:
1625         * insetfoot.[Ch]:
1626         * insetgraphics.[Ch]:
1627         * insethfill.[Ch]:
1628         * insetinclude.[Ch]:
1629         * insetindex.[Ch]:
1630         * insetlabel.[Ch]:
1631         * insetlatexaccent.[Ch]:
1632         * insetline.[Ch]:
1633         * insetlist.[Ch]:
1634         * insetmarginal.[Ch]:
1635         * insetminipage.[Ch]:
1636         * insetnewline.[Ch]:
1637         * insetnote.[Ch]:
1638         * insetoptarg.[Ch]:
1639         * insetpagebreak.[Ch]:
1640         * insetquotes.[Ch]:
1641         * insetref.[Ch]:
1642         * insetspace.[Ch]:
1643         * insetspecialchar.[Ch]:
1644         * insettabular.[Ch]:
1645         * insettext.[Ch]:
1646         * insettheorem.[Ch]:
1647         * insettoc.[Ch]:
1648         * inseturl.[Ch]:
1649         * insetwrap.[Ch]: rename ascii to plaintext
1650         and LatexRunParams to OutputParams.
1651
1652 2003-11-05  Alfredo Braunstein  <abraunst@libero.it>
1653
1654         * insetcollapsable.C (edit): add open() all
1655         * insettext.C (edit): add setViewCache call
1656
1657 2003-11-04  André Pönitz  <poenitz@gmx.net>
1658
1659         * inset.h (edit): move locking code from dispatch() to edit()
1660
1661         * insetbase.[Ch]:
1662         * insetbibitem.C:
1663         * insetbranch.[Ch]:
1664         * insetcite.[Ch]:
1665         * insetcollapsable.[Ch]:
1666         * insetcommand.C:
1667         * insetert.[Ch]:
1668         * insetexternal.[Ch]:
1669         * insetgraphics.[Ch]:
1670         * insetindex.[Ch]:
1671         * insetlabel.C:
1672         * insetnote.[Ch]:
1673         * insetref.C:
1674         * insettabular.[Ch]:
1675         * insettext.[Ch]: adjust
1676
1677 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
1678
1679         * inset.h:
1680         * insetcollapsable.[Ch]:
1681         * insetert.[Ch]:
1682         * insettabular.[Ch]:
1683         * insettext.[Ch]:
1684         * updatableinset.[Ch]: remove dead search code
1685
1686 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
1687
1688         * inset.h:
1689         * insetcollapsable.[Ch]:
1690         * insetert.[Ch]:
1691         * insettabular.[Ch]:
1692         * insettext.[Ch]:
1693         * updatableinset.[Ch]: remove dead spellcheck code
1694
1695 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
1696
1697         * insettabular.C (lockInsetInInset): small fix
1698
1699 2003-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1700
1701         * insettext.C (priv_dispatch): some DispatchResult type cleanup,
1702         don't handle LFUN_UNKNOWN_ACTION, don't call BufferView::dispatch
1703         from here. Be stricter on DispatchResult returned.
1704
1705 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1706
1707         * Inset::dispatch's: adjust for new DispatchResult semantics.
1708
1709 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1710
1711         * render_base.h: make clone return an auto_ptr
1712         * render_button.C (clone): adjust
1713         * render_graphic.C (clone): adjust
1714         * render_preview.C (clone): adjust
1715
1716         * insettheorem.C (clone): return an auto_ptr
1717
1718         * insettext.C (priv_dispatch): exception safety
1719
1720         * insettabular.C: store the file scope variable paste_tabular in a
1721         scoped_ptr, adjust usage.
1722
1723         * insetexternal.C (setParams): exception safety
1724
1725         * insetbibitem.C (clone): exception safety
1726
1727 2003-11-03  André Pönitz  <poenitz@gmx.net>
1728
1729         * inset.[Ch]:
1730         * insetcollapsable.[Ch]:
1731         * insettabular.[Ch]:
1732         * insettext.[Ch]: remove Inset::id and related functions
1733
1734 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1735
1736         * insets: adjust for DispatchResult changes.
1737
1738 2003-11-01  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1739
1740         * insetpagebreak.C: fix screen representation & ascii output.
1741
1742 2003-11-01  Alfredo Braunstein  <abraunst@libero.it>
1743
1744         * inset.[Ch]:
1745         * insettext.[Ch]:
1746         * insettabular.[Ch]:
1747         * insetcollapsable.[Ch]: bool haveParagraphs() -> int numParagraphs()
1748
1749 2003-10-31  José Matos  <jamatos@lyx.org>
1750
1751         * inset.h (ascii, linuxdoc, docbook):
1752         * insetbox.[Ch] (ascii, linuxdoc, docbook):
1753         * insetbranch.[Ch] (ascii, linuxdoc, docbook):
1754         * insetcaption.[Ch] (ascii, docbook):
1755         * insetcollapsable.[Ch] (ascii, linuxdoc, docbook):
1756         * insetcommand.[Ch] (ascii, linuxdoc, docbook):
1757         * insetert.[Ch] (ascii, linuxdoc, docbook):
1758         * insetexternal.[Ch] (ascii, linuxdoc, docbook):
1759         * insetfloat.[Ch] (linuxdoc, docbook):
1760         * insetfloatlist.[Ch] (ascii):
1761         * insetfoot.[Ch] (docbook):
1762         * insetgraphics.[Ch] (ascii, linuxdoc, docbook):
1763         * insethfill.[Ch] (ascii, linuxdoc, docbook):
1764         * insetinclude.[Ch] (ascii, linuxdoc, docbook):
1765         * insetindex.[Ch] (docbook):
1766         * insetlabel.[Ch] (ascii, linuxdoc, docbook):
1767         * insetlatexaccent.[Ch] (ascii, linuxdoc, docbook):
1768         * insetline.[Ch] (ascii, linuxdoc, docbook):
1769         * insetnewline.[Ch] (ascii, linuxdoc, docbook):
1770         * insetnote.[Ch] (ascii, linuxdoc, docbook):
1771         * insetpagebreak.[Ch] (ascii, linuxdoc, docbook):
1772         * insetquotes.[Ch] (ascii, linuxdoc, docbook):
1773         * insetref.[Ch] (ascii, linuxdoc, docbook):
1774         * insetspace.[Ch] (ascii, linuxdoc, docbook):
1775         * insetspecialchar.[Ch] (ascii, linuxdoc, docbook):
1776         * insetspecialchar.[Ch] (ascii, linuxdoc, docbook):
1777         * insettext.[Ch] (ascii, linuxdoc, docbook):
1778         * insettoc.[Ch] (ascii, linuxdoc, docbook):
1779         * inseturl.[Ch] (ascii, linuxdoc, docbook):
1780         * insetwrap.[Ch] (docbook):
1781         add LatexRunParams argument.
1782
1783 2003-10-30  José Matos  <jamatos@lyx.org>
1784
1785         * insettext.C (linuxdoc, docbook): use new pagraph generation code.
1786
1787 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1788
1789         * updatableinset.C (priv_dispatch):
1790         * insetwrap.C (priv_dispatch):
1791         * inseturl.C (priv_dispatch):
1792         * insettoc.C (priv_dispatch):
1793         * insettext.C (lfunMouseRelease, priv_dispatch, moveRightIntern)
1794         (moveLeftIntern, moveUp, moveDown):
1795         * insettabular.C (lfunMouseRelease, priv_dispatch, moveRight)
1796         (moveLeft, moveUp, moveDown):
1797         * insetref.C (priv_dispatch):
1798         * insetnote.C (priv_dispatch):
1799         * insetminipage.C (priv_dispatch):
1800         * insetlabel.C (priv_dispatch):
1801         * insetindex.C (priv_dispatch):
1802         * insetinclude.C (priv_dispatch):
1803         * insetgraphics.C (priv_dispatch):
1804         * insetfloatlist.C (priv_dispatch):
1805         * insetfloat.C (priv_dispatch):
1806         * insetexternal.C (priv_dispatch):
1807         * insetert.C (priv_dispatch):
1808         * insetcommand.C (priv_dispatch):
1809         * insetcollapsable.C (lfunMouseRelease, priv_dispatch):
1810         * insetcite.C (priv_dispatch):
1811         * insetbranch.C (priv_dispatch):
1812         * insetbox.C (priv_dispatch):
1813         * insetbibtex.C (priv_dispatch):
1814         * insetbibitem.C (priv_dispatch):
1815         * insetbase.C (priv_dispatch): explict DispatchResult ctor fallout.
1816
1817 2003-10-29  Martin Vermeer  <martin.vermeer@hut.fi>
1818
1819     * insettext.C: small refactoring of docbook stuff
1820
1821 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1822
1823         * insettext.C (lfunMouseRelease): dont use implicit conversion to bool
1824         (priv_dispatch): adjust for operator dispatch_result_t removal
1825
1826         * insettabular.C (lfunMouseRelease): put the result of a dispatch
1827         in a DispatchResult, adjust accordingly.
1828         (priv_dispatch): use strange >= construct... (will be removed later)
1829
1830         * most insets: dispatch_result -> DispatchResult
1831
1832         * insetbase.h: move DispatchResult out to dispatchresult.h
1833
1834 2003-10-27  André Pönitz  <poenitz@gmx.net>
1835
1836         * insetpagebreak.[Ch]: new inset for page breaks
1837
1838         * insetline.[Ch]: new inset for vertical lines
1839
1840         * Makefile.am:
1841         * inset.h: adjust
1842
1843 2003-10-25  Angus Leeming  <leeming@lyx.org>
1844
1845         * render_base.h (asButton, asGraphic, asPreview, asMonitoredPreview):
1846         new virtual member functions, specialised...
1847         * render_button.h (asButton):
1848         * render_graphic.h (asGraphic):
1849         * render_preview.h (asPreview, asMonitoredPreview): ... here.
1850
1851         * insetexternal.C: use these new functions rather than dynamic_cast.
1852         Various other small simplifications.
1853
1854 2003-10-22  Angus Leeming  <leeming@lyx.org>
1855
1856         * insetexternal.[Ch]: add the ability to 'preview' the external file
1857         if so desired.
1858
1859         * insetinclude.C: changes due to the changes in the RenderPreview
1860         interface.
1861
1862         * render_preview.[Ch]: Lots of small changes. Display a diagnostic
1863         message if the preview image is not available. Only initiate the
1864         loading of the preview from draw(). Ditto, start the monitoring
1865         of an external file from RenderMonitoredPreview::draw.
1866
1867 2003-10-22  Angus Leeming  <leeming@lyx.org>
1868
1869         * insetcite.[Ch] (setLoadingBuffer): removed.
1870         (getNatbibLabel): use the new Buffer::fully_loaded member function to
1871         ascertain whether to proceed with the (expensive) task of computing
1872         the natbib-style label. Remove the home-grown hack providing
1873         similar functionality.
1874
1875 2003-10-22  Angus Leeming  <leeming@lyx.org>
1876
1877         * render_graphic.[Ch] (statusMessage, readyToDisplay): move out of the
1878         class and into an anonymous namespace.
1879
1880 2003-10-22  Angus Leeming  <leeming@lyx.org>
1881
1882         * insetcommand.h: remove the display method.
1883
1884         * insetbibtex.h:
1885         * insetfloatlist.h:
1886         * insetindex.h (InsetPrintIndex):
1887         * insettoc.h: add a display method, returning true.
1888
1889 2003-10-21  Martin Vermeer  <martin.vermeer@hut.fi>
1890
1891         * insetcollapsable.h:
1892         * insetcommand.h:
1893         * insetfloat.h:
1894         * insetfootlike.h:
1895         * insetinclude.h: (1) finish off the inset display() work;
1896         (2) fix the "is a bit silly" bug (accessing char
1897         past end of par).
1898
1899 2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
1900
1901         * inset.h:
1902         * insetfloat.h:
1903         * insetfootlike.h: re-introduce display() for insets,
1904         fixing the various bugs (stretch of line above, math inset
1905         positioning, ...)
1906
1907 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
1908
1909         * insetbase.C (dispatch): new func
1910         (priv_dispatch): new func replaces...
1911         (localDispatch): this, deleted.
1912
1913         * all insets with dispatch modified for new code.
1914
1915 2003-10-15  André Pönitz  <poenitz@gmx.net>
1916
1917         * insetcollapsable.[Ch]
1918         * insettabular.[Ch]
1919         * inset.h: re-add some edit(bv, index) method called by undo
1920
1921 2003-10-14  Angus Leeming  <leeming@lyx.org>
1922
1923         * insetexternal.[Ch] (view, cache, view_):
1924         * insetgraphics.[Ch] (view, cache, view_):
1925         * insetinclude.[Ch] (view, cache, view_): remove the BufferView cache.
1926         (statusChanged): call LyX::cref().updateInset.
1927
1928         * insetinclude.C (fileChanged): use LyX::cref().updateInset rather than
1929         the BufferView cache.
1930
1931         * insetlabel.h: remove #include <boost/weak_ptr.hpp>. Cruft from an
1932         earlier clean-up.
1933
1934 2003-10-14  Angus Leeming  <leeming@lyx.org>
1935
1936         * insetinclude.C (metrics, draw): only draw the preview when previews
1937         are activated.
1938
1939 2003-10-14  André Pönitz  <poenitz@gmx.net>
1940
1941         * insetcollapsable.[Ch]:
1942         * insettabular.[Ch]:
1943         * insettext.[Ch]:
1944         * inset.h: getText() as alternative to getParagraphs()
1945
1946 2003-10-13  Angus Leeming  <leeming@lyx.org>
1947
1948         * insetexternal.C:
1949         * insetgraphicsParams.C: displayTranslator is now a function.
1950
1951 2003-10-13  Angus Leeming  <leeming@lyx.org>
1952
1953         * insetinclude.C: remove #include "PreviewImage.h".
1954
1955 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
1956
1957         * ExternalSupport.C:
1958         * ExternalTransforms.C:
1959         * insetbox.C:
1960         * insetbox.h: ws changes only
1961
1962 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
1963
1964         * insetinclude.C (localDispatch): do not call
1965         InsetOld::localDispatch, just return UNDISPATCHED
1966         * insetgraphics.C (localDispatch): ditto
1967         * insetcommand.C (localDispatch): ditto
1968
1969 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
1970
1971         * inset.h: get rid of RESULT typedef for dispatch_result
1972
1973         * insetcollapsable.[Ch] (localDispatch): RESULT -> dispatch_result
1974         * insetert.[Ch] (localDispatch): ditto
1975         * insettabular.[Ch] (localDispatch): ditto
1976         (moveRight): ditto
1977         (moveLeft): ditto
1978         (moveUp): ditto
1979         (moveDown): ditto
1980         * insettext.[Ch] (localDispatch): ditto
1981         (moveRight): ditto
1982         (moveLeft): ditto
1983         (moveRightIntern): ditto
1984         (moveLeftIntern): ditto
1985         (moveUp): ditto
1986         (moveDown): ditto
1987         * updatableinset.[Ch] (localDispatch): ditto
1988
1989 2003-10-12  Angus Leeming  <leeming@lyx.org>
1990
1991         * renderbase.h (view, view_): removed.
1992         * renderbase.C: removed.
1993         * Makefile.am: remove render_base.C. The shortest lived file in
1994         history?
1995
1996         * renderbutton.C (draw):
1997         * render_graphic.C (draw): don't cache the BufferView.
1998
1999         * insetabase.h (cache, view): removed.
2000
2001         * inset.h (generatePreview) removed.
2002
2003         * insetcallapsable.[Ch] (cache, view, view_): removed.
2004
2005         * insetcollapsable.C (draw): don't cache the BufferView.
2006
2007         * insetcommand.[Ch] (view): removed.
2008
2009         * insetexternal.[Ch] (cache, view, view_):
2010         * insetgraphics.[Ch] (cache, view, view_):
2011         * insetinclude.[Ch] (cache, view, view_): added. Cache the BufferView.
2012
2013         * insetlabel.C: small clean-up. Don't use the BufferView cache, view(),
2014         when you have direct access to it. In fact, don't use the cache at all.
2015
2016 2003-10-10  Angus Leeming  <leeming@lyx.org>
2017
2018         * insetinclude.C (metrics): use preview_->metrics.
2019         (draw): use preview_->draw.
2020
2021         * render_preview.[Ch] (pimage): removed.
2022
2023 2003-10-10  Angus Leeming  <leeming@lyx.org>
2024
2025         * renderers.[Ch]: removed.
2026
2027         * render_base.[Ch]:
2028         * render_button.[Ch]:
2029         * render_graphic.[Ch]:
2030         * render_preview.[Ch]: new files. The first three are split out of
2031         renderers.[Ch]. The last one is a renamed PreviewedInset.[Ch]. which
2032         contains a re-worked InsetInclude::PreviewImpl also.
2033
2034         * Makefile.am: reflect the changed files.
2035
2036         * insetcommand.h:
2037         * insetexternal.[Ch]:
2038         * insetgraphics.[Ch]: trivial changes ButtonRenderer -> RenderButton, etc.
2039
2040         * insetinclude.[Ch]: changes reflecting the change from
2041         InsetInclude::PreviewImpl to RenderMonitoredPreview.
2042
2043         * insethfill.C:
2044         * insetindex.C:
2045         * insetlabel.C:
2046         * insettoc.C:
2047         * inseturl.C: add #include "support/std_ostream.h"
2048
2049 2003-10-09  Angus Leeming  <leeming@lyx.org>
2050
2051         * insetinclude.C (metrics, draw): no longer need to pass a Buffer arg
2052         to PreviewedInset::previewReady.
2053
2054 2003-10-09  Angus Leeming  <leeming@lyx.org>
2055
2056         * insetexternal.[Ch] (statusChanged):
2057         * insetgraphics.[Ch] (statusChanged): make a const member function.
2058
2059         * insetinclude.[Ch]: mods to PreviewImpl due to the changes to
2060         PreviewedInset.
2061
2062 2003-10-09  Angus Leeming  <leeming@lyx.org>
2063
2064         * insetinclude.C (metrics, draw, restartLoading): pass a buffer arg
2065         to PreviewedInset's previewReady and removePreview member functions.
2066
2067 2003-10-08  André Pönitz  <poenitz@gmx.net>
2068
2069         * insetcollapsable.C:
2070         * insettext.[Ch]: saner 'init' structure
2071
2072         * updatableinset.[Ch]: remove unneeded code
2073
2074 2003-10-08  Angus Leeming  <leeming@lyx.org>
2075
2076         Fix doxygen warnings.
2077
2078         * insetbox.h (localDispatch): remove prefix InsetBox:: from declaration.
2079         * insetnote.h (localDispatch): remove prefix InsetNote:: from declaration.
2080
2081 2003-10-07  Angus Leeming  <leeming@lyx.org>
2082
2083         * ExternalTransforms.[Ch]: new files, detailing transforms that can
2084         be applied to InsetExternal.
2085
2086         * Makefile.am: add these new files.
2087
2088         * ExternalTemplate.[Ch]: add a list of available transforms to
2089         class Template and a list of factory functions for transformer classes
2090         that can act on this data to class Format.
2091
2092         * insetexternal.[Ch]: add transform data to InsetExternal::Params.
2093
2094         * ExternalSupport.C: Add code to replace transform placeholders
2095         with appropriate output.
2096
2097 2003-10-07  Angus Leeming  <leeming@lyx.org>
2098
2099         * ExternalSupport.[Ch]: new files, moving the private member functions
2100         and namespace anon functions out of insetexternal.C to here, so making
2101         it easier to understand what is going on in insetexternal itself.
2102
2103         * Makefile.am: add new files.
2104
2105         * insetexternal.[Ch]: InsetExternal::Params -> InsetExternalParams,
2106         allowing the class to be forward declared. (Also consistent with
2107         all other Params classes.)
2108         (write): moved out of the class. Move this function and those in
2109         namespace anon to ExternalSupport.[Ch].
2110
2111 2003-10-07  Angus Leeming  <leeming@lyx.org>
2112
2113         * ExternalTemplate.[Ch] (TemplateManager::getTemplates): remove
2114         non-const member function.
2115
2116 2003-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
2117
2118         * Makefile.am:
2119         * inset.h:
2120         * insetbox.C:
2121         * insetbox.h: The Box patch. Fancybox support, minipage, parbox
2122
2123 2003-10-02  André Pönitz  <poenitz@gmx.net>
2124
2125         * insettext.C (read): make sure there is at least one par
2126           in the text after reading.
2127
2128 2003-10-01  José Matos  <jamatos@lyx.org>
2129
2130         * insetbranch.C (linuxdoc, docbook): minor fix.
2131
2132 2003-10-01  Angus Leeming  <leeming@lyx.org>
2133
2134         * ExternalTemplace.[Ch]: introduce namespace lyx::external.
2135
2136         * insetexternal.[Ch]: changes due to the introduction of
2137         namespace lyx::external.
2138
2139 2003-09-30  Angus Leeming  <leeming@lyx.org>
2140
2141         * insetexternal.[Ch] (Params::read, write): new member functions.
2142
2143 2003-09-25  Angus Leeming  <leeming@lyx.org>
2144
2145         * insetexternal.[Ch] (TempName): new (private) nested struct with
2146         fake copy semantics. Enables us to use the generated copy c-tor
2147         in the Params struct.
2148         (Params::templatename, Params::tempname): use accessor functions.
2149
2150 2003-09-25  Angus Leeming  <leeming@lyx.org>
2151
2152         * ExternalTemplate.[Ch] (getTemplateByName): now it's a const member
2153         function, returning a const pointer.
2154
2155 2003-09-23  Angus Leeming  <leeming@lyx.org>
2156
2157         * ExternalTemplate.[Ch]: can have multiple preamble snippets if we
2158         store them in a vector, preambleNames.
2159
2160         * insetexternal.C (validate): loop over all preambleNames and call
2161         LaTeXFeatures::addExternalPreamble with each.
2162
2163 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
2164
2165         * insetbranch.C: bug fix in branches
2166
2167 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
2168
2169         * insetnote.C: small clean-up.
2170
2171 2003-09-19  Angus Leeming  <leeming@lyx.org>
2172
2173         * inset.h (generatePreview): passed a 'Buffer const &' arg.
2174
2175         * insetcommand.C (string2params): clear params using the default c-tor.
2176
2177         * insetinclude[Ch]: get rid of the masterFilename_ parameter in
2178         InsetInclude::Params. No more data in this struct than in
2179         InsetCommandParams, so get rid of it and use InsetCommandParams instead.
2180         (c-tor): no need to pass a 'Buffer const &' arg anymore.
2181         (clone): remove #warning as it's now redundant.
2182         (set): add a 'Buffer const &' arg. Make private.
2183         (loadIfNeeded) move out of the class definition and into namespace anon.
2184         (getMasterFilename, getFileName): ditto.
2185
2186 2003-09-18  Angus Leeming  <leeming@lyx.org>
2187
2188         * insetcommand.C (setParams): use the params' copy constructor.
2189
2190 2003-09-18  Angus Leeming  <leeming@lyx.org>
2191
2192         * insetinsetbase.h (getLabelList):
2193         * insetinsetcollapsable.[Ch] (getLabelList):
2194         * insetinsetinclude.[Ch] (getLabelList):
2195         * insetinsetlabel.[Ch] (getLabelList):
2196         * insetinsettabular.[Ch] (getLabelList):
2197         * insetinsettext.[Ch] (getLabelList): receive a Buffer const & arg.
2198         * insetinsetinclude.[Ch] (fillWithBibKeys): ditto.
2199
2200 2003-09-18  Angus Leeming  <leeming@lyx.org>
2201
2202         * insetinclude.[Ch]: remove Params::operator==, operator!= as they're
2203         redundant baggage from yesteryear.
2204         Remove Params::flag as it is redundant; the info is present in
2205         getCmdName.
2206
2207 2003-09-18  Angus Leeming  <leeming@lyx.org>
2208
2209         * insetinclude.C (latexString): add a Buffer const & arg.
2210
2211 2003-09-18  Angus Leeming  <leeming@lyx.org>
2212
2213         * inset.C:
2214         * inset.h:
2215         * insettext.C:
2216         * insettext.h: rename EnumLColor as LColor_color.
2217
2218 2003-09-18  Angus Leeming  <leeming@lyx.org>
2219
2220         * inset.h: add the InsetOld::Code wrapper class InsetOld_code.
2221         * insetbase.h: add the dispatch_result wrapper class DispatchResult.
2222
2223 2003-09-16  Angus Leeming  <leeming@lyx.org>
2224
2225         * insetinclude.C (localDispatch): ensure that
2226         params_.masterFilename_ is set before trying to generate a
2227         preview, else we trigger an assert.
2228
2229 2003-09-16  Angus Leeming  <leeming@lyx.org>
2230
2231         * insetinclude.C (PreviewImpl::parent): return a const reference.
2232
2233 2003-09-16  Angus Leeming  <leeming@lyx.org>
2234
2235         * insetcollapsable.[Ch]: make all member variables, except for
2236         'inset', private.
2237
2238         * insetert.C (init): use InsetCollapsable::setLabelFont rather
2239         than access labelfont directly.
2240         (read, updateStatus, lfunMouseRelease, status, showInsetDialog):
2241         use InsetCollapsable::setCollapsed, isOpen rather than access
2242         collapsed_ directly.
2243
2244         * insetminipage.C (metrics):
2245         * insetnote.C (metrics):
2246         * insettheorem.C (clone): use InsetCollapsable::isOpen rather than
2247         access collapsed_ directly.
2248
2249 2003-09-16  Angus Leeming  <leeming@lyx.org>
2250
2251         * insetbibitem.C: add #include "lyxfont.h".
2252
2253 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2254
2255         * insetgraphics.C:
2256         * insetbibtex.C: use namespace alias for lyx::support::os
2257
2258 2003-09-16  Angus Leeming  <leeming@lyx.org>
2259
2260         * insetcollapsable.h: remove unused framecolor variable.
2261         Remove #include "LColor.h".
2262
2263         * insetcollapsable.C: remove unused framecolor variable.
2264
2265         * insetcaption.C:
2266         * insetcollapsable.C:
2267         * insetert.C:
2268         * insetfloat.C:
2269         * insetfootlike.C:
2270         * insetminipage.C:
2271         * insetnote.C:
2272         * insetoptarg.C:
2273         * insetwrap.C:
2274         Add #include "LColor.h".
2275
2276 2003-09-16  Angus Leeming  <leeming@lyx.org>
2277
2278         * insettext.[Ch] (frameColor): new accessor function.
2279         (frame_color_): stored as an int, allows us to remove #include
2280         "LColor.h" from insettext.h
2281
2282         * insetbranch.C:
2283         * insettabular.C:
2284         * insettext.C:
2285         add #include "LColor.h".
2286
2287         * insetcollapsable.h: add #include "LColor.h"
2288         (for its framecolor member variable).
2289
2290 2003-09-16  Angus Leeming  <leeming@lyx.org>
2291
2292         * insetenv.C (constructor): use accessor functions to access
2293         InsetText variables.
2294
2295         * insettext.h: rename autoBreakRows as autoBreakRows_. Make private.
2296         rename frame_color as frame_color_. Make private.
2297
2298         * insettext.C: associated changes.
2299
2300 2003-09-16  Angus Leeming  <leeming@lyx.org>
2301
2302         * inset.h: store background_color_ as an int, not as an
2303         LColor::color to get LColor.h out of the header file.
2304
2305         * inset.C:
2306         * insetlatexaccent.C:
2307         * insetnewline.C:
2308         * insetspace.C:
2309         * insetspecialchar.C:
2310         * renderers.C:
2311         add #include "LColor.h".
2312
2313 2003-09-16  Angus Leeming  <leeming@lyx.org>
2314
2315         * renderers.C: LyXFont::setColor no longer return a LyXFont &, so
2316         cannot string calls together.
2317
2318 2003-09-15  Angus Leeming  <leeming@lyx.org>
2319
2320         * inset.[Ch] (setBackgroundColor, backgroundColor):
2321         * insettext.[Ch] (setFrameColor):
2322         pass EnumLColor args, rather than LColor::color ones.
2323
2324 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2325
2326         * insetcommand.C
2327         * insetexternal.C
2328         * insetfloat.C
2329         * insetgraphics.C
2330         * insetinclude.C
2331         * insetminipage.C
2332         * insetnote.C
2333         * insettabular.C
2334         * insetwrap.C: remove usage of STRCONV
2335
2336 2003-09-15  Angus Leeming  <leeming@lyx.org>
2337
2338         * renderers.C (draw):
2339         * insetlatexaccent.C (draw): explicitly define the color passed to
2340         the painter.
2341
2342 2003-09-10  Martin Vermeer  <martin.vermeer@hut.fi>
2343
2344         * insettext.C: remove block causing problems in lockInsetInInset
2345         (mentioned erroneously under Bug #1366)
2346
2347 2003-09-10  Martin Vermeer  <martin.vermeer@hut.fi>
2348
2349         * insetcollapsable.C: Simplify by using adjustCommand, and fix bug
2350         in the process
2351
2352 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
2353
2354         * several files: change Assert to BOOST_ASSERT
2355
2356 2003-09-09  Martin Vermeer  <martin.vermeer@hut.fi>
2357
2358         * insettext.[Ch]: remove drawText[XY]Offset
2359
2360 2003-09-08  Angus Leeming  <leeming@lyx.org>
2361
2362         * insetcollapsable.C:
2363         * insetenv.C:
2364         * insetinclude.C:
2365         * insetlabel.C:
2366         * insetoptarg.C:
2367         * insetspecialchar.C:
2368         * insettabular.C:
2369         * insettext.C:
2370         * insettoc.C: remove redundant using directives.
2371
2372 2003-09-07  Angus Leeming  <leeming@lyx.org>
2373
2374         * insetspace.h:
2375         * insetspecialchar.h: remove #include "support/std_string.h".
2376
2377 2003-09-06  Angus Leeming  <leeming@lyx.org>
2378
2379         * renderers.C: add #include "insets/inset.h"
2380
2381 2003-09-05  Angus Leeming  <leeming@lyx.org>
2382
2383         * *.C: strip out redundant #includes. (193 in total.)
2384
2385 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
2386
2387         * insets/insetbibtex.[Ch]:
2388         * insets/insetcommand.h:
2389         * insets/insetfloatlist.[Ch]:
2390         * insets/insetinclude.[Ch]:
2391         * insets/insettoc.[Ch]: Restricts the mouse click functionality
2392         of insets like bibtex, include, toc and floatlist to the visible
2393         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
2394         up the dialogs. Cursor has to be in front of the inset (i.e.
2395         start of row) for this to function.
2396
2397 2003-09-04  Angus Leeming  <leeming@lyx.org>
2398
2399         * ExternalTemplate.[Ch]: store the preamble snippets in a separate
2400         structure outside of the Format struct. Format::preambleName refers to
2401         an item in the map of all preamble snippets.
2402         Make use of the new Debug::EXTERNAL flag.
2403
2404         * insetexternal.C: make use of the new Debug::EXTERNAL flag.
2405         (validate): Small change due to the changed storage of preamble
2406         snippets.
2407
2408 2003-09-04  Angus Leeming  <leeming@lyx.org>
2409
2410         * insetgraphics.C: #include "support/os.h"
2411
2412         * insetfoot.h: move #include "LaTeXFeatures.h" out of the header file.
2413         * insettabular.h: move #include "FuncStatus.h" out of the header file.
2414         * insettoc.[Ch]: move #include "metricsinfo.h" out of the header file.
2415
2416         * insetcollapsable.h:
2417         * insetbranch.C:
2418         * insetnote.C: move #include "funcrequest.h" out of the header file.
2419
2420 2003-09-03  Angus Leeming  <leeming@lyx.org>
2421
2422         * insetexternal.C (updateExternal):
2423         * insetgraphics.C (prepareFile): Fix the conversion when exporting to
2424         latex.
2425
2426 2003-09-03  Angus Leeming  <leeming@lyx.org>
2427
2428         * insetexternal.C: don't bring namespace lyx::support into the global
2429         namespace.
2430
2431 2003-09-02  Martin Vermeer  <martin.vermeer@hut.fi>
2432
2433         * insetbranch.C: Add Branch: to label
2434
2435 2003-09-02  John Levon  <levon@movementarian.org>
2436
2437         * insettext.h:
2438         * insettext.C: remove cursor.i[xy]()
2439
2440 2003-08-28  Angus Leeming  <leeming@lyx.org>
2441
2442         * insetgraphics.C (prepareFile): prepend "convertDefault.sh" with
2443         "sh ", enabling the conversion to be carried out even if the script
2444         is not executable.
2445
2446 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2447
2448         * most files: change to use const Buffer refs
2449
2450 2003-08-26  Martin Vermeer  <martin.vermeer@hut.fi>
2451
2452         * insetfootlike.C: whitespace.
2453
2454 2003-08-26  John Levon  <levon@movementarian.org>
2455
2456         * insetenv.h:
2457         * insetcaption.h:
2458         * insetindex.h: remove remaining mentions of needFullRow()
2459
2460 2003-08-26  André Pönitz  <poenitz@gmx.net>
2461
2462         * insetfoot.C:
2463         * insetnewline.C:
2464         * insetquotes.C:
2465         * insettabular.C:
2466         * inset.[Ch]: remove InsetOld::par_owner_ & handling
2467
2468 2003-08-26  Martin Vermeer  <martin.vermeer@hut.fi>
2469
2470         * insetbranch.C: Small fix to prevent a crash on loading.
2471
2472 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
2473
2474         * inset.h:
2475         * insetbibtex.[Ch]:
2476         * insetbranch.[Ch]:
2477         * insetcollapsable.h:
2478         * insetert.[Ch]:
2479         * insetfloatlist.[Ch]:
2480         * insetfootlike.[Ch]:
2481         * insetinclude.[Ch]:
2482         * insetindex.[Ch]:
2483         * insetindex.h:
2484         * insetminipage.h:
2485         * insetnote.[Ch]:
2486         * insettext.C:
2487         * insettheorem.[Ch]:
2488         * insettoc.[Ch]: eliminates the needFullRow/display() stuff
2489         altogether, putting the logic in metrics/draw in the insets.=20
2490         Draws short single row insets with more or less realistic metrics.
2491
2492 2003-08-19  André Pönitz  <poenitz@gmx.net>
2493
2494         * insettext.C: use new RowPainter interface
2495
2496 2003-08-18  John Levon  <levon@movementarian.org>
2497
2498         * insetref.C: require amsmath for eqref
2499
2500 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
2501
2502         * Makefile.am:
2503         * inset.h:
2504         * insetbranch.[Ch]: implements the 'branch inset'
2505         idea. This allows the output of various versions of a document
2506         from a single source version, selectively outputing or suppressing
2507         output of parts of the text.
2508         This implementation contains a 'branch list editor' in a separate
2509         tab of the document settings dialog. Branches are user definable
2510         and have a "display colour" to distinguish them on-screen.
2511
2512         ColorHandler was somewhat cleaned up.
2513         (1) make possible a dynamically growing LColor list by allowing
2514         the graphic context cache to grow along (vector);
2515         (2) eliminate an IMHO unnecessary step in colour allocation.
2516
2517 2003-08-15  André Pönitz  <poenitz@gmx.net>
2518
2519         * insettext.[Ch]: adjust after rowlist split
2520
2521 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
2522
2523         * insettabular.C: rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
2524           rename valign-center to valign-middle;
2525           rename VALIGN_CENTER to VALIGN_MIDDLE
2526
2527 2003-08-11  André Pönitz  <poenitz@gmx.net>
2528
2529         * inset.h: remove resizeLyXText
2530
2531         * insetcaption.C:
2532         * insetcollapsable.[Ch]:
2533         * insetminipage.C:
2534         * insettabular.[Ch]: adjust
2535
2536         * insettext.[Ch]: remove saveLyXTextState,
2537          restoreLyXTextStat, sstate, reinitLyXText
2538
2539 2003-08-07  André Pönitz  <poenitz@gmx.net>
2540
2541         * inset.[Ch]: move non-crucial functions out-of-line
2542
2543         * insettext.C: rely on LyXText's LFUN handlers in some more cases,
2544         remove duplicated code.
2545
2546 2003-08-05  André Pönitz  <poenitz@gmx.net>
2547
2548         * insetbibitem.C:
2549         * insetcollapsable.[Ch]:
2550         * insetcommand.C:
2551         * insetert.C:
2552         * insetexternal.C:
2553         * insetfloat.C:
2554         * insetgraphics.C:
2555         * insetinclude.C:
2556         * insetlabel.C:
2557         * insetminipage.C:
2558         * insetnote.C:
2559         * insettabular.[Ch]:
2560         * insettext.[Ch]:
2561         * insetwrap.C:
2562         * updatableinset.[Ch]: rip out "deep update"
2563
2564         * insettext.C (localDispatch): merge cases with default branch
2565
2566         * insettext.C (frame_x,y,w,h): replace member with automatic variables
2567
2568         * insettabular.[Ch] (updateLocal): simplify logic
2569
2570 2003-08-04  André Pönitz  <poenitz@gmx.net>
2571
2572         * insettext.[Ch] (updateLocal): remove 'what' argument by assuimng it
2573   is 'FULL' all the time.
2574
2575 2003-08-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2576
2577         * insetert.C (get_new_label): only add ... to the (closed) label
2578         when the string has been shortened
2579
2580 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
2581
2582         * Always use std::endl with lyxerr
2583
2584 2003-08-01      Martin Vermeer  <martin.vermeer@hut.fi>
2585
2586         * insetnote.C: update \author list
2587
2588 2003-07-31  André Pönitz  <poenitz@gmx.net>
2589
2590         * insetcollapsable.h:
2591         * insettabular.[Ch]:
2592         * insettext.[Ch]: remove toggleSelection
2593
2594 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
2595
2596         (with help from Juergen Spitzmueller)
2597         * insetnote.C: add add i18n support. Use Prefs-definable
2598         colours for Comment and Greyedout.
2599
2600 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
2601
2602         * insetcollapsable.[Ch]:
2603         * insetnote.C:
2604         * insetert.C: factor out the detection of clicking on the inset
2605       button as 'hitButton'. John Levon contributed.
2606
2607 2003-07-30  André Pönitz  <poenitz@gmx.net>
2608
2609         * insetcollapsable.C:
2610         * insetfootlike.C:
2611         * insettabular.C: parantheses, localize vars etc.
2612
2613 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
2614
2615         * insetnote.C: Implement a newenvironment in preamble for
2616         greyedout. Patch provided by Jürgen Spitzmüller.
2617
2618 2003-07-29  Angus Leeming  <leeming@lyx.org>
2619
2620         * insetcommand.C (localDispatch): default to
2621         InsetOld::localDispatch.
2622
2623         * insetbibitem.C (localDispatch):
2624         * insetbibtex.C (localDispatch): remove call to
2625         ChangeCitationsIfUnique.
2626
2627         * insetbibtex.[Ch] (clone): move out of line; use copy c-tor.
2628
2629         * insetexternal.C (read): use pushpophelper.
2630
2631 2003-07-28  José Matos  <jamatos@lyx.org>
2632
2633         * insetext.C (read): \end_document replaces \the_end.
2634
2635 2003-07-28  José Matos  <jamatos@fep.up.pt>
2636
2637         * insetert.C (write): \layout -> \begin_layout.
2638         Add missing \end_layout.
2639
2640 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2641
2642         * insetquotes.C: document a bit the format
2643
2644         * insettabular.C (write): remove extra space
2645
2646 2003-07-28  Martin Vermeer  <martin.vermeer@hut.fi>
2647         * insetnote.C: Umpf. Hope I *now* get it right :-(
2648
2649 2003-07-28  Martin Vermeer  <martin.vermeer@hut.fi>
2650         *insetnote.C: did the right fix to greyedout: \color
2651         instead of \textcolor.
2652
2653 2003-07-28  Angus Leeming  <leeming@lyx.org>
2654
2655         * insetbibtex.h: remove extraneous forward declaration.
2656
2657         * insetbibitem.h:
2658         * insetbibtex.h: Also remove long-dead Holder member class
2659         and variable.
2660
2661 2003-07-27  Martin Vermeer  <martin.vermeer@hut.fi>
2662
2663         * insetbase.h: add #include <memory> needed by gcc 2.95.2 at
2664         least.
2665
2666 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
2667
2668         * insetwrap.C (addToToc): adjust for lyx::toc
2669
2670         * insetfloatlist.C (ascii): adjust for lyx::toc
2671
2672         * insetfloat.C (addToToc): adjust for lyx::toc
2673
2674 2003-07-27  José Matos  <jamatos@fep.up.pt>
2675
2676         * insetnote.h (linuxdoc,docbook): update support.
2677
2678 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2679
2680         * insetfloat.C (wide): add a space to label, for consistency
2681
2682 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
2683
2684         * insettext.C (nextChange): adjust for lyx::find
2685         (searchForward): ditto
2686         (searchBackward): ditto
2687
2688 2003-07-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2689
2690         * insetgraphicsParams.C:
2691         * insetexternal.C: declare extern displayTranslator
2692
2693         * insetexternal.C:
2694         * renderers.C: add #include "support/LAssert.h"
2695
2696 2003-07-27  José Matos  <jamatos@fep.up.pt>
2697
2698         * insetfloat.[Ch] (linuxdoc):
2699         * insetgraphics.C (linuxdoc):
2700         * insettabular.C (linuxdoc):
2701         * insettext.[Ch] (linuxdoc): add support for tables and figures
2702         (linuxdoc).
2703
2704 2003-07-27  José Matos  <jamatos@fep.up.pt>
2705
2706         * insetinclude (latex): comply with makeLaTeXFile argument change.
2707
2708 2003-07-26  Asger Alstrup  <alstrup@local>
2709
2710         * insettext.C (reinitLyXText): Get rid of updateLocal which causes
2711         the undo crashes. We'll see what problems other places this will
2712         cause.
2713
2714 2003-07-26  Angus Leeming  <leeming@lyx.org>
2715
2716         * insetgraphics.C: remove unused declaration of system_tempdir.
2717
2718 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2719
2720         * rename Inset to InsetOld
2721
2722         * all inset files (clone): return a auto_ptr<InsetBase>
2723
2724 2003-07-23  Angus Leeming  <leeming@lyx.org>
2725
2726         * insetexternal.[Ch] (setParams): pass it a Buffer const *.
2727
2728 2003-07-23  Angus Leeming  <leeming@lyx.org>
2729
2730         * mailinset.[Ch] (inset2string):
2731         * insetcommand.[Ch] (inset2string):
2732         * insetert.[Ch] (inset2string):
2733         * insetexternal.[Ch] (inset2string):
2734         * insetfloat.[Ch] (inset2string):
2735         * insetgraphics.[Ch] (inset2string):
2736         * insetinclude.[Ch] (inset2string):
2737         * insetminipage.[Ch] (inset2string):
2738         * insetnote.[Ch] (inset2string):
2739         * insettabular.[Ch] (inset2string):
2740         * insetwrap.[Ch] (inset2string): now requires a Buffer const & arg.
2741
2742         * insetexternal.[Ch]:
2743         * insetgraphics.[Ch]: get rid of the view() function. Associated
2744         changes to the mailers' string2params and params2string functions.
2745
2746 2003-07-23  Angus Leeming  <leeming@lyx.org>
2747
2748         * insetexternal.[Ch]: store the external file name in a FileName
2749         member variable rather than a string + associated changes.
2750
2751 2003-07-21  Angus Leeming  <leeming@lyx.org>
2752
2753         * insetgraphicsParams.[Ch]: store the graphics file name in
2754         a FileName member variable rather than a string.
2755
2756         * insetgraphics.[Ch]:
2757         * insetgraphicsParams.[Ch]: Associated changes.
2758
2759 2003-07-21  Angus Leeming  <leeming@lyx.org>
2760
2761         * insetgraphics.[Ch] (string2params, params2string): passed a
2762         buffer_path argument.
2763         (view): new method.
2764
2765 2003-07-21  Angus Leeming  <leeming@lyx.org>
2766
2767         * insetexternal.C:
2768         * insetgraphicsParams.[Ch]:
2769         * insetinclude.C:
2770         * renderers.C: use namespace lyx::graphics rather than grfx shortcut.
2771
2772 2003-07-21  Martin Vermeer  <martin.vermeer@hut.fi>
2773
2774         * insetnote.C: fixed greyout and conditionals layout foul-ups.
2775
2776 2003-07-18  André Pönitz  <poenitz@gmx.net>
2777
2778         * insetert.[Ch]:
2779         * insetminipage.[Ch]:
2780         * insettabular.[Ch]:
2781         * insettext.[Ch]:
2782         * insetwrap.[Ch]:
2783         * updatableinset.[Ch]: remove unneeded Inset::getMaxWidth()
2784
2785 2003-07-18  André Pönitz  <poenitz@gmx.net>
2786
2787         * inset.[Ch]:
2788         * insetbibitem.C:
2789         * insetcollapsable.C:
2790         * insetcommand.C:
2791         * insetert.C:
2792         * insetexternal.C:
2793         * insetgraphics.[Ch]:
2794         * insetlatexaccent.[Ch]:
2795         * insetminipage.C:
2796         * insetnewline.C:
2797         * insetquotes.C:
2798         * insetspace.C:
2799         * insetspecialchar.C:
2800         * insettabular.[Ch]:
2801         * insettext.[Ch]:
2802         * updatableinset.C: two-phase-drawing for InsetText & InsetTabular
2803
2804 2003-07-17  André Pönitz  <poenitz@gmx.net>
2805
2806         * insetcollapsable.C:
2807         * insettabular.C:
2808         * insettext.C: don't call Inset::update() anymore
2809
2810         * insettext.[Ch]:
2811         * insettabular.[Ch]: remove unneeded in_update_ members
2812
2813         * insettext.[Ch]: remove unneeded InsetText::old_max_width member
2814
2815 2003-07-16  André Pönitz  <poenitz@gmx.net>
2816
2817         * insettext.C (selectAll): remove
2818
2819 2003-07-16  John Levon  <levon@movementarian.org>
2820
2821         * insetnote.h:
2822         * insetnote.C: implement showInsetDialog()
2823
2824 2003-07-15  André Pönitz  <poenitz@gmx.net>
2825
2826         * insettabular.C:
2827         * insettext.C: refresh_status tristate -> need_update bool
2828
2829 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
2830
2831         * insettext.C: adjust call to LyXText::init
2832
2833 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2834
2835         * insettext.C: use bufferview_funcs->replaceSelection()
2836         to delete selections in some cases (bugs 441, 673, 702, 954).
2837
2838 2003-07-14  André Pönitz  <poenitz@gmx.net>
2839
2840         * insettext.C (draw): use slimmed down rowpainter interface
2841
2842 2003-07-14  André Pönitz  <poenitz@gmx.net>
2843
2844         * insetcollapsable.C:
2845         * insetert.C:
2846         * insettext.[Ch] (cy, ciy, setUpdateStatus):
2847         remove unused BufferView * argument
2848
2849 2003-07-14  André Pönitz  <poenitz@gmx.net>
2850
2851         * insettext.[Ch]: used cached metrics a bit more
2852
2853 2003-07-10  Alfredo Brauntein  <abraunst@libero.it>
2854
2855         * insettabular.[Ch]: invalidate InsetTabular::view(), added buffer()
2856
2857 2003-07-10  André Pönitz  <poenitz@gmx.net>
2858
2859         * insettabular.C:
2860         * insettext.[Ch]: remove InsetText::InnerCache, clean up consequences
2861
2862 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
2863
2864         * introduce namespace lyx::graphics
2865
2866 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2867
2868         * introduce namespace lyx::support
2869
2870 2003-06-30  André Pönitz  <poenitz@gmx.net>
2871
2872         * insetcite.C (localDispatch): fix case of missing return value
2873
2874         * insetcite.C (ascii): remove unneeded temporary
2875
2876 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2877
2878         * insetspace.h: fix \file
2879
2880         * insetbibtex.C (fillWithBibKeys): use std:: on stdlib types
2881         * insetinclude.C (fillWithBibKeys): ditto
2882
2883         * insetbibitem.C: fix type const order
2884
2885         * inset.C (getLyXText): add varname for arg
2886
2887         * ExternalTemplate.h: fix type const order
2888
2889 2003-06-27  André Pönitz  <poenitz@gmx.net>
2890
2891         * insettext.C: take care of removed LyXCursor::row_ member
2892
2893         * insettext.[Ch]: use new TextCursor struct for sstate
2894
2895 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
2896
2897         * inseterror.[Ch]: removed
2898
2899 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
2900
2901         * insetinclude.C (docbook): use parseError instead of sgmlError
2902
2903 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
2904
2905         * insetinclude.C (loadIfNeeded): call ::loadLyXFile instead
2906         of BufferList::loadLyXFile
2907
2908 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
2909
2910         * insettext.C (update): simplify
2911         (updateLocal): remove commented code
2912         (insetUnlock): simplify
2913         (lockInset): simplify
2914         (updateInsetInInset): simplify
2915         (localDispatch): simplify
2916         (setFont): simplify
2917         (resizeLyXText): simplify
2918         (collapseParagraphs): simplify
2919
2920         * insetert.C (get_new_label): simplify
2921
2922 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
2923
2924         * insettext.C (localDispatch): handle arg to LFUN_PASTE, call
2925         pasteSelection with index
2926
2927 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2928
2929         * insettext.C (localDispatch): fix call to cutSelection for LFUN_CUT
2930
2931 2003-06-16  André Pönitz  <poenitz@gmx.net>
2932
2933         * insetbase.h: new virtual base function clone()
2934
2935         * *inset*.[Ch]: IU of clone() and getLabelList (i.e. essentially
2936           Inset * clone()  ->  InsetBase * clone()
2937
2938 2003-06-13  André Pönitz  <poenitz@gmx.net>
2939
2940         * insettabular.[Ch]: make tabular a proper member
2941
2942 2003-06-12  André Pönitz  <poenitz@gmx.net>
2943
2944         * insettabular.[Ch]: some renaming plus whitespace
2945
2946 2003-06-11  Angus Leeming  <leeming@lyx.org>
2947
2948         * Makefile.am: remove graphicinset.[Ch], insetbutton.[Ch].
2949         Add renderers.[Ch].
2950
2951         * insetbutton.[Ch]: removed.
2952         * graphicinset.[Ch]: renamed as renderers.[Ch].
2953
2954         * renderers.[Ch]: new files. Rename GraphicsInset as GraphicsRenderer.
2955         Create a new class ButtonRenderer using the InsetButton::metrics() and
2956         draw() functions.
2957         Derive both from a common RenderedInset base class.
2958
2959         * insetcommand.[Ch]:
2960         * insetinclude.[Ch]: derive from Inset, not InsetButton.
2961         Give it a ButtonRenderer member variable. Use it.
2962         Give the classes working copy c-tors.
2963         No longer derive from boost::noncopyable.
2964
2965         * insetexternal.[Ch]: enable the inset to choose dynamically whether to
2966         display its contents as a button or as a graphic.
2967
2968         * insetgraphic.[Ch]: changes due to the change in name GraphicInset ->
2969         GraphicRenderer.
2970
2971 2003-06-11  Angus Leeming  <leeming@lyx.org>
2972
2973         * insetcite.C (localDispatch): reformat.
2974
2975         * insetref.C (localDispatch): enable dialog to be lauched.
2976
2977 2003-06-11  John Levon  <levon@movementarian.org>
2978
2979         * insettabular.C: correctly mark all cells as erased
2980
2981 2003-06-11  Angus Leeming  <leeming@lyx.org>
2982
2983         * insetexternal.[Ch]: InsetExternal::Params no longer stores the
2984         ExternalTemplate but its name, templatename. This means that a file
2985         containing a reference to an External Template not installed on the
2986         current machine will be saved retaining this info rather than inserting
2987         the first "valid" template from the list of templates.
2988
2989         As a by product, the visual statement that the Template is missing is
2990         now very clear!
2991
2992 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
2993
2994         * insettext.C (appendParagraphs): remove some commented code.
2995
2996 2003-06-10  Angus Leeming  <leeming@lyx.org>
2997
2998         * graphicinset.[Ch] (view): removed the publicly accessible
2999         function to set the cache.
3000
3001         * insetexternal.[Ch]: move tempname_ into the Params struct.
3002         (Params d-tor): new function, to clean-up this temp file.
3003         (localDispatch): dispatch LFUN_EXTERNAL_EDIT.
3004         (cache): removed.
3005         (editExternal, doSubstitution): move out of class.
3006
3007 2003-06-10  Angus Leeming  <leeming@lyx.org>
3008
3009         * graphicinset.[Ch] (params): removed.
3010         * graphicinset.h (operator=): declared private but not defined.
3011         (statusMessage): made private.
3012
3013         * insetexternal.[Ch]: graphic_ renamed as renderer_.
3014
3015 2003-06-07  John Levon  <levon@movementarian.org>
3016
3017         * insetert.C (latex): make a newline mean just that not
3018         a new par
3019
3020 2003-06-07  José Matos  <jamatos@fep.up.pt>
3021
3022         * insethfill.[Ch] (linuxdoc, docbook): implement output
3023         * insetspace.C (linuxdoc, docbook): remove coments as the code
3024         is correct.
3025
3026 2003-06-06  José Matos  <jamatos@fep.up.pt>
3027
3028         * insetnewline.C (linuxdoc,docbook): return newline, fix bug 1148.
3029
3030 2003-06-06  André Pönitz  <poenitz@gmx.net>
3031
3032         * insetwrap.[Ch]: code compactification
3033
3034 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
3035
3036         * mailinset.C (updateDialog): use Dialogs::visible
3037
3038 2003-06-04  Angus Leeming  <leeming@lyx.org>
3039
3040         * graphicinset.C (draw): add a comment for the #if 0 block.
3041
3042         * insetexternal.h: remove Params::parameters variable.
3043
3044         * insetexternal.C (read, write): rewrite to output new ExternalInset
3045         format and read it back making full use of LyXLex.
3046
3047 2003-06-04  André Pönitz  <poenitz@gmx.net>
3048
3049         * inset.[Ch]: change owner_ from Inset * to UpdatableInset *
3050
3051 2003-06-04  John Levon  <levon@movementarian.org>
3052
3053         * insettabular.C: back out tall table speed up. It was broken
3054
3055 2003-06-03  Angus Leeming  <leeming@lyx.org>
3056
3057         * ExternalTemplate.[Ch]: add inputFormat and UpdateFormat variables.
3058         Remove ViewCommand and UpdateCommand.
3059
3060         * graphicinset.C (update): bug fix. Set the params before calling the
3061         loader.
3062
3063         * graphicinset.[Ch] (view): new method. A bit of a fudge to set
3064         the BufferView cache to enable the InsetExternal::editCommand to
3065         be invoked from the frontends. Would not be needed if this were
3066         dispatched properly.
3067         (old_ascent_): variable removed.
3068
3069         * insetexternal.[Ch]: large clean-up to use the converter mechanism to
3070         do any necessary conversions of external material. Also use the
3071         new GraphicsInset to display the inset within LyX.
3072
3073 2003-06-03  Angus Leeming  <leeming@lyx.org>
3074
3075         * graphicinset.[Ch]: new files. Clean up the InsetGraphics::Cache
3076         and move it somewhere where InsetExternal can use it too.
3077
3078         * Makefile.am: add the new files.
3079
3080         * insetgraphics.[Ch]: make use of the new GraphicInset.
3081
3082 2003-06-03  John Levon  <levon@movementarian.org>
3083
3084         * inset.h:
3085         * insetbibitem.[Ch]:
3086         * insetbibtex.h:
3087         * insetcite.h:
3088         * insetcommand.[Ch]:
3089         * insetenv.[Ch]:
3090         * inseterror.h:
3091         * insetert.[Ch]:
3092         * insetexternal.[Ch]:
3093         * insetfloat.[Ch]:
3094         * insetfloatlist.h:
3095         * insetfoot.[Ch]:
3096         * insetgraphics.[Ch]:
3097         * insethfill.h:
3098         * insetinclude.[Ch]:
3099         * insetindex.h:
3100         * insetlabel.h:
3101         * insetlatexaccent.[Ch]:
3102         * insetmarginal.[Ch]:
3103         * insetminipage.[Ch]:
3104         * insetnewline.h:
3105         * insetnote.[Ch]:
3106         * insetoptarg.[Ch]:
3107         * insetquotes.[Ch]:
3108         * insetref.[Ch]:
3109         * insetspace.[Ch]:
3110         * insetspecialchar.[Ch]:
3111         * insettabular.[Ch]:
3112         * insettext.[Ch]:
3113         * insetthereom.[Ch]:
3114         * insettoc.h:
3115         * inseturl.h:
3116         * insetwrap.[Ch]: make clone() not take a Buffer * arg
3117
3118         * insetgraphics.[Ch]:
3119         * insetgraphicsParams.[Ch]: always store an absolute
3120         path at runtime
3121
3122 2003-06-02  André Pönitz  <poenitz@gmx.net>
3123
3124         * inseterror.C:
3125         * insetgraphics.C:
3126         * insetlatexaccent.C: remove duplicated call to metrics()
3127
3128 2003-06-02  John Levon  <levon@movementarian.org>
3129
3130         * insettabular.C: fix resize of column width
3131
3132 2003-06-02  John Levon  <levon@movementarian.org>
3133
3134         * Makefile.am:
3135         * inset.h:
3136         * insetparent.h:
3137         * insetparent.C: remove insetparent
3138
3139 2003-06-02  André Pönitz  <poenitz@gmx.net>
3140
3141         * inset.[Ch]:
3142         * insetbase.h:
3143         * insetbibtex.[Ch]:
3144         * insetbutton.[Ch]:
3145         * insetcaption.C:
3146         * insetcollapsable.[Ch]:
3147         * inseterror.[Ch]:
3148         * insetert.[Ch]:
3149         * insetfootlike.C:
3150         * insetgraphics.[Ch]:
3151         * insetinclude.[Ch]:
3152         * insetlatexaccent.[Ch]:
3153         * insetminipage.[Ch]:
3154         * insetnewline.[Ch]:
3155         * insetquotes.[Ch]:
3156         * insetspace.[Ch]:
3157         * insetspecialchar.[Ch]:
3158         * insettabular.[Ch]:
3159         * insettext.[Ch]: unify first drawing phase
3160
3161         * inset.[Ch]:
3162         * insetbase.h: move validate() to the base
3163
3164 2003-05-31  Angus Leeming  <leeming@lyx.org>
3165
3166         * Makefile.am: moved insetwrap.[Ch] into alphabetical order.
3167
3168 2003-05-30  André Pönitz  <poenitz@gmx.net>
3169
3170         * inset.h:
3171         * insetbase.h:
3172         * insetbutton.[Ch]:
3173         * insetcaption.[Ch]:
3174         * insetcollapsable.[Ch]:
3175         * inseterror.[Ch]:
3176         * insetert.[Ch]:
3177         * insetgraphics.[Ch]:
3178         * insetinclude.[Ch]:
3179         * insetlatexaccent.[Ch]:
3180         * insetnewline.[Ch]:
3181         * insetquotes.[Ch]:
3182         * insetspace.[Ch]:
3183         * insetspecialchar.[Ch]:
3184         * insettabular.[Ch]:
3185         * insettext.[Ch]:
3186         * updatableinset.[Ch]: unify second drawing phase
3187
3188 2003-05-30  John Levon  <levon@movementarian.org>
3189
3190         * insetgraphics.C: fix a bformat
3191
3192 2003-05-29  John Levon  <levon@movementarian.org>
3193
3194         * insettabular.C: remove unused bufferOwner()
3195
3196 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
3197
3198         * insettext.C (lockInsetInInset): adjust
3199         (getLabelList): use const_iterator, adjust
3200         (getInsetFromID): use const_iterator, adjust
3201         (addPreview): use const_iterator, adjust
3202
3203         * insetwrap.C (clone): remove const_cast
3204
3205         * insetnote.C (clone): remove const_cast
3206
3207         * insetminipage.C (clone): remove const_cast
3208
3209         * insetmarginal.C (clone): remove const_cast
3210
3211         * insetfoot.C (clone): remove const_cast
3212
3213         * insetfloat.C (clone): remove const_cast
3214
3215         * insetert.C (clone): remove const_cast
3216
3217         * delete commented same_id functions from a lot of files.
3218
3219 2003-05-28  John Levon  <levon@movementarian.org>
3220
3221         * insetcite.C:
3222         * insetinclude.C:
3223         * insetindex.C:
3224         * insetparent.C:
3225         * insettoc.C: fix dispatch of mouse release (bug 1143 and others)
3226
3227         * insetminipage.C: fix metrics (bug 1144)
3228
3229 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
3230
3231         * insettext.C (saveLyXTextState): adjust
3232         (restoreLyXTextState): adjust
3233         (init): adjust
3234         (lockInset): adjust
3235         (unlockInsetInInset): adjust
3236         (localDispatch): adjust
3237         (getLyXText): adjust
3238
3239         * insettabular.C (insertAsciiString): adjust
3240
3241 2003-05-27  André Pönitz  <poenitz@gmx.net>
3242
3243         * insetbutton.C:
3244         * insetcollapsable.C:
3245         * inseterror.C:
3246         * insetgraphics.C:
3247         * insetlatexaccent.C:
3248         * insetminipage.C:
3249         * insetnewline.C:
3250         * insetquotes.C:
3251         * insetspace.C:
3252         * insetspecialchar.C:
3253         * insettabular.C:
3254         * insettext.C: dim.w -> dim.wid
3255
3256 2003-05-26  John Levon  <levon@movementarian.org>
3257
3258         * insettabular.C: avoid drawing all of a long table
3259         if it's not needed. A big speedup
3260
3261 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
3262
3263         * remove same_id from function signatures, adjust
3264
3265 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
3266
3267         * insettext.C (InsetText): adjust
3268         (clear): adjust
3269         (setParagraphData): separate same_id cases, adjust
3270         (appendParagraphs): adjust
3271         (appendParagraphs): adjust
3272
3273 2003-05-23  André Pönitz  <poenitz@gmx.net>
3274
3275         * insetbutton.h: whitespace
3276
3277         * insettabular.C: more compact code
3278
3279         * updatableinset.C: remove const_cast
3280
3281
3282 2003-05-23  Angus Leeming  <leeming@lyx.org>
3283
3284         * insetexternal.C (write): check how many lines are output.
3285         (latex): use the "PDFLaTeX" flavour if outputting to pfdlatex and
3286         if the template has defined it.
3287
3288 2003-05-23  Angus Leeming  <leeming@lyx.org>
3289
3290         * insetquotes (validate): use the new LaTeXFeatures::useBabel() method.
3291
3292 2003-05-23  Angus Leeming  <leeming@lyx.org>
3293
3294         * insetfoot.C (latex):
3295         * inseturl.C (latex): rename fragile as moving_arg.
3296
3297 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
3298
3299         * inseterror.C (localDispatch): comment out unused var.
3300
3301 2003-05-22  Angus Leeming  <leeming@lyx.org>
3302
3303         * inset*.[Ch] (latex): no longer has a free_spacing arg. Data is now
3304         passed through the LatexRunParams arg.
3305
3306 2003-05-22  Angus Leeming  <leeming@lyx.org>
3307
3308         * inset*.[Ch] (latex): no longer has a fragile arg. Data is now passed
3309         through the LatexRunParams arg.
3310
3311         * insetquotes.C (latex): accesses use_babel through the LatexRunParams
3312         arg rather than through a global var.
3313
3314 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
3315
3316         * insetspecialchar.C (dimension): use a string.
3317
3318 2003-05-22  Angus Leeming  <leeming@lyx.org>
3319
3320         * insetbibtex.C (latex):
3321         * insetgraphics.C (latex):
3322         * insetinclude.C (latex): extract the buffer's 'nice'ness from
3323         runparams rather than from the buffer itself.
3324
3325 2003-05-22  Angus Leeming  <leeming@lyx.org>
3326
3327         * inset*.[Ch] (latex):
3328         passed a LatexRunParams parameter.
3329
3330         * insetgraphics.C (latex): actually use it ;-)
3331
3332 2003-05-22  Alfredo Braunstein  <abraunst@libero.it>
3333
3334         * insetfloat.C (addToToc): trivial compile fix
3335
3336 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
3337
3338         * insettext.[Ch] (paragraph): delete unused function
3339
3340         * insetfloat.C (addToToc): parlist simplfication
3341
3342 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3343
3344         * insetspace.[Ch]: added (new space insets)
3345         * Makefile.am:
3346         * inset.h: handle new space insets
3347
3348 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
3349
3350         * insetfloat.C (addToToc): adjust
3351
3352 2003-05-21  André Pönitz  <poenitz@gmx.net>
3353
3354         * insettext.[Ch]: fix drawing bug introduced earlier
3355
3356 2003-05-19  André Pönitz  <poenitz@gmx.net>
3357
3358         * insetspecialchar.C: fix bug introduced yesterday
3359
3360 2003-05-19  André Pönitz  <poenitz@gmx.net>
3361
3362         * inset.[Ch]:
3363         * insetbutton.[Ch]:
3364         * insetcollapsable.[Ch]:
3365         * inseterror.[Ch]:
3366         * insetert.[Ch]:
3367         * insetfoot.[Ch]:
3368         * insetgraphics.[Ch]:
3369         * insetgraphicsParams.[Ch]:
3370         * insetlatexaccent.[Ch]:
3371         * insetminipage.[Ch]:
3372         * insetnewline.[Ch]:
3373         * insetquotes.[Ch]:
3374         * insetspecialchar.[Ch]:
3375         * insettabular.[Ch]:
3376         * insettext.[Ch]: dimensions() instead of ascend/descend/width
3377
3378 2003-05-19  André Pönitz  <poenitz@gmx.net>
3379
3380         * insetenv.[Ch]:
3381         * insettext.C: more insetenv
3382
3383 2003-05-16  André Pönitz  <poenitz@gmx.net>
3384
3385         * insetcommand.C:
3386         * insetminimpage.[Ch]:
3387         * insetcollapsable.[Ch]: fix #832
3388
3389 2003-05-16  André Pönitz  <poenitz@gmx.net>
3390
3391         * inset.[Ch]:
3392         * insetbibitem.[Ch]:
3393         * insetbibtex.[Ch]:
3394         * insetbutton.[Ch]:
3395         * insetcite.[Ch]:
3396         * insetcollapsable.[Ch]:
3397         * insetcommand.[Ch]:
3398         * inseterror.[Ch]:
3399         * insetert.[Ch]:
3400         * insetexternal.[Ch]:
3401         * insetfloatlist.[Ch]:
3402         * insetgraphics.[Ch]:
3403         * insetinclude.[Ch]:
3404         * insetindex.[Ch]:
3405         * insetlabel.[Ch]:
3406         * insetlatexaccent.[Ch]:
3407         * insetparent.[Ch]:
3408         * insetref.[Ch]:
3409         * insettabular.[Ch]:
3410         * insettext.[Ch]:
3411         * insettoc.[Ch]:
3412         * inseturl.[Ch]:
3413         * updatableinset.[Ch]: edit() -> LFUN_INSET_EDIT
3414
3415 2003-05-13  André Pönitz <poenitz@gmx.net>
3416
3417         * insetbibitem.C:
3418         * insetcollapsable.C:
3419         * insetert.C:
3420         * insetfloat.C:
3421         * insetinclude.C:
3422         * insetwrap.C: tostr from own header
3423
3424         * insetcommand.C:
3425         * insetexternal.C:
3426         * insetfloat.C:
3427         * insetfloat.h:
3428         * insetgraphics.C:
3429         * insetinclude.C:
3430         * insetminipage.C:
3431         * insetparent.C:
3432         * insettabular.C:
3433         * insettext.C:
3434         * insetwrap.C: STRCONV
3435
3436
3437 2003-05-12  André Pönitz <poenitz@gmx.net>
3438
3439         * insetcaption.C:
3440         * insetexternal.C:
3441         * insetfloat.C:
3442         * insetfloatlist.C:
3443         * insetgraphics.C:
3444         * insetinclude.C:
3445         * insetminipage.C:
3446         * insetminipage.C:
3447         * insettabular.C:
3448         * insettext.C:
3449         * insetwwrap.C:  boost::format -> bformat  all over the place
3450
3451 2003-05-05  André Pönitz <poenitz@gmx.net>
3452
3453         * insettext.h: add missing #include <map>
3454
3455 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
3456
3457         * insettext.C (InsetText): parlist cleanup
3458         (clear): ditto
3459         (edit): ditto
3460         (insetUnlock): ditto
3461         (lockInset): ditto
3462         (lockInsetInInset): ditto
3463         (cx): ditto
3464         (cix): ditto
3465         (getLyXText): ditto
3466         (searchBackward): ditto
3467         (collapseParagraphs): ditto
3468
3469 2003-05-06  John Levon  <levon@movementarian.org>
3470
3471         * insetcaption.C: don't cast wrap inset to InsetFloat
3472
3473         * insetfloat.h:
3474         * insetfloat.C: remove unneeded type() function
3475
3476 2003-05-05  André Pönitz <poenitz@gmx.net>
3477
3478         * inset.h:
3479         * insettext.[Ch]:
3480         * insettabular.[Ch]:
3481         * insetcollapsable.[Ch]: remove unused function firstParagraph()
3482         replace getFirstParagraph() by getParagraphs()
3483
3484 2003-05-03  John Levon  <levon@movementarian.org>
3485
3486         * insetcollapsable.h:
3487         * insetcollapsable.C:
3488         * insettabular.h:
3489         * insettabular.C:
3490         * insettext.h:
3491         * insettext.C:
3492         * updatableinset.h:
3493         * updatableinset.C: remove cursor_visible_, showInsetCursor(),
3494         hideInsetCursor(), toggleInsetCursor(), isCursorVisible(). Add
3495         getCursor(). Remove explicit cursor hides.
3496
3497 2003-05-02  André Pönitz <poenitz@gmx.net>
3498
3499         * insettext.C: remove unneeded &*
3500
3501 2003-04-30  John Levon  <levon@movementarian.org>
3502
3503         * insettabular.C: fix edit message
3504
3505 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
3506
3507         * insettext.C (setFont): do not convert iterator -> pointer
3508
3509         * insettabular.C (localDispatch): do not convert iterator -> pointer
3510         (setFont): ditto
3511         (tabularFeatures): ditto
3512
3513 2003-04-29  André Pönitz <poenitz@gmx.net>
3514
3515         * inset.h: introduce "haveParagraph" from Lars' parlist-14-b.
3516
3517 2003-04-28  André Pönitz <poenitz@gmx.net>
3518
3519         * insettext.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
3520           Changes
3521
3522 2003-04-25 André Pönitz <poenitz@gmx.net>
3523
3524         * insetenv.C: derive from InsetText instead of InsetCollapsable
3525
3526 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
3527
3528         * insetexternal.C (string2params): dont do anything if the string
3529         is empty.
3530         * insetgraphics.C (string2params): ditto
3531         * insetcommand.C (string2params): ditto
3532         * insetert.C (string2params): ditto
3533         * insetfloat.C (string2params): ditto
3534         * insetinclude.C (string2params): ditto
3535         * insetminipage.C (string2params): ditto
3536         * insettabular.C (string2params): ditto
3537         * insetwrap.C (string2params): ditto
3538
3539 2003-04-24  André Pönitz <poenitz@gmx.net>
3540
3541         * insetref.C: support for eqref
3542
3543 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
3544
3545         * insetert.C (read): use ParagraphList::iterator.
3546
3547 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3548
3549         * insetquotes.C (latex): comment some code and add warnings.
3550
3551 2003-04-14   Alfredo Braunstein  <abraunst@libero.it>
3552
3553         * insetexternal.C (localDispatch): added a missing DISPATCHED
3554
3555 2003-04-12  John Levon  <levon@movementarian.org>
3556
3557         * insetwrap.C (addToToc): fix a crash, conversion
3558         from while to for loop forgot to remove the explicit
3559         increment
3560
3561 2003-04-10  John Levon  <levon@movementarian.org>
3562
3563         * insettabular.C (tabularFeature): make sure
3564         to update the dialog when we change something
3565         (bug 1036).
3566
3567         (getStatus): don't disable some lfuns (bug 939)
3568
3569 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
3570
3571         * insettext.C (saveLyXTextState): adjust
3572         (localDispatch): adjust
3573         (setFont): adjust
3574         (cx): adjust
3575         (cix): adjust
3576         (cpar): adjust
3577
3578         * insettabular.C (localDispatch): adjust
3579         (setFont): adjust
3580         (tabularFeatures): adjust
3581
3582 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
3583
3584         * insettabular.C (searchForward,searchBackward): fix bug 782
3585
3586 2003-04-07  John Levon  <levon@movementarian.org>
3587
3588         * insettabular.C:
3589         * insettext.C: clear status message on inset exit
3590
3591 2003-04-03  John Levon  <levon@movementarian.org>
3592
3593         * insetcommand.C: return dispatched on DIALOG_UPDATE
3594
3595 2003-04-02  John Levon  <levon@movementarian.org>
3596
3597         * insettabular.C: tab lfuns renamed
3598
3599 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3600
3601         * insettext.C (update): move towards ParagraphList
3602         (updateLocal): ditto
3603         (edit): ditto
3604         (insetUnlock): ditto
3605         (lockInset): ditto
3606         (lockInsetInInset): ditto
3607         (updateInsetInInset): ditto
3608         (localDispatch): ditto
3609         (docbook): ditto
3610         (setFont): ditto
3611         (resizeLyXText): ditto
3612         (searchBackward): ditto
3613         (collapseParagraphs): ditto
3614         (addPreview): ditto
3615
3616         * insetwrap.C (InsetWrap): adjust
3617         (addToToc): adjust and rewrite loop
3618
3619         * insettext.[Ch] (paragraph): delete function
3620
3621         * insettabular.C (moveNextCell): adjust
3622         (movePrevCell): adjust
3623         (insertAsciiString): adjust
3624
3625         * insetfloat.C (InsetFloat): adjust
3626         (addToToc): adjust
3627
3628         * insetert.C (InsetERT): adjust
3629         (write): adjust, and rewrite loop
3630         (latex): adjust, and rewrite loop
3631         (linuxdoc): adjust, and rewrite loop
3632         (docbook): adjust, and rewrite loop
3633         (localDispatch): adjust
3634         (get_new_label): adjust
3635
3636 2003-04-01  John Levon  <levon@movementarian.org>
3637
3638         From Alfredo Braunstein
3639
3640         * insetbutton.h:
3641         * insetbutton.C: add localDispatch()
3642
3643         * insetcommand.C: return DISPATCHED when edit() called
3644
3645         * insettext.C: fix bug 967
3646
3647 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3648
3649         * insettext.C: adjust
3650
3651 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3652
3653         * insettext.C (draw): adjust
3654         (crow): return a RowList::iterator not a Row*
3655
3656         * insetminipage.C (localDispatch): adjust
3657
3658         * insetert.C (localDispatch): adjust
3659
3660 2003-03-31  John Levon  <levon@movementarian.org>
3661
3662         * insetgraphics.C:
3663         * insetgraphicsParams.C: use_gui moved to lyx_gui
3664
3665 2003-03-31  John Levon  <levon@movementarian.org>
3666
3667         * insettext.C: Alert fix
3668
3669 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
3670
3671         * insettext.C (ascent): adjust for RowList
3672         (descent): ditto
3673         (draw): ditto
3674         (getLyXText): adjust
3675         (toggleSelection): adjust
3676
3677         * insetminipage.C (localDispatch): adjust for RowList
3678
3679         * insetert.C (localDispatch): adjust for RowList
3680         (getMaxWidth): adjust for RowList
3681
3682 2003-03-29  John Levon  <levon@movementarian.org>
3683
3684         * insetert.C: Alert cleanup
3685
3686 2003-03-29  John Levon  <levon@movementarian.org>
3687
3688         * insettabular.C: Alert fix
3689
3690 2003-03-28  John Levon  <levon@movementarian.org>
3691
3692         * insetfloat.C: reset label on INSET_MODIFY
3693
3694 2003-03-28  John Levon  <levon@movementarian.org>
3695
3696         * insetgraphicsParams.C: read subcaptionText as a whole line
3697         (bug 656)
3698
3699 2003-03-28  John Levon  <levon@movementarian.org>
3700
3701         * insettext.C: remove unused prototypes
3702
3703 2003-03-25  Angus Leeming  <leeming@lyx.org>
3704
3705         * insetbibitem.C (localDispatch): repaint the view after modifying
3706         a bibitem inset in case the maximum InsetBibitem width has changed.
3707
3708 2003-03-25  John Levon  <levon@movementarian.org>
3709
3710         * insettext.C:
3711         * insettabular.C: LyXText renamings
3712
3713 2003-03-24  John Levon  <levon@movementarian.org>
3714
3715         * insettext.C: remove some dead code. Fix bug 972 and
3716           related by posting a repaint in updateLocal(), and making
3717           the SEL functions set SELECTION.
3718
3719 2003-03-22  John Levon  <levon@movementarian.org>
3720
3721         * inset.h:
3722         * inset.C: remove no-longer-needed topx_set
3723
3724         * insetcollapsable.h:
3725         * insetcollapsable.C: remove dead code
3726
3727         * insetminipage.C:
3728         * insetert.C: rebreak the rows when a possible
3729           change in size is made, and reset the cursor
3730           (bug 962, bug 965)
3731
3732         * insettabular.C: remove topx_set, CHANGED_IN_DRAW
3733
3734         * insettext.C: remove CHANGED_IN_DRAW noticing/handling,
3735           topx_set. Fix drawing errors for clearInset(). Remove
3736           some unnecessary uses of topx, which should die.
3737
3738         * updatableinset.C: fix getMaxWidth() so CHANGED_IN_DRAW
3739           is no longer needed. Replace it with an ugly hack.
3740
3741 2003-03-20  John Levon  <levon@movementarian.org>
3742
3743         * inset.h:
3744         * insetcollapsable.h:
3745         * insetcollapsable.C:
3746         * insetert.h:
3747         * insetert.C:
3748         * insetminipage.C:
3749         * insetminipage.C:
3750         * insettabular.h:
3751         * insettabular.C:
3752         * insettext.h:
3753         * insettext.C: remove spurious font parameter
3754         from update(). Fix drawing of ERT insets inside
3755         insets (bug 966). Remove unused mark_dirty from
3756         tabular's updateLocal()
3757
3758 2003-03-19  John Levon  <levon@movementarian.org>
3759
3760         * insetfloat.h:
3761         * insetfloat.C:
3762         * insetinclude.h:
3763         * insetinclude.C:
3764         * insetminipage.h:
3765         * insetminipage.C:
3766         * insetwrap.h:
3767         * insetwrap.C: remove unused getter/setters
3768
3769 2003-03-19  John Levon  <levon@movementarian.org>
3770
3771         * several files: bv->updateInset() doesn't take
3772         a bool mark_dirty any more
3773
3774 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
3775
3776         * adjust for BufferView* arg removal from lyxtext.
3777
3778 2003-03-17  John Levon  <levon@movementarian.org>
3779
3780         * most files: remove the "cleared" parameter
3781         to draw in favour of always clearing. Associated
3782         code removal.
3783
3784 2003-03-16  John Levon  <levon@movementarian.org>
3785
3786         * insettext.C: remove unused s.refresh
3787
3788 2003-03-13  Angus Leeming  <leeming@lyx.org>
3789
3790         * insettext.C (edit): replace Dialogs::updateParagraph with
3791         BufferView::dispatch(LFUN_PARAGRAPH_UPDATE).
3792
3793 2003-03-13  André Pönitz <poenitz@gmx.net>
3794
3795         * Makefile.am: insert insetenv
3796
3797         * insethenv.[Ch]: new files, currently inactive
3798
3799 2003-03-12  John Levon  <levon@movementarian.org>
3800
3801         * Makefile.am:
3802         * inset.h:
3803         * inset.C:
3804         * insetert.h:
3805         * insetert.C:
3806         * insetnewline.h:
3807         * insetnewline.C:
3808         * insetquotes.C:
3809         * insettext.C: use new insetnewline
3810
3811 2003-03-12  John Levon  <levon@movementarian.org>
3812
3813         * insettext.C: readToken became readParagraph
3814
3815 2003-03-12  John Levon  <levon@movementarian.org>
3816
3817         * insettext.C: use parlist iterator for reading contents
3818
3819 2003-03-12  John Levon  <levon@movementarian.org>
3820
3821         * insettext.C: name change to readToken()
3822
3823 2003-03-11  André Pönitz <poenitz@gmx.net>
3824
3825         * Makefile.am: insert insethfill
3826
3827         * insethfill.[Ch]: new files
3828
3829 2003-03-10  Angus Leeming  <leeming@lyx.org>
3830
3831         * mailinset.[Ch] (showDialog, updateDialog): now take a mandatory
3832         BufferView * arg.
3833         (hideDialog): calls the new static Dialogs::hide() method.
3834
3835         * insetbibitem.C (edit):
3836         * insetbibtex.C (edit):
3837         * insetcite.C (edit):
3838         * insetcommand.C (localDispatch):
3839         * inseterror.C (d-tor):
3840         * insetert.C (showInsetDialog):
3841         * insetexternal.C (localDispatch, edit):
3842         * insetfloat.C (localDispatch, showInsetDialog):
3843         * insetfloatlist.C (edit):
3844         * insetgraphics.C (localDispatch, edit):
3845         * insetinclude.C (localDispatch, edit):
3846         * insetindex.C (edit):
3847         * insetlabel.C (edit):
3848         * insetminipage.C (localDispatch, showInsetDialog):
3849         * insetref.C (edit):
3850         * insettabular.C (unlockInsetInInset, lfunMouseRelease, localDispatch,
3851         resetPos, showInsetDialog, openLayoutDialog):
3852         * insettoc.C (edit):
3853         * inseturl.C (edit):
3854         * insetwrap.C (localDispatch, showInsetDialog):
3855         changes due to the changed MailInset interface.
3856
3857 2003-03-10  Dekel Tsur  <dekelts@tau.ac.il>
3858
3859         * insetfloat.h: Set default placement to an empty string.
3860
3861 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3862
3863         * insettext.C (latex): adjust call to latexParagraphs.
3864
3865 2003-03-10  Angus Leeming  <leeming@lyx.org>
3866
3867         * mailinset.C: warn the user if the BufferView has not been cached.
3868
3869 2003-03-10  Angus Leeming  <leeming@lyx.org>
3870
3871         * inset.h, insetbase.h: move cache() and view() into InsetBase.
3872
3873         * insetcommand.h (inset):
3874         * insetert.h (inset):
3875         * insetexternal.h (inset):
3876         * insetfloat.h (inset):
3877         * insetgraphics.h (inset):
3878         * insetinclude.h (inset):
3879         * insetminipage.h (inset):
3880         * insettabular.h (inset):
3881         * insetwrap.h (inset):
3882         * mailinset.h (inset): return an InsetBase &, not an Inset &.
3883
3884 2003-03-10  Angus Leeming  <leeming@lyx.org>
3885
3886         * insetcommand.C (string2params):
3887         * insetexternal.C (string2params):
3888         * insetfloat.C (string2params):
3889         * insetgraphics.C (string2params):
3890         * insetinclude.C (string2params):
3891         * insetminipage.C (string2params):
3892         * insettabular.C (string2params):
3893         * insetwrap.C (string2params): cure warning message about missing
3894         '\end_inset'.
3895
3896 2003-03-09  Angus Leeming  <leeming@lyx.org>
3897
3898         * insettabular.[Ch]: define a new class InsetTabularMailer and use
3899         it to communicate with the frontend dialogs.
3900
3901         * mailinset.C (hideDialog): only hide the dialog if it is showing the
3902         contents of this inset!
3903
3904 2003-03-07  Angus Leeming  <leeming@lyx.org>
3905
3906         * inseterror.C (localDispatch): new method; calls edit() on
3907         LFUN_MOUSE_RELEASE.
3908
3909 2003-03-07  Angus Leeming  <leeming@lyx.org>
3910
3911         * insetbibitem.C (localDispatch):
3912         * insetbibtex.C (localDispatch):
3913         * insetlabel.C (localDispatch):
3914         rewrite as a switch.
3915
3916 2003-03-07  Angus Leeming  <leeming@lyx.org>
3917
3918         * insetgraphics.[Ch]: define a new class InsetGraphicsMailer and use
3919         it to communicate with the frontend dialogs.
3920
3921 2003-03-07  Angus Leeming  <leeming@lyx.org>
3922
3923         * insetexternal.C: remove operator== and operator!= for
3924         InsetExternal::Params. They were used only by the old controller
3925         scheme.
3926
3927 2003-03-07  Angus Leeming  <leeming@lyx.org>
3928
3929         * insetcommand.C (localDispatch):
3930         * insetexternal.C (localDispatch):
3931         * insetfloat.C (localDispatch):
3932         * insetinclude.C (localDispatch):
3933         * insetminipage.C (localDispatch):
3934         * insetwrap.C (localDispatch):
3935         add LFUN_INSET_DIALOG_UPDATE to the switch.
3936
3937 2003-03-07  Angus Leeming  <leeming@lyx.org>
3938
3939         * insetcommand.C (string2params):
3940         * insetexternal.C (string2params):
3941         * insetfloat.C (string2params):
3942         * insetinclude.C (string2params):
3943         * insetwrap.C (string2params): use LyXLeX more.
3944
3945         * insetert.[Ch]:
3946         * insetexternal.[Ch]:
3947         * insetfloat.[Ch]:
3948         * insetinclude.[Ch]:
3949         * insetwrap.[Ch]: change Mailer::name_ to be static.
3950
3951         * insetminipage.[Ch]: define a new class InsetMinipageMailer and use
3952         it to communicate with the frontend dialogs.
3953
3954 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
3955
3956         * insettext.C:
3957         * insettabular.C: use LyXText::top_y() instead of LyXText::first_y
3958
3959 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
3960
3961         * insettext.C (updateLocal): un-const function
3962         (updateLocal): adjust
3963         (collapseParagraphs): un-const function
3964         (collapseParagraphs): adjust
3965
3966 2003-03-05  Angus Leeming  <leeming@lyx.org>
3967
3968         * insetwrap.[Ch]: define a new class InsetWrapMailer and use
3969         it to communicate with the frontend dialogs.
3970
3971 2003-03-05  Angus Leeming  <leeming@lyx.org>
3972
3973         * insetcollapsable.C (draw): cache the BufferView.
3974
3975         * insetfloat.[Ch]: define a new class InsetFloatMailer and use
3976         it to communicate with the frontend dialogs.
3977
3978 2003-03-05  Angus Leeming  <leeming@lyx.org>
3979
3980         * insetfloat.[Ch]: move the params into a separate InsetFloatParams
3981         struct.
3982
3983 2003-03-05  Angus Leeming  <leeming@lyx.org>
3984
3985         * insetcommandparams.[Ch] (getAsString, setFromString): remove.
3986
3987         * insetinclude.[Ch]: define a new class InsetIncludeMailer and use
3988         it to communicate with the frontend dialogs.
3989
3990 2003-03-05  Angus Leeming  <leeming@lyx.org>
3991
3992         * insetexternal.[Ch]: define a new class InsetExternalMailer and use
3993         it to communicate with the frontend dialogs.
3994
3995 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
3996
3997         * insettext.C (collapseParagraphs): adjust
3998         (appendParagraphs): make it take a Buffer* instead of a
3999         BufferParams& as arg.
4000         (appendParagraphs): adjust
4001
4002 2003-03-04  Angus Leeming  <leeming@lyx.org>
4003
4004         * insetbibitem.C (localDispatch):
4005         * insetbibtex.C (localDispatch):
4006         * insetcommand.C (localDispatch):
4007         * insetert.C (localDispatch):
4008         * insetlabel.C (localDispatch):
4009         handle LFUN_INSET_MODIFY, not LFUN_INSET_APPLY.
4010
4011 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4012
4013         * insettext.C (latex): adjust for ParagraphList::iterator
4014
4015 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
4016
4017         * insetbutton.C (view): adjust for boost 1.30.0
4018         * insetcollapsable.C (view): ditto
4019         * insetgraphics.C (statusChanged): ditto
4020
4021         * insettext.h: move paragraphs to be public.
4022
4023 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4024
4025         * insetnote.[Ch] (InsetNote): remove unused constructor
4026
4027 2003-02-28  Alfredo Braunstein  <abraunst@libero.it>
4028
4029         * insetgraphics.C: added include "format.h"
4030
4031 2003-02-27  Angus Leeming  <leeming@lyx.org>
4032
4033         * indexlabel.C: use a real, LyX dialog rather than that nasty Alert
4034         thingy.
4035
4036 2003-02-27  Angus Leeming  <leeming@lyx.org>
4037
4038         * insetbibitem.C (localDispatch):
4039         * insetbibtex.C (localDispatch):
4040         * insetcommand.C:
4041         * insetert:
4042         collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
4043
4044 2003-02-26  Angus Leeming  <leeming@lyx.org>
4045
4046         * insetbibitem.[Ch] (localDispatch):
4047         * insetbibtex.[Ch] (localDispatch):
4048         new method. Modify inset on receipt of LFUN_XYZ_APPLY.
4049
4050         * insetcommand.C (localDispatch):
4051         act only on receipt of LFUN_XYZ_APPLY.
4052
4053         * insetert.C (localDispatch): reformat.
4054         add LFUN_XYZ_APPLY to the switch.
4055
4056 2003-02-26  John Levon  <levon@movementarian.org>
4057
4058         * insettext.C: use RowPainter
4059
4060         * inset.h: make helpers take const *
4061
4062 2003-02-26  Angus Leeming  <leeming@lyx.org>
4063
4064         * insetcommand.[Ch] (localDispatch): new method.
4065
4066 2003-02-26  Angus Leeming  <leeming@lyx.org>
4067
4068         * insetinclude.C (draw): cache the BufferView* using cache not
4069         PreviewImpl::setView
4070
4071 2003-02-26  Alfredo Braunstein <abraunst@libero.it>
4072
4073         * insetgraphics.C (draw)
4074         * insetinclude.C (draw): Eliminate also the other argument (owner
4075         inset inset) in the call to PreviewImage::image
4076
4077 2003-02-25  Alfredo Braunstein <abraunst@libero.it>
4078
4079         * insetgraphics.C (draw)
4080         * insetinclude.C (draw): Eliminate Buferview argument in call to
4081         PreviewImage::image
4082
4083 2003-02-25  John Levon  <levon@movementarian.org>
4084
4085         * insetgraphicsParams.h:
4086         * insetgraphics.C: don't start a load process if
4087           the inset is set to NoDisplay (bug #920)
4088
4089 2003-02-22  John Levon  <levon@movementarian.org>
4090
4091         * insetfloat.C:
4092         * insetwrap.C: TocItem changed API (bug 913)
4093
4094 2003-02-21  Angus Leeming  <leeming@lyx.org>
4095
4096         * insetcollapsable.[Ch] (cache, edit):
4097         * insetbutton.[Ch] (cache, edit): new methods to cache the
4098         BufferView in the draw method.
4099
4100         * insetcommand.[Ch]: implement a new class, InsetCommandMailer, to
4101         simplify comunication between InsetCommand-derived classes and
4102         the Dialogs.
4103
4104         * insetbibitem.[Ch]:
4105         * insetbibtex.[Ch]:
4106         * insetcite.[Ch]:
4107         * inseterror.[Ch]:
4108         * insetfloatlist.[Ch]:
4109         * insetindex.[Ch]:
4110         * insetref.[Ch]:
4111         * insettoc.[Ch]:
4112         * inseturl.[Ch]: small changes to reflect the new interface to the
4113         Dialogs code.
4114
4115         * mailinset.[Ch]: new files. Base class to InsetCommandMailer and
4116         other, similar classes.
4117
4118         * Makefile.am: add new files.
4119
4120 2003-02-21  Angus Leeming  <leeming@lyx.org>
4121
4122         * updatableinset.h (setView, view): remove.
4123         * inset.h (view, cache): to be replaced by these.
4124
4125         * insetbib.[Ch]: removed, to be replaced by insetbibitem.[Ch] and
4126         insetbibtex.[Ch]:
4127
4128         * Makefile.am: replace insetbib.[Ch] with insetbibitem.[Ch] and
4129         insetbibtex.[Ch].
4130
4131         * inset.h: change BIBKEY_CODE to BIBITEM_CODE.
4132
4133 2003-02-21  Allan Rae  <rae@lyx.org>
4134
4135         * insetinclude.C (loadIfNeeded): ensure loading also works when
4136         child document is under version control.
4137
4138 2003-02-17  André Pönitz <poenitz@gmx.net>
4139
4140         * insetbib.[Ch]: Adjust access to bibkeys
4141
4142 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4143
4144         * insetquotes.C (dispString): remove use of acute accent for "'"
4145         right quote.
4146
4147 2003-02-14  John Levon  <levon@movementarian.org>
4148
4149         * insettabular.C: changed method names in tabular.C
4150
4151 2003-02-14  John Levon  <levon@movementarian.org>
4152
4153         * inset.h:
4154         * inset.C:
4155         * insetcollapsable.h:
4156         * insetcollapsable.C:
4157         * insettabular.h:
4158         * insettabular.C:
4159         * insettext.h:
4160         * insettext.C: remove unused getParFromID()
4161
4162 2003-02-13  John Levon  <levon@movementarian.org>
4163
4164         * insettext.h:
4165         * insettext.C: remove unused beginningofMainBody()
4166
4167 2003-02-08  John Levon  <levon@movementarian.org>
4168
4169         * inset.h:
4170         * inset.C:
4171         * insetcollapsable.h:
4172         * insetcollapsable.C:
4173         * insettabular.h:
4174         * insettabular.C:
4175         * insettext.h:
4176         * insettext.C:
4177           add nextChange(). Make allowSpellcheck() const. Add markErased().
4178
4179         * insetert.C: ignore deleted text
4180
4181         * insettabular.C: make sure to keep change  tracking working
4182           properly.
4183
4184 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
4185
4186         * insetert.C:
4187         * insetgraphics.C:
4188         * insettabular.C:
4189         * insettext.C: Use error messages with identical spelling and
4190         punctuation
4191
4192 2003-01-12  Michael Schmitt <michael.schmitt@teststep.org>
4193
4194         * insetgraphics.C (draw, width): Fix spacing around graphics inset
4195
4196 2002-12-17  Juergen Vigna  <jug@lyx.org>
4197
4198         * insettext.C (localDispatch): hopefully fixed cursor up down
4199         movement on leaving other insets.
4200
4201 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
4202
4203         * insettext.C: fix inconsistent usage of spaces, colons,
4204         capitalization, and the like.
4205
4206 2002-12-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4207
4208         * insetgraphics.C (prepareFile): do not remove the extension of
4209         the file name if it is not the default extension for the given
4210         format (that is, in latex output, remove extension from foo.eps,
4211         but not from foo.epsi)
4212
4213 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
4214
4215         * insettext.C (lfunMouseRelease): hackish solution to the "double
4216         menu open" bug
4217
4218 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4219
4220         * insetfloat.C (addToToc): use the floats name not its type
4221         * insetwrap.C (addToToc): ditto
4222
4223 2002-12-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4224
4225         * insetnote.C (init): make label font smaller
4226
4227 2002-12-04  John Levon  <levon@movementarian.org>
4228
4229         * insetinclude.C: ressurect setting of command name
4230
4231 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4232
4233         * insetquotes.C (dispString): disambiguate insert call
4234
4235 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4236
4237         * several files: ws changes
4238
4239 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4240
4241         * insetquotes.C (dispString): use string::insert for prepending a
4242         char.
4243
4244 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4245
4246         * insetparent.C (getScreenLabel): use boost::format
4247
4248         * insetgraphics.C (prepareFile): use boost::format
4249         (ascii): ditto
4250
4251         * insetfloatlist.C (latex): use boost::format
4252
4253         * insetcaption.C (draw): use boost::format
4254
4255 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
4256
4257         * insettabular.C (tabularFeatures): Support for block alignment in
4258         fixed width columns.
4259
4260 2002-11-20  Juergen Vigna  <jug@sad.it>
4261
4262         * insettabular.C (resetPos): temporary fix for endless loop in
4263         this function on a redraw.
4264
4265 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4266
4267         * insettabular.C (copySelection): STRCONV
4268
4269         * insetinclude.C (uniqueID): STRCONV
4270         (latexString): ditto
4271
4272         * insetgraphics.C: put VersionNumber inside anon namespace
4273         (createLatexOptions): STRCONV
4274
4275         * insetcommandparams.C: include config.h
4276
4277 2002-10-31  Rob Lahaye  <lahaye@snu.ac.kr>
4278
4279         * insetgraphicsParams.C (Write): use lyx::float_equal.
4280         Write height data correctly.
4281         (Read): zero scale when reading height data.
4282
4283 2002-10-30  John Levon  <levon@movementarian.org>
4284
4285         * insetfloat.C (addToTOC): recursively traverse all
4286           contents looking for captions (fix #568)
4287
4288 2002-10-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4289
4290         * insetexternal.C (doSubstitution): do not try to replace
4291         environment variables, this is done when executing the command
4292
4293 2002-10-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4294
4295         * insetexternal.C (doSubstitution): change order of substitution
4296         to work around ReplaceEnvironmentPath brokenness
4297
4298 2002-10-24  Rob Lahaye  <lahaye@snu.ac.kr>
4299
4300         * insetgraphicsParams.h (scale): is now a float, not an unsigned int.
4301
4302         * insetgraphicsParams.C (init, Write): associated changes
4303         * insetgraphics.C (createLatexOptions): use lyx::float_equal with
4304         InsetGraphicsParams::scale.
4305
4306 2002-10-21  John Levon  <levon@movementarian.org>
4307
4308         * inset.h: remove unused DISPATCH_RESULT
4309
4310         * insettext.C: sgml open/close tag now in sgml namespace
4311
4312 2002-10-21  Angus Leeming  <leeming@lyx.org>
4313
4314         * insetgraphics.C (draw): Fix the drawing of an inset with a relative
4315         file path subdir/fig.eps when pasting it into a buffer in a different
4316         directory.
4317
4318 2002-10-16  John Levon  <levon@movementarian.org>
4319
4320         * insetspecialchar.C: remove \\protected_separator parsing
4321
4322 2002-09-25  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
4323
4324         * insetquote.C: fix LaTeX output of quotation marks.
4325
4326 2002-10-14  Juergen Vigna  <jug@sad.it>
4327
4328         * insettext.C (localDispatch): remove double setUndo in Cut/Delete/
4329         Backspace functions which confused the Undo handling.
4330
4331 2002-10-09  Angus Leeming  <leeming@lyx.org>
4332
4333         * insetcite.[Ch] (setLoadingBuffer): new method, invoked by
4334         BufferView::dispatch that turns off this optimisation when a new inset
4335         is inserted.
4336
4337         * insetcite.C (getNatbibLabel): correct logic of when and when not to
4338         reload the BibTeX keys.
4339
4340 2002-10-11  André Pönitz <poenitz@gmx.net>
4341
4342         * insettext.h: handle LFUN_PRIOR/NEXT
4343
4344 2002-07-30  Juergen Spitzmueller <j.spitzmueller@gmx.de>
4345
4346         * insetfloat.C: fix bug with float settings
4347         (document default != float default).
4348
4349 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
4350
4351         * insetwrap.C (addToToc): New method.
4352         (InsetWrap): Set layout to caption.
4353
4354 2002-09-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
4355
4356         * Makefile.am (INCLUDES): loose SIGC_INCLUDES
4357
4358 2002-09-16  John Levon  <levon@movementarian.org>
4359
4360         * insettabular.h: hasSelection() needs to be public
4361
4362 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
4363
4364         * insetgraphicsParams.C: use empty string as default for rotateOrigin
4365
4366 2002-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
4367
4368         * insetgraphicsParams.C: use empty string as default for rotateOrigin
4369
4370 2002-09-11  André Pönitz <poenitz@gmx.net>
4371
4372         * insettabular.C: implement LFUN_WORDSEL
4373
4374 2002-09-10  John Levon  <levon@movementarian.org>
4375
4376         * insetinclude.h: remove unused param
4377
4378 2002-09-09  John Levon  <levon@movementarian.org>
4379
4380         * insetinclude.h:
4381         * insetinclude.C: remove noload, default to input
4382
4383 2002-09-29  Martin Vermeer  <martin.vermeer@hut.fi>
4384
4385         * insetgraphics.C: disfuscated use of ']' in built output string.
4386
4387 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4388
4389         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code.
4390
4391 2002-08-29  Juergen Vigna  <jug@sad.it>
4392
4393         * insettabular.C (lfunMousePress): Pay attention where you set
4394         the x/y values as they depend on which inset in the tabular is
4395         actually locked. So you surely have to reset them if you (un)lock
4396         a inset!
4397
4398 2002-08-29  André Pönitz <poenitz@gmx.net>
4399
4400         * insetfootlike.h: rename include guard to ALL CAPS
4401
4402         * insettext.C: swap object and first parameter for checkInsetHit calls
4403           as this functions has moved from BufferView to LyXText
4404
4405
4406 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
4407
4408         * insetgraphicsParams.C: remove local displayTranslator and use
4409         the one from graphics/GraphicsTypes.h.
4410
4411 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4412
4413         * insetfloat.C (wide): add BufferParams parameter
4414
4415         * insetfloatlist.C (read):
4416         (latex):
4417         (getScreenLabel):
4418         * insetfloat.C (latex):
4419         (floatname):
4420         * insetcaption.C (draw): use LyXTextClass::floats()
4421
4422 2002-08-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4423
4424         * insetoptarg.h: add std:: qualifier.
4425
4426 2002-08-26  Juergen Vigna  <jug@sad.it>
4427
4428         * insettext.C (localDispatch): ditto.
4429
4430         * insettabular.C (localDispatch): fixed mouse pressing lfuns.
4431
4432 2002-08-25  John Levon  <levon@movementarian.org>
4433
4434         * inseturl.C: elide long URLs (bug 404)
4435
4436 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
4437
4438         * insetgraphics.[Ch]: remove InsetGraphics::readFigInset()
4439         remove "Format Version <version_no.>" string from inset header
4440
4441         * insetgraphics.C:
4442         * insetgraphicsParams.[Ch]: Implement new graphics dialog
4443
4444         * insetgraphicsParams.C: keepLyXAspectRatio, width and height are not
4445         a member of "grfx::Params" anymore.
4446
4447         * insetminipage.C: apply changes to "enum UNIT" in src/lyxlength.h
4448
4449 2002-08-24  John Levon  <levon@movementarian.org>
4450
4451         * insetoptarg.h:
4452         * insetoptarg.C: ws, pedantry ...
4453
4454 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4455
4456         * insettext.C (collapseParagraphs): pasteParagraph now in global
4457         scope
4458         (appendParagraphs): ditto
4459
4460 2002-08-21  Dekel Tsur  <dekelts@tau.ac.il>
4461
4462         * insetcite.C (latex): Remove spaces only after commmas.
4463
4464 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
4465
4466         * insettext.C: remove NO_COMPABILITY stuff
4467
4468 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
4469
4470         * insettext.C (edit): use ParagraphList iterators
4471
4472         * insetbib.C (bibitemMaxWidth): use ParagraphList iterators
4473         (bibitemWidest): ditto
4474
4475 2002-08-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
4476
4477         * insettext.C: include <boost/bind.hpp>
4478         add using std::for_each
4479         (saveLyXTextState): use ParagraphsList::iterator
4480         (init): use for_each on paragraphlist iterators
4481         (InsetText): remove superflous setting cached_bview to 0
4482         (latex): reformat a bit
4483         (ascii): use paragraphlist iterators
4484         (validate): use for_each + boost bind
4485         (getLabelList): use paragraphlist iterators
4486         (deleteLyXText): use for_each + boost::bind
4487         (resizeLyXText): ditto
4488         (reinitLyXText): ditto
4489         (removeNewlines): use paragraphlist iterators
4490         (getParFromID): ditto
4491         (paragraph): use for_each + boost::bind
4492         (getInsetFromID): use paragraphlist iterators
4493         (getLabelList): typo fix
4494
4495 2002-08-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
4496
4497         * insettext.C (read): assign tmp to paragraphs after return from
4498         call to parseSingleLyXformat2Token
4499
4500
4501 2002-08-13  Angus Leeming  <leeming@lyx.org>
4502
4503         * insetbib.C:
4504         * insetcite.C:
4505         * inseterror.C:
4506         * insetert.C:
4507         * insetexternal.C:
4508         * insetfloat.C:
4509         * insetfloatlist.C:
4510         * insetgraphics.C:
4511         * insetinclude.C:
4512         * insetindex.C:
4513         * insetminipage.C:
4514         * insetparent.C:
4515         * insetref.C:
4516         * insettabular.C:
4517         * insettext.C:
4518         * insettoc.C:
4519         * inseturl.C: changes due to the changed LyXView interface that
4520         now returns references to member variables not pointers.
4521
4522 2002-08-13  Angus Leeming  <leeming@lyx.org>
4523
4524         * inset.h:
4525         * insetcollapsable.h:
4526         * insetert.h:
4527         * insettabular.h:
4528         * insettext.h: forward-declare WordLangTuple
4529         (selectNextWordToSpellcheck) constify return type.
4530
4531         * inset.C:
4532         * insetcollapsable.C:
4533         * insetert.C:
4534         * insettabular.C:
4535         * insettext.C: #include "WordLangTuple.h" and rearrange included files.
4536
4537 2002-08-12  Angus Leeming  <leeming@lyx.org>
4538
4539         * insetgraphicsParams.C: fix reading of lyxsize_type in 1.2.0
4540         documents.
4541
4542 2002-08-12  Juergen Vigna  <jug@sad.it>
4543
4544         * insetcollapsable.C (edit): ignore if entered when pressing mouse
4545         button 3.
4546
4547 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
4548
4549         * insetbib.C (bibitemMaxWidth): ParagraphList changes
4550         (bibitemWidest): ditto
4551         * insettext.[Ch]: ditto
4552
4553 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
4554
4555         * insettext.C, insetert.C: use Paragraph::empty where appropriate
4556
4557 2002-08-09  Angus Leeming  <leeming@lyx.org>
4558
4559         * insetinclude.C (latexString): remove fudge now that I've found out
4560         how to enable LaTeX to find the file using input@path.
4561
4562 2002-08-09  John Levon  <levon@movementarian.org>
4563
4564         * insettext.h:
4565         * insettext.C: remove unused xpos
4566
4567 2002-08-07  Juergen Vigna  <jug@lyx.org>
4568
4569         * insettabular.C (localDispatch): make delete not put the stuff
4570         in the clipboard only do this on a cut operation.
4571
4572         * insettext.C (localDispatch): make delete and backspace not put
4573         selected stuff to the clipboard.
4574
4575 2002-08-07  André Pönitz <poenitz@gmx.net>
4576
4577         * inset.[Ch]:
4578         * insetcollapsable.[Ch]:
4579         * insetert.[Ch]:
4580         * insetparent.[Ch]:
4581         * insetref.[Ch]:
4582         * insettabular.[Ch]:
4583         * insettext.[Ch]:  change (kb_action, arg) pair into a FuncRequest
4584
4585 2002-08-06  John Levon  <levon@movementarian.org>
4586
4587         * inset.h:
4588         * inset.C:
4589         * insetcollapsable.h:
4590         * insetcollapsable.C:
4591         * insetert.h:
4592         * insetert.C:
4593         * insettabular.h:
4594         * insettabular.C:
4595         * insettext.h:
4596         * insettext.C: use WordLangTuple for spellcheck
4597
4598 2002-08-06  Angus Leeming  <leeming@lyx.org>
4599
4600         * insetinclude.C: add a monitor to the previewed image, so that the
4601         image is refreshed if the \input-ed file changes.
4602
4603 2002-08-04  John Levon  <levon@movementarian.org>
4604
4605         * inset.h:
4606         * insetnote.h: s/IGNORE_CODE/NOTE_CODE/
4607
4608 2002-08-02  Angus Leeming  <leeming@lyx.org>
4609
4610         * insetcommandparams.[Ch] (preview): new methods returning and setting
4611         a new bool preview_ flag.
4612         (read): read this flag.
4613         (operator==): add flag to check.
4614
4615         * insetinclude.C (write): output new preview() flag.
4616         (previewWanted): use this flag.
4617
4618 2002-08-02  Angus Leeming  <leeming@lyx.org>
4619
4620         * insetcollapsable.[Ch] (addPreview):
4621         * insettabular.[Ch] (addPreview):
4622         * insettext.[Ch] (addPreview): new methods. Can now generate previews
4623         for insets in insets.
4624
4625 2002-08-02  Angus Leeming  <leeming@lyx.org>
4626
4627         * insetcite.C: fix typo.
4628
4629         * insetgraphics.C: kill current_view and instead cache the BufferView
4630         as a weak_ptr.
4631
4632         * insetinclude.C: kill current_view and pass the BufferView to the
4633         PreviewedInset so that it can cache it.
4634
4635 2002-08-01  Angus Leeming  <leeming@lyx.org>
4636
4637         * inset.h (generatePreview): renamed as addPreview.
4638         (generatePreview): new method. Allows code to be moved out of
4639         math_nestinset.C and into the new PreviewedInset class.
4640
4641         * insetinclude.[Ch] (ascent, descent, width, draw, addPreview):
4642         add previews to the inset when \input-ing LaTeX.
4643
4644 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4645
4646         * several files: strip,frontStrip -> trim,ltrim,rtrim
4647
4648 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
4649
4650         * insetbib.C (latex): modify because of strip changes
4651         (getKeys): ditto
4652         * insetnote.C (InsetNote): ditto
4653
4654 2002-07-26  Juergen Vigna  <jug@sad.it>
4655
4656         * insettabular.C (searchForward): check for lastcell if we
4657         had a locking inset.
4658
4659 2002-07-25  Juergen Vigna  <jug@sad.it>
4660
4661         * insettabular.C (insetMotionNotify): Don't update the screen
4662         if we didn't do nothing.
4663         (searchForward): last cell was not checked.
4664
4665 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
4666
4667         * insetfloat.C (read, write): Allow default placement
4668         (floatPlacement_ is empty).
4669
4670 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4671
4672         * insetminipage.h (noFontChange):
4673         * insettabular.h (noFontChange):
4674         * insetfootlike.h (noFontChange):
4675         * insetfloat.h (noFontChange): return true
4676
4677         * inset.h (noFontChange): new method, defaulting to false
4678
4679 2002-07-22  Herbert Voss  <voss@lyx.org>
4680
4681         * insetgraphicsParams.[Ch]: support size_type for old docs
4682
4683 2002-07-22  Herbert Voss  <voss@lyx.org>
4684
4685         * insetgraphics.C:
4686         * insetgraphicsParams.[Ch]: change size_type to size_kind and
4687         other small changes
4688
4689 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4690
4691         * insettext.h: do not include "paragraph.h" and "lyxcursor.h"
4692
4693         * insetlatexaccent.h: do not include "lyxlex.h"
4694
4695         * insetgraphicsParams.h: do not include "lyxlex.h" and "buffer.h"
4696
4697         * insetquotes.C:
4698         * insetlatexaccent.C:
4699         * insetgraphics.C:
4700         * insetexternal.C:
4701         * insetert.C:
4702         * insetbib.C: #include "lyxlex.h"
4703
4704         * insetinclude.C:
4705         * insetfloat.C:
4706         * insetert.C:
4707         * insetbib.C:
4708         * insettext.C: use BufferParams::getLyXTextClass
4709
4710
4711         * insetfloat.C (addToToc): new method. Add to toclist the entries
4712         corresponding to Caption layouts
4713         (InsetFloat): when creating a new float, set the layout to "Caption"
4714
4715 2002-07-21  Herbert Voss  <voss@lyx.org>
4716
4717         * insetgraphicsParams.C: fet the keepLyXAspectRatio run. Move the
4718         image relevant part into graphics/GraphicsImgae.C
4719
4720 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4721
4722         * insettoc.C (ascii):
4723         * insetfloatlist.C (ascii): change to use the new Toc functions
4724         instead of stuff that was in Buffer
4725
4726 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4727
4728         * insettext.C (localDispatch): BufferView::Dispatch has been
4729         renamed to BufferView::dispatch
4730
4731 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4732
4733         * insetgraphicsParams.C (as_grfxParams): use the new
4734         keepLyXAspectRatio parameter. Note that this is an adaptation of a
4735         1.2.0 patch, and I do not really know how to adapt it to the new
4736         grfx::Cache world. Angus, please could you have a look?
4737
4738 2002-05-01  Herbert Voss  <voss@lyx.org>
4739
4740         * insetgraphicsParams.[Ch]: define a new keepLyXAspectRatio parameter.
4741
4742 2002-07-18  Angus Leeming  <leeming@lyx.org>
4743
4744         * insetgraphics.C: clean-up comments (from Herbert).
4745         add a new checksum variable to the cache. Use it in PrepareFile.
4746         (draw): start monitoring the file for a change.
4747         (prepareFile): re-arrange a little to avoid unnecessary steps.
4748
4749 2002-07-17  Angus Leeming  <leeming@lyx.org>
4750
4751         * insetgraphics.C (Cache c-tor): bind to the GraphicsLoader through
4752         a method rather than to the signal directly.
4753
4754 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
4755
4756         * insettext.C: use view_state_changed, switchKeyMap
4757
4758 2002-07-17  Herbert Voss  <voss@perce.de>
4759
4760         * insetgraphics.C (prepareFile): keep the extension when
4761         exporting to nice file
4762
4763 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4764
4765         * insetcite.C (getNatbibLabel):
4766         * insetbib.C (getKeys): use ascii_lowercase instead of lowercase
4767
4768 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
4769
4770         * insetgraphics.C: use ->isDrawable()
4771
4772 2002-07-12  Angus Leeming  <leeming@lyx.org>
4773
4774         * insetgraphics.C: use the new smart loading capabilities of the image
4775         loader.
4776
4777 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
4778
4779         * insettabular.C (edit): Move into correct cell when entering a
4780         tabular in
4781
4782         * insettext.C (unlockInsetInInset): Correct cursor behaviour for
4783         RTL paragraphs.
4784
4785 2002-07-05  Angus Leeming  <leeming@lyx.org>
4786
4787         * inset.h (generatePreview): new virtual method.
4788
4789 2002-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4790
4791         * insetcommandparams.[Ch] (operator=): move out of class
4792         (operator!): move out of class
4793
4794 2002-07-04  André Pönitz <poenitz@gmx.net>
4795
4796         * insetcommandparams.[Ch]: new files
4797
4798         * insetcommand.[Ch]: move code to insetcommandparams.[Ch]
4799
4800 2002-06-15  Herbert Voss  <voss@perce.de>
4801
4802         * insetgraphics.C (prepareFile): bugfix; return always
4803         files without extension
4804
4805 2002-06-28  Angus Leeming  <leeming@lyx.org>
4806
4807         * insetgraphicsParams.[Ch]: forward declare grfx::Params.
4808         rename asGParams -> as_grfxParams.
4809
4810         * insetgraphics.C: reflect above change.
4811
4812 2002-06-26  Angus Leeming  <leeming@lyx.org>
4813
4814         * insetgraphics.h: use boost::scoped_ptr in preference to
4815         std::auto_ptr.
4816
4817 2002-06-26  Angus Leeming  <leeming@lyx.org>
4818
4819         * insetgraphics.C: moved the image loading stuff into a new class
4820         grfx::Loader. Simplifies this file enormously.
4821
4822         * insetgraphics.h: no longer #include "graphics/GraphicsTypes.h".
4823
4824         * insetgraphicsParams.C: changes aassociated with moving
4825         grfx::DisplayType out of grfx::GParams.
4826
4827 2002-06-26  André Pönitz <poenitz@gmx.net>
4828
4829         * insetgraphics.C: use os::external_path where necesaary according to a
4830         patch from Claus Hentschel)
4831
4832 2002-06-25  Angus Leeming  <leeming@lyx.org>
4833
4834         * insetgraphics.[Ch]: The inset now assumes the responsibility for
4835         generating a pixmap once the graphics file is loaded into memory.
4836         The current_view ugliness that was in grfx::ModifiedImage has been
4837         moved here now that grfx::ModifiedImage is no more.
4838
4839 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4840
4841         * insettext.C: layout as layout
4842
4843 2002-05-28  André Pönitz <poenitz@gmx.net>
4844
4845         * insetfloatlist.h: remove source of compiler warning
4846
4847         * insetref.C: tiny whitespace
4848
4849 2002-06-15  Herbert Voss  <voss@perce.de>
4850
4851         * insetgraphics.C: (prepareFile) fix bug with zipped eps-files
4852         and take always convert when no userdefined converter was
4853         found
4854         (latex) small changes in the lyxerr output
4855
4856 2002-06-15  LyX Development team <lyx@rilke>
4857
4858         * inset*.[Ch] (docbook): Added new argument to take the pernicious
4859         mixed content. Small white spaces clean.
4860
4861 2002-06-14  Angus Leeming  <leeming@lyx.org>
4862
4863         * inseetexternal.C: remove the using std::difftime declaration.
4864
4865 2002-06-13  Edwin Leuven  <leuven@fee.uva.nl>
4866
4867         * insetquotes.C: change lyxfont::draw to font_metrics::draw
4868
4869 2002-06-12  Vitaly Lipatov  <LAV@VL3143.spb.edu>
4870
4871         * insetquotes.C (draw): fix drawing of double quotes
4872
4873 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
4874
4875         * insettabular.C: s/scrollCB/scrollDocView/
4876
4877 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
4878
4879         * insettext.C: change of topCursorVisible()
4880           prototype
4881
4882 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
4883
4884         * insettext.h:
4885         * insettext.C: rename/change of LyXScreen
4886
4887 2002-06-07  Angus Leeming  <leeming@lyx.org>
4888
4889         Fixes needed to compile with Compaq cxx 6.5.
4890
4891         * insetexternal.C: all c-library variables have been moved into
4892         namespace std. Wrap using std::xyz declarations inside a #ifndef
4893         CXX_GLOBAL_CSTD block.
4894
4895 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4896
4897         * insetinclude.C (uniqueID):
4898         * insetgraphics.C (uniqueID): renamed from unique_id, since this
4899         conflicted with some AIX headers.
4900
4901 2002-05-31  Juergen Vigna  <jug@sad.it>
4902
4903         * insetert.C (get_new_label): add '...' for multi-paragraph ert
4904         insets too
4905         (update) new method
4906
4907 2002-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4908
4909         * insetexternal.C (clone): fix () bug when using new
4910         (updateExternal): don't only look for difftime in global scope
4911
4912 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
4913
4914         * insettabular.C: add const
4915
4916 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4917
4918         * insetgraphicsParams.C (Read): use lyxlex::eatLine to read the
4919         file name, in case there are weird characters like ',' in there.
4920         (bug #407)
4921
4922 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4923
4924         * switch from SigC signals to boost::signals.
4925
4926 2002-05-28  André Pönitz <poenitz@gmx.net>
4927
4928         * insets/insetgraphicsParams.[Ch]:
4929           put in inset related stuff from src/graphic
4930
4931 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
4932
4933         * inset.C:
4934         * inset.h:
4935         * insetbib.C:
4936         * insetbib.h:
4937         * insetcite.h:
4938         * insetcite.C:
4939         * insetcollapsable.C:
4940         * insetcollapsable.h:
4941         * inseterror.C:
4942         * inseterror.h:
4943         * insetert.C:
4944         * insetert.h:
4945         * insetexternal.C:
4946         * insetexternal.h:
4947         * insetfloatlist.C:
4948         * insetfloatlist.h:
4949         * insetgraphics.C:
4950         * insetgraphics.h:
4951         * insetinclude.C:
4952         * insetinclude.h:
4953         * insetindex.C:
4954         * insetindex.h:
4955         * insetlabel.C:
4956         * insetlabel.h:
4957         * insetparent.C:
4958         * insetparent.h:
4959         * insetref.C:
4960         * insetref.h:
4961         * insettabular.C:
4962         * insettabular.h:
4963         * insettext.C:
4964         * insettext.h:
4965         * insettoc.C:
4966         * insettoc.h:
4967         * inseturl.C:
4968         * inseturl.h: use mouse_state. Kill insetKeyPress
4969
4970 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
4971
4972         * insetbib.C:
4973         * insetbutton.C:
4974         * insetcaption.C:
4975         * insetcollapsable.C:
4976         * inseterror.C:
4977         * insetgraphics.C:
4978         * insetlatexaccent.C:
4979         * insetquotes.C:
4980         * insetspecialchar.C:
4981         * insettabular.C:
4982         * insettext.C: name change for font metrics
4983
4984 2002-05-24  Juergen Vigna  <jug@sad.it>
4985
4986         * insetgraphics.h: include inset.h first (for LString.h)
4987
4988 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
4989
4990         * insettext.C: screen moved
4991
4992 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
4993
4994         * insetbib.C:
4995         * insetcite.C:
4996         * inseterror.C:
4997         * insetert.C:
4998         * insetexternal.C:
4999         * insetfloat.C:
5000         * insetfloatlist.C:
5001         * insetgraphics.C:
5002         * insetinclude.C:
5003         * insetindex.C:
5004         * insetminipage.C:
5005         * insetparent.C:
5006         * insetref.C:
5007         * insettabular.C:
5008         * insettext.C:
5009         * insettoc.C:
5010         * inseturl.C: LyXView moved into frontends/
5011
5012 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
5013
5014         * inset.C:
5015         * insetbutton.C:
5016         * insetcaption.C:
5017         * insetcollapsable.C:
5018         * insetcommand.C:
5019         * inseterror.C:
5020         * insetgraphics.C:
5021         * insetgraphicsParams.C:
5022         * insetlatexaccent.C:
5023         * insetquotes.C:
5024         * insetspecialchar.C:
5025         * insettabular.C:
5026         * insettext.C: move Painter to frontends/
5027
5028 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5029
5030         * insettabular.h: use more specific smart_ptr header.
5031         * insettext.h: ditto
5032
5033         * insetgraphics.C (InsetGraphics): change call of shared_ptr::reset
5034         (draw): ditto
5035
5036 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
5037
5038         * insettext.C: clear selection on paste (bug 393)
5039
5040 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
5041
5042         * insettext.C (latex): Honor the moving_arg argument.
5043
5044 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5045
5046         * insetfoot.C (latex): if a footnote is in a title layout, then it
5047         is a \thanks. And then, its contents is a moving argument.
5048
5049 2002-05-14  Juergen Vigna  <jug@sad.it>
5050
5051         * insetcollapsable.C (InsetCollapsable): forgot to initialize
5052         first_after_edit.
5053
5054 2002-05-09  Angus Leeming  <a.leeming@ic.ac.uk>
5055
5056         * Insetcite.C (getNatbibLabel): don't disable natbib label support
5057         when using options "Full author list" or "Upper case".
5058
5059 2002-05-14  Herbert Voss  <voss@perce.de>
5060
5061         * insetgraphics.C (prepareFile): allow files with same name
5062         in different dirs
5063         (readFigInset): set the flags from old figinset in the right
5064         manner
5065         (findTargetFormat): more comments
5066
5067 2002-05-14  Juergen Vigna  <jug@sad.it>
5068
5069         * insettext.C (edit): tell checkAndActivateInset() that we don't
5070         have a button press.
5071         (checkAndActivateInset): if button < 0 we don't have a button press
5072         on the inset and os we won't call edit on it if it's not a Highly
5073         editable inset (then we have to enter it).
5074
5075 2002-05-13  Juergen Vigna  <jug@sad.it>
5076
5077         * insetcollapsable.C (insetButtonRelease): returned wrong return
5078         value.
5079
5080 2002-05-09  Juergen Vigna  <jug@sad.it>
5081
5082         * insetcollapsable.C (edit): first_after_edit should only be
5083         set to true if we enter this inset and it was collapsed so we
5084         open it up. This is needed to reclose it after a search/replace
5085         or spellcheck function opened it and was negative.
5086
5087 2002-05-09  Dekel Tsur  <dekelts@tau.ac.il>
5088
5089         * insetfloat.C (latex): Return correct value.
5090
5091 2002-05-04  Herbert Voss  <voss@perce.de>
5092
5093         * InsetgraphicsParams.C (read): fix bug with WH
5094
5095 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
5096
5097         * insetfloat.C (latex): More sensible latex output
5098         (fix the problem with endfloat).
5099
5100 2002-05-02  José Matos  <jamatos@fep.up.pt>
5101
5102         * insetgraphics.C (validate): acess params as everyone else.
5103
5104 2002-05-03  Juergen Vigna  <jug@sad.it>
5105
5106         * insettabular.C (fitInsetCursor): recalculate the cursor position
5107         if I request it.
5108
5109 2002-05-01  Angus Leeming  <a.leeming@ic.ac.uk>
5110
5111         * InsetgraphicsParams.[Ch]: whitespace.
5112
5113 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
5114
5115         * insetfloatlist.C (getScreenLabel): Fix crash in the case where
5116         float type do not exist.
5117
5118 2002-04-28  Herbert Voss  <voss@perce.de>
5119
5120         * insetgraphics.C (latex): fix bug with missing file-extension.
5121         LaTeX still allows a missing "eps" or "ps".
5122
5123 2002-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
5124
5125         * insetfloat.C (c-tor, wide): translate the name of the float.
5126
5127 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
5128
5129         * insetcite.[Ch]: take Herbert's patch to give WYSIWYG citation labels
5130         when using natbib and make it work efficiently. Must emphasise that the
5131         real work is Herbert's.
5132
5133 2002-04-23  Herbert Voss  <voss@perce.de>
5134
5135         * insetgraphic.C (prepareFile): fix bug with overwriting and
5136         deleting an existing *.eps-file in the doc-dir
5137
5138 2002-04-23  Juergen Vigna  <jug@sad.it>
5139
5140         * insettabular.C (drawCellSelection): fix off by 1 error.
5141
5142 2002-04-22  Juergen Vigna  <jug@sad.it>
5143
5144         * insettabular.C (setFont): rewoke full selection if it was asked,
5145         after we changed all we had to change.
5146
5147         * insettext.C (insetUnlock): code was uninitialized in some situations.
5148
5149 2002-04-19  Herbert Voss  <voss@perce.de>
5150
5151         * insetgraphic.C (prepareFile): return filename without
5152         extension if we only export without compiling
5153
5154 2002-04-19  Juergen Vigna  <jug@sad.it>
5155
5156         * insettext.C (draw): call a fullRebreak on the row where we had a
5157         change and reset the cursor and selection-cursors.
5158
5159         * insettabular.C (insetUnlock):
5160         (insetButtonPress): call an update before setting the_locking_inset = 0
5161         as otherwise we don't repaint!
5162         (update): reset the cursor position when we changed dimensions as
5163         otherwise our cursor may be on the wrong spot.
5164
5165 2002-04-18  Juergen Vigna  <jug@sad.it>
5166
5167         * insettabular.C (localDispatch): repaint the cell if it was unlocked.
5168         (unlockInsetInInset): set the_locking_inset to 0 only AFTER we made the
5169         redraw otherwise we won't redraw.
5170
5171         * insettext.C (draw): fixed the setting of LyXText::first_y it was
5172         not really right before, but I only discovered this with the last
5173         changes to Page up/down.
5174
5175 2002-04-17  Juergen Vigna  <jug@sad.it>
5176
5177         * insettext.C (checkAndActivateInset): simplified as we now have the
5178         edit(bv, bool) call.
5179
5180         * insettext.h: changed behind variables to front variables to be
5181         equal to the one in the edit call (as it is for that they are used).
5182
5183 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
5184
5185         * insetnote.h (ascii): overide the InsetCollapsable::ascii method to
5186         not output anything at all!
5187
5188 2002-04-16  Juergen Vigna  <jug@sad.it>
5189
5190         * insettabular.C (insetButtonPress):
5191         (insetUnlock): call a redraw on unlocking the cell inset.
5192
5193         * insettext.C (insetButtonPress): same as below.
5194         (lockInset): new function to set initial values when inset should
5195         be locked.
5196         (insetButtonPress): use above function.
5197         (insetUnlock): don't force a repaint only set the updateStatus. The
5198         outside world should repaint if it thinks it should be done!
5199
5200         * insettabular.C (insetButtonPress): init values if not set as locked
5201         as we are locked if someone presses on us and don't call the edit()
5202         call of the InsetText to lock it do it as BufferView does it!
5203
5204         * inset.h (insetInInsetY): make func const and return an int.
5205         * insettext.C:
5206         * insettabular.C:
5207         * insetcollapsable.C: adapt the above changed function.
5208
5209 2002-04-15  Juergen Vigna  <jug@sad.it>
5210
5211         * insettext.C (getCursorPos): return relative position as to be able
5212         to give them directly to the edit() call.
5213         (edit): we have to set also x_fix as it is not set inside the
5214         setCursorFromCoordinates call!
5215         (insetMotionNotify): ditto.
5216
5217 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
5218
5219         * insetbib.C (getKeys): strip leading '\t's from the line too.
5220         With thanks to Henry Pfister <hpfister@ucsd.edu>.
5221
5222 2002-04-12  Juergen Vigna  <jug@sad.it>
5223
5224         * insettext.h: added cix() helper function and use it where appropriate
5225
5226 2002-04-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5227
5228         * insetgraphics.C (prepareFile): fix bug when graphics is a
5229         relative path
5230
5231 2002-04-12  Juergen Vigna  <jug@sad.it>
5232
5233         * insettext.C (insertInset): remove unneeded code!
5234         (updateLocal): fitCursor() fixes.
5235         (collapseParagraphs): fix a possible problem when having a selection
5236         and collapsing the paragraphs.
5237
5238 2002-04-08  Herbert Voss  <voss@perce.de>
5239
5240         * insetgraphic.C (write): write the rotating angle as
5241         a float as is. test only for != 0.0
5242
5243 2002-04-11  Juergen Vigna  <jug@sad.it>
5244
5245         * insettext.C: new function ciy() and use it for setting inset_y.
5246
5247         * insetert.C (draw): fix the x return for collapsed version.
5248
5249 2002-04-07  Herbert Voss  <voss@perce.de>
5250
5251         * insetgraphic.C (readFigInset): fix bug with subcaption and
5252         rotating
5253
5254 2002-04-08  Herbert Voss  <voss@lyx.org>
5255
5256         * insetgraphicsparam.C: forgot special option and delete old
5257         1.2.0 stuff
5258
5259 2002-04-05  Juergen Vigna  <jug@sad.it>
5260
5261         * insettext.C (localDispatch): make a CURSOR update if we inserted
5262         a character.
5263
5264 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5265
5266         * insetfloatlist.C (getScreenLabel):
5267         (latex): use Floating::listName
5268         (validate): new method
5269
5270 2002-04-03  José Matos  <jamatos@fep.up.pt>
5271
5272         * insetlabel.C (docbook): the anchor is an empty element in docbook.
5273
5274         * insetfoot.[Ch] (docbook): added forgotten method.
5275
5276 2002-04-03  Juergen Vigna  <jug@sad.it>
5277
5278         * insettext.C (insetButtonPress): fix insetButtonPress events the same
5279         way as in Bufferview_pimpl.
5280
5281 2002-04-03  Allan Rae  <rae@lyx.org>
5282
5283         * insetgraphics.C (latex): one % too many makes living on the bleeding
5284         edge fun with less than 30 minutes to a meeting with a PhD supervisor.
5285
5286 2002-03-28  Herbert Voss  <voss@lyx.org>
5287
5288         * insetgraphic.C (latex): simplify the code for the latex
5289         output when the file doesn't exist
5290
5291 2002-03-29  Juergen Vigna  <jug@sad.it>
5292
5293         * insettext.C (updateLocal): fixes to fitCursor calls when locking/
5294         unlocking inset.
5295
5296         * insettabular.C (edit): call fitCursor().
5297
5298         * insettext.C (insetButtonPress): change behaviour of no_selection
5299         to the one in the BufferView selection_possible and fix the spurious
5300         selection bug with it.
5301         (localDispatch): revoke selection on BREAK... functions.
5302
5303 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5304
5305         * insetfloatlist.C (getScreenLabel): translate the GUI label.
5306
5307 2002-03-28  Juergen Vigna  <jug@sad.it>
5308
5309         * insettabular.C (insetAllowed): return true as default value otherwise
5310         we're not able to insert insets inside paragraphs of an not locked
5311         insettext!
5312
5313 2002-03-27  Herbert Voss  <voss@lyx.org>
5314
5315         * insetgraphicsparam.C: change c%, p% to col%, page%
5316
5317 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5318
5319         * insetspecialchar.C (isLineSeparator): disable the nice code to
5320         allow linebreaks after hyphenation and menu separators.
5321
5322 2002-03-26  Herbert Voss  <voss@lyx.org>
5323
5324         * insetgraphics.C (figinsetRead): set the right lyxview
5325
5326 2002-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
5327
5328         * insetgraphicsParams.C (latexify): use \textbackslash in preference to
5329         $\backslash$ and pass a "string const &" to the function.
5330         (prepareFile, latex): use Path rather than MakeAbsPath.
5331
5332 2002-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
5333
5334         * insetgraphicsParams.C (Read): revert Herbert's fix and apply the
5335         proper fix to the graphics cache.
5336         (latex): "really" nice output if the file is not found ;-)
5337
5338 2002-03-26  Juergen Vigna  <jug@sad.it>
5339
5340         * insettext.C (setText): added a LyXFont param and call reinitLyXText()
5341         (collapseParagraphs): fixed inserting of separator ' '
5342
5343         * insettabular.C (insertAsciiString): only check for buffer lenght
5344         not if we have \t or \n inside the buffer as if we don't have we only
5345         have 1 cell and that's it!
5346
5347         * insetert.C (close): don't collapse if inlined.
5348
5349 2002-03-25  Herbert Voss  <voss@lyx.org>
5350
5351         * insetgraphicsParams.C (Read): prevent LyX from hanging if the
5352         graphics file does not exist.
5353
5354 2002-03-25  Angus Leeming  <a.leeming@ic.ac.uk>
5355
5356         * insetgraphics.C (prepareFile): ensure that the file has an absolute
5357         path when preparing export.
5358
5359         * insetgraphicsParams.[Ch] (Write): no longer passed Buffer *, as we
5360         no longer MakeRelPath.
5361
5362 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
5363
5364         * insetgraphics.[Ch] (c-tor, setParams, updateInset): passed filepath.
5365         Used to determine the absolute path to the graphics file in the
5366         graphics cache and only in the graphics cache.
5367         (readInsetGraphics, readFigInset) : no longer passed buffer. Do not
5368         make graphics file name absolute if it is stored as a relative path.
5369
5370         * insetgraphicsParams.[Ch] (Read): no longer passed buffer. Do not
5371         make graphics file name absolute if it is stored as a relative path.
5372
5373         * insettext.C (edit): emit an updateParagraph signal on entering a text
5374         inset. Needs to be emitted when leaving the inset also.
5375
5376 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5377
5378         * all files: ws cleanup
5379
5380         * Makefile.am: remove ld -r stuff
5381
5382 2002-03-21  Juergen Vigna  <jug@sad.it>
5383
5384         * insettext.C (appendParagraphs): new function added to append
5385         the paragraphs to this insets paragraphs.
5386
5387 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5388
5389         * Makefile.am: special rules if partial linking
5390
5391 2002-03-19  Juergen Vigna  <jug@sad.it>
5392
5393         * insetgraphics.C (draw): fixed the setting of CHANGED_IN_DRAW!
5394
5395 2002-03-18  Angus Leeming  <a.leeming@ic.ac.uk>
5396
5397         * insetgraphics.C: Clean up Baruch's comments a little.
5398         (c-tor): remove code setting id_, as it's set in the Inset c-tor.
5399
5400 2002-03-14  John Levon  <moz@compsoc.man.ac.uk>
5401
5402         * insettabular.C:
5403         * insettheorem.C: wrap warnings
5404
5405         * insetgraphics.C: improve messages, move cached_status_
5406           setting to safer place
5407
5408 2002-03-18  Juergen Vigna  <jug@sad.it>
5409
5410         * insettabular.C (unlockInsetInInset): removed unneeded showCursor
5411         calls.
5412         (localDispatch): ditto
5413
5414         * insettext.C (edit): removed unneeded showCursor calls.
5415         (localDispatch): ditto.
5416
5417 2002-03-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5418
5419         * insetgraphics.h: remove display() method.
5420
5421 2002-03-11  Juergen Vigna  <jug@sad.it>
5422
5423         * insetgraphics.C (draw): hack to fix the redrawing bug.
5424         (draw): seems this fixes #268 (force redraw of row if we changed).
5425
5426         * insettext.C (updateInsetInInset): fixed for updates in insets inside
5427         this inset text (don't know why I missed this earlier).
5428
5429 2002-03-08  Juergen Vigna  <jug@sad.it>
5430
5431         * insettabular.C (updateLocal): do a FULL update if we're not locked
5432         and only a CELL update is asked.
5433
5434         * insettext.C (updateInsetInInset): update insets inside inset also
5435         if it isn't inside the_locking_inset.
5436
5437         * insettabular.C (updateInsetInInset): ditto.
5438
5439 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5440
5441         * insetexternal.C (doSubstitution): check whether we are using a
5442         temp dir for defining $$FPath
5443
5444 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
5445
5446         * insettabular.C:
5447         * insettext.C: remove #include "WorkArea.h".
5448
5449 2002-03-06  Juergen Vigna  <jug@sad.it>
5450
5451         * insettext.C (draw): fixed frame redrawing.
5452         (clear): forgot to set the inset_owner of the paragraph.
5453
5454         * insetert.C (status): pay attention the bv can be 0 here!
5455         (getMaxWidth): add the default leftMargin
5456
5457 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5458
5459         * insetert.C (getMaxWidth): make w unsigned int.
5460
5461 2002-03-05  Juergen Vigna  <jug@sad.it>
5462
5463         * insetert.C (status): change behaviour of Inlined.
5464         (getMaxWidth): added for new inlined behaviour.
5465
5466 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
5467
5468         * insetnote.h (linuxdoc, docbook): add empty methods.
5469         * insetinclude.C (validate): fix a case where buffer->niceFile was used
5470         before being initialized.
5471
5472 2002-03-05  Juergen Vigna  <jug@sad.it>
5473
5474         * insettext.C (insetButtonPress): don't call exit on a InsetButtonPress
5475         only that one in the inset. Should be enough.
5476         (updateLocal): set the selection cursor always if we don't have a
5477         selection to be sure it's set!
5478
5479         * insettabular.C (insetButtonPress): don't hit a sub inset 2 times.
5480
5481 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5482
5483         * insettext.C (clear): a gross hack to set layout on a newly
5484         created paragraph.
5485
5486 2002-03-04  Juergen Vigna  <jug@sad.it>
5487
5488         * insettabular.C (localDispatch): inserted handling of
5489         LFUN_FILE_INSERT_ASCII_PARA and LFUN_FILE_INSERT_ASCII.
5490         (insertAsciiString): new helper function.
5491
5492 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
5493
5494         * insetinclude.C (linuxdoc, docbook): deal correctly with the niceFile
5495         argument.
5496
5497 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5498
5499         * insettext.C (InsetText): initalize newly created par with
5500         default layout. add bufferparams parameter
5501         first -> first_y
5502
5503         * insetcaption.[Ch] (InsetCaption): add BufferParams parameter
5504         * insetcollapsable.[Ch] (InsetCollapsable): ditto
5505         * insetert.[Ch] (InsetERT): ditto
5506         * insetfloat.[Ch] (InsetFloat): ditto
5507         * insetfoot.[Ch] (InsetFoot): ditto
5508         * insetfootlike.[Ch] (InsetFootLike): ditto
5509         * insetmarginal.[Ch] (InsetMarginal): ditto
5510         * insetminipage.[Ch] (InsetMinipage): ditto
5511         * insetnote.[Ch] (InsetNote): ditto
5512         * insettabular.[Ch] (InsetTabular): ditto + adjust for tabular changes
5513
5514 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5515
5516         * insettext.C: layout as string
5517
5518         * insetinclude.C: layout as string
5519
5520         * insetert.C: layout as string
5521
5522         * insetbib.C: layout as string
5523
5524 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
5525
5526         * insetert.C:
5527         * insettabular.C: remove #include "lyx_gui_misc.h".
5528
5529 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
5530
5531         * Makefile.am:
5532         * figinset.h:
5533         * figinset.C:
5534         * inset.h: remove figinset, yahoo !
5535
5536 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
5537
5538         * insetgraphics.C (c-tors): initialise parent classes explicitly in
5539         copy c-tor and initialise member variables in the correct order.
5540
5541 2002-02-28  Juergen Vigna  <jug@sad.it>
5542
5543         * insettabular.C (localDispatch): clear selection on PgUp/Down.
5544
5545 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5546
5547         * inset.h: ... and add a better one here.
5548
5549         * insetcommand.C (insetButtonRelease): remove that one which was a
5550         bit broken...
5551
5552 2002-02-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5553
5554         * insetcommand.C (insetButtonRelease): ... and move it here.
5555
5556         * inseturl.h: remove insetButtonRelease from there...
5557
5558 2002-02-26  Juergen Vigna  <jug@sad.it>
5559
5560         * inseturl.h: Added a insetButtonRelease call returning true as
5561         prove of concept.
5562
5563         * insetlabel.C (edit): Fixed wrong update handling after change I
5564         leave in the wrong code for the one who wrote it to remove and have
5565         a look what he did wrong.
5566
5567         * insettabular.C (localDispatch): force a SELECTION update if we
5568         had a selection and we passed the event down to the inset (fix #213)
5569         (localDispatch): handle font changing stuff when we have a cell
5570         selection so that the selection is not rewoked. I don't really like
5571         this fix, but it's the only way I see to do it right now.
5572
5573 2002-02-22  Juergen Vigna  <jug@sad.it>
5574
5575         * insettext.C (insetUnlock): set the cursor to the second paragraph
5576         if available and if the first one is empty (fix #191).
5577
5578 2002-02-20  Juergen Vigna  <jug@sad.it>
5579
5580         * insettext.C (getDrawFont): implemented this function to call the
5581         one of the owner if present as the owner normally knows what to do
5582         with us.
5583
5584         * insetert.C: implement getDrawFont() function and comment out all
5585         the crap for setting a special latex font inside this inset.
5586         (InsetERT): added a Lanugage parameter to this constructor.
5587
5588         * inset.h: added function getDrawFont(LyXFont & font) to be able to
5589         change the font for being drawn on screen (used only in InsetERT for
5590         now).
5591
5592         * insettabular.C (draw): clear the parts around a cellinset ALWAYS
5593         and also above (was missing).
5594         (updateLocal): don't remove the cell selection if we have one this
5595         should be done where we really want to remove it.
5596
5597 2002-02-20  José Matos  <jamatos@fep.up.pt>
5598
5599         * insetinclude.h: include_label made string const.
5600
5601         * insetinclude.C (InsetInclude): moved include_label initialization.
5602         (linuxdoc):
5603         (docbook):
5604         (validate): fix support for temporary directory, for docbook and
5605         linuxdoc.
5606
5607         * insetgraphics.h : new private member, graphic_label, that holds
5608         the entity name that defines the graphics location (SGML).
5609
5610         * insetgraphics.C (unique_id): new function to give a unique label
5611         for graphic.
5612         (docbook):
5613         (validate): the file locatation is given by an entity reference.
5614
5615 2002-02-18  Herbert Voss  <voss@lyx.org>
5616
5617         * insetgraphics.C: use [Debug::GRAPHICS] for lyxerr
5618
5619 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
5620
5621         * insetexternal.C Changes due to the renaming of support/syscall.[Ch]
5622         as support/systemcall.[Ch] and of class Systemcalls as class
5623         SystemCall.
5624
5625 2002-02-18  José Matos  <jamatos@fep.up.pt>
5626
5627         * insetinclude.C (validate): some code only applies to latex buffers,
5628         it was made conditional.
5629
5630 2002-02-12  Herbert Voss  <voss@lyx.org>
5631
5632         * insetgraphics.C: (prepareFile) do not check at this time
5633         if the file is present.
5634
5635 2002-02-12  Herbert Voss  <voss@lyx.org>
5636
5637         * insetgraphics.C: latex(), return the correct newlines
5638
5639 2002-02-13  José Matos  <jamatos@fep.up.pt>
5640
5641         * inseturl.C (docbook): escape & in url.
5642
5643 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5644
5645         * insetspecialchar.C (isLineSeparator): line breaking is allowed
5646         after HYPHENATION and MENU_SEPARATOR
5647
5648         * inset.h (isLineSeparator): new method, returns false by default.
5649
5650 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5651
5652         * insetert.C (status): do not update the text inset, but the ERT
5653         inset.
5654
5655 2002-02-11  John Levon  <moz@compsoc.man.ac.uk>
5656
5657         * insetnote.C: use notebg for background
5658
5659 2002-02-08  Herbert Voss  <voss@lyx.org>
5660
5661         * insetgraphic.C:
5662         * insetgraphicsParams.[Ch]: adding new Option noUnzip to
5663         prevent LyX from unzipping when this should be handled
5664         by latex vis the graphic.cfg.
5665         clean up the code
5666
5667 2002-02-08  Herbert Voss  <voss@lyx.org>
5668
5669         * insetgraphic.C: prepareFile(): fix bug when file doesn't
5670         exists, than return filename with extension
5671
5672 2002-02-06  Herbert Voss  <voss@lyx.org>
5673
5674         * insetgraphic.C: prepareFile(): don't convert the file, when
5675         it's not viewed in LyX. Saves a lot of time when opening a
5676         document!
5677
5678 2002-02-05  Herbert Voss  <voss@lyx.org>
5679
5680         * insetgraphic.C:
5681         * insetgraphicsParams.[Ch]: some cosmetic changes to latex output
5682         and adding a rotate bool similiar to subcaption
5683
5684 2002-02-04  Herbert Voss  <voss@lyx.org>
5685
5686         * insetgraphic.C:
5687         * insetgraphicsParams.[Ch]: add a LyXView-scale to have a
5688         similiar view to the LaTeX one. Get zipped files work.
5689
5690 2002-02-04  Angus Leeming  <a.leeming@ic.ac.uk>
5691
5692         * insetgraphicsParams.C (init): set display to DEFAULT.
5693         No longer #include "lyxrc.h".
5694
5695 2002-02-04  Angus Leeming  <a.leeming@ic.ac.uk>
5696
5697         * insetgraphics.C (readFigInset): comment out the "zippedFile" stuff
5698         for now (so that the code compiles).
5699
5700 2002-02-02  Herbert Voss  <voss@lyx.org>
5701
5702         * insetgraphic.C: delete inVariant() and some minor changes
5703         * insetgraphicsParams.[C]:
5704
5705 2002-02-01  Angus Leeming  <a.leeming@ic.ac.uk>
5706
5707         * insetgraphics.C (updateInset): if params.display == DEFAULT,
5708         interogate lyxrc.display_graphics before diaplaying the graphic.
5709
5710         * insetgraphicsParams.[Ch]: respect the new DEFAULT state of
5711         InsetGraphicsParams::DisplayType.
5712
5713 2002-01-31  Herbert Voss  <voss@lyx.org>
5714
5715         * insetgraphic.C: (readfigInset) set display to pref-default
5716
5717 2002-01-30  Herbert Voss  <voss@lyx.org>
5718
5719         * insetgraphic.C: get the filetyp from it's contents
5720         * insetgraphicparams.C: add token scale and lyxrc.display when
5721         creating a new inset
5722
5723 2002-01-30  Angus Leeming  <a.leeming@ic.ac.uk>
5724
5725         * figinset.C: added using std::ios directive.
5726
5727 2002-01-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5728
5729         * figinset.C (runqueue): open translation file in binary mode (for
5730         cygwin).
5731
5732 2002-01-27  Herbert Voss  <voss@lyx.org>
5733
5734         * insetgraphic.[Ch]: mostly newritten to support graphicx with
5735         all options and to be sure that the old figinsets are correct
5736         converted.
5737         * insetgraphicParams.[Ch]: a lot of chamges to have a clean data-
5738         structure and to support all lengths as LyXLength. The Parameter
5739         structure changed again, but reading of "old" 1.2 graphic insets
5740         is no problem.
5741
5742 2002-01-20  Dekel Tsur  <dekelts@tau.ac.il>
5743
5744         * insetert.h (forceDefaultParagraphs): Added
5745
5746 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5747
5748         * insettabular.C (getMaxWidth):
5749         (forceDefaultParagraphs): use Tabular::GetCellFromInset
5750
5751 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5752
5753         * insettabular.C (getMaxWidthOfCell): adapt to the new definition
5754         of LyXLength::inPixels
5755
5756         * inset.C (latexTextWidth):
5757         * insetminipage.C (latexTextWidth): new method, which implements
5758         the equivalent of the LaTeX macro \textwidth
5759
5760         * insetminipage.C (getMaxWidth): use latexTextWidth
5761
5762 2002-01-18  Juergen Vigna  <jug@sad.it>
5763
5764         * inset.C (getMaxWidth): try to fix fluctuation of collapsable insets.
5765
5766 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5767
5768         * insettabular.C (getMaxWidthOfCell): use LyXLength::inPixels
5769
5770         * insetminipage.[Ch]: change width_ and height_ to be LyXLength
5771         instead of string
5772
5773 2002-01-17  Juergen Vigna  <jug@sad.it>
5774
5775         * insettabular.C (lockInsetInInset): same change as in insettext.
5776
5777         * insettext.C (draw): width() function was called without setting
5778         the right top_x which could lead to wrong insetWidth setting!
5779         (lockInsetInInset): call edit instead of calling lockInset if we
5780         have to lock an inset inside!
5781         (edit): we have to also tell the inset that we have to redraw the
5782         frame on an edit call if this inset draws a frame only if locked.
5783
5784 2002-01-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5785
5786         * insetbib.C (getFiles): uncomment Path variable.
5787
5788 2002-01-16  Juergen Vigna  <jug@sad.it>
5789
5790         * insettabular.C (forceDefaultParagraphs): fixed bug returning value
5791         of wrong cell.
5792
5793 2002-01-16  Allan Rae  <rae@lyx.org>
5794
5795         * insetinclude.C (docbook): someone forgot a ";"
5796
5797 2002-01-16  José Matos  <jamatos@fep.up.pt>
5798
5799         * figinset.C (docbook): removed a old place holder "@".
5800         * insetgraphics.C (docbook): remove the file sufix if graphic is eps.
5801         * insetinclude.C (linuxdoc): if include is verbatim, then export the
5802         ascii text version, clearly guarded inside a CDATA section.
5803         (docbook): in docbook 4, inlinegraphics is empty.
5804         * insettabular.C (linuxdoc): export the ascii version of the table
5805         inside a CDATA section.
5806
5807 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5808
5809         * insetparent.C (InsetParent):
5810         * insetgraphicsParams.C (Write):
5811         (Read):
5812         * insetgraphics.C (prepareFile):
5813         (readFigInset):
5814         (docbook):
5815         * insetexternal.C (executeCommand):
5816         (doSubstitution): use Buffer::filePath
5817
5818         * insetbib.C (getFiles): add a #warning for Angus
5819
5820         * insetgraphics.C: Add a remark about how filenames should be
5821         considered to be relative to buffer (but absolute is still allowed)
5822         (draw): do not try to get status if lyxrc.use_gui is false
5823
5824 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
5825
5826         * inset.[Ch]:
5827         * insetcollapsable.[Ch]:
5828         * insettabular.[Ch] (searchForward, searchBackward): change the
5829         bool const & params to bool.
5830
5831         * insetminipage.[Ch] (width, height): renamed as pageWidth, pageHeight
5832         to avoid the name clash with InsetCollapsable's methods of the same
5833         names but different functionality.
5834
5835 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
5836
5837         * insettext.C (ascii): use lyx::count rather than countChar.
5838
5839 2002-01-14  John Levon  <moz@compsoc.man.ac.uk>
5840
5841         * insettabular.C: return early for the LFUN_*BUF[SEL] funcs too
5842
5843 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5844
5845         * insetgraphics.C (updateInset): do not try to render image if
5846         lyxrc.use_gui is false (bug #104)
5847
5848         * insetinclude.C (loadIfNeeded): do not call bufferlist.readFile
5849         if file does not exist
5850
5851         * figinset.C (browseFile): add shortcuts to directory buttons
5852
5853         * insettext.C (updateLocal): update menubar and toolbar here too.
5854
5855 2002-01-13  Allan Rae  <rae@lyx.org>
5856
5857         * insettabular.C (InsetTabular): Both constructors now initialise
5858         all class variables.
5859
5860 2002-01-11  Juergen Vigna  <jug@sad.it>
5861
5862         * insettext.C (insetButtonPress): set the_locking_inset to 0.
5863
5864 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5865
5866         * insettabular.C (getStatus): add forgotten brace around multiline
5867         if statement.
5868
5869 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5870
5871         * insetfloat.C (validate): require "float" instead of "floats".
5872
5873 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
5874
5875         * insettabular.C (getStatus): use FuncStatus
5876
5877 2002-01-08  Juergen Vigna  <jug@sad.it>
5878
5879         * insettabular.C (insetButtonRelease): now this should work too
5880         correctly.
5881
5882         * insetminipage.C (getMaxWidth): fixed for minipage inside insets and
5883         if the width is a percentage.
5884
5885         * inset.h: added isChar() function and implemented this for
5886         insetspecialchar insetquotes and insetlatexaccent.
5887         added forceDefaultParagraphs() and implemented it for insettabular.
5888
5889 2002-01-07  Juergen Vigna  <jug@sad.it>
5890
5891         * insettext.C (getLyXText): Fixed this function. An insert into the
5892         map is only done if we REALLY have a new BufferView.
5893
5894 2002-01-07  Martin Vermeer  <martin.vermeer@hut.fi>
5895
5896         * insettext.C: fix bug illustrated by attachment #37 of bug #59
5897
5898 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
5899
5900         * insetinclude.C: fix use of FileInfo
5901
5902 2002-01-07  Juergen Vigna  <jug@sad.it>
5903
5904         * insettabular.C (draw): fixed clearing of cell around inset.
5905
5906 2002-01-05  Juergen Vigna  <jug@sad.it>
5907
5908         * insettext.C (draw): move the calls so that insetWidth/Asc/Desc
5909         variables are updated.
5910
5911         * insettabular.C (resetPos): set always the inset_y as it may be
5912         needed in another function.
5913         (searchBackward): don't draw while searching.
5914
5915 2002-01-04  Juergen Vigna  <jug@sad.it>
5916
5917         * insettext.C (lockInsetInInset): forgot to set a cursor.
5918
5919 2002-01-02  Juergen Vigna  <jug@sad.it>
5920
5921         * insettext.C (insertInset): make the correct undo informations on
5922         inserting new insets.
5923
5924 2001-12-31  John Levon  <moz@compsoc.man.ac.uk>
5925
5926         * insettabular.C: correct single-cell select vertically
5927
5928 2001-12-27  Juergen Vigna  <jug@sad.it>
5929
5930         * insettabular.C (ascii): export as tab-separated-values if the
5931         function was not called from export (f.ex.: clipboard).
5932
5933         * insetcollapsable.h: added default support for ascii, linuxdoc and
5934         docbook export (the insettext is exported by default!)
5935
5936         * insettabular.C (copySelection): suff the clipboard with the tabular
5937         data in a tab separated format, seems more naturals then with all the
5938         formating.
5939
5940 2001-12-24  Juergen Vigna  <jug@sad.it>
5941
5942         * insettext.C (insetMotionNotify): added a mouse_x & mouse_y position
5943         to check for REAL mouseMotion.
5944
5945 2001-12-20  Juergen Vigna  <jug@sad.it>
5946
5947         * inset.C (cursor): return the owners cursor if available instead of
5948         always only the bv->text->cursor.
5949
5950         * insettabular.C (checkLongtableSpecial): works now.
5951
5952 2001-12-19  Juergen Vigna  <jug@sad.it>
5953
5954         * insettabular.C (tabularFeatures): fix the row setting of ltt as
5955         this has to be always row + 1 as 0 means not selected!
5956         (checkLongtableSpecial): added
5957         (tabularFeatures): better longtable options support
5958
5959         * insettext.C (resizeLyXText): reinit the text always also on a
5960         empty insettext!
5961
5962 2001-12-18  Juergen Vigna  <jug@sad.it>
5963
5964         * insettext.C (updateInsetInInset): look if we have to autocollapse
5965         paragraps and return if the update is requested for ourself.
5966
5967         * insetert.C (status): update the insettext not myself as that is what
5968         we need.
5969
5970         * insetcollapsable.C (updateInsetInInset): always call the InsetText's
5971         function only return if the update was requested with myself.
5972
5973         * insettext.C (insetButtonPress): fixed stupid bug.
5974         (various functions): pay attention that lt is cleared BEFORE calling
5975         updateLocal() and try to use it in the right manner (don't use it
5976         if it's not really neccessary!)
5977         (collapseParagraphs): insert a blank between collapsing paragraphs
5978         if neccessary (not already there!).
5979
5980 2001-12-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5981
5982         * insettabular.C: move includes around a bit, add a couple of
5983         consts.
5984
5985         * insettext.[Ch]: move includes around a bit, other ws changes and
5986         small stuff.
5987
5988 2001-12-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5989
5990         * insettext.C (insetButtonRelease): fix compile problem
5991
5992 2001-12-17  Juergen Vigna  <jug@sad.it>
5993
5994         * insettext.C (insetButtonPress): set the selection cursor!
5995         (insetButtonPress): clear the selection (and set with that the
5996         selection.cursor) if we only hit an inset!
5997
5998         * insetert.C (read): removed piece of compatibility code only needed
5999         for 1.2.0.
6000
6001         * insettabular.C (insetButtonRelease): fixed so that sub-dialogs
6002         can be opened.
6003
6004         * insetcollapsable.C (insetButtonRelease): changed so that it can
6005         open eventual existing popup dialogs on mousebutton==3.
6006
6007         * insetfloat.C (insetButtonRelease): removed not needed anymore!
6008
6009         * insetminipage.C (insetButtonRelease): removed not needed anymore!
6010
6011         * inset.C (insetButtonRelease): return a bool for telling the outer
6012         world that we opened a dialog.
6013
6014 2001-12-07  Juergen Vigna  <jug@sad.it>
6015
6016         * insettext.C (paragraph): remove the deleteing of paragraphs as
6017         it was a WRONG move!
6018
6019 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
6020
6021         * insettabular.h:
6022         * insettabular.C: use new setSelection(). Allow
6023           selection of single cells.
6024
6025 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6026
6027         * insetquotes.C (latex): fix to use the local language setting at
6028         the point where the inset is inserted (different macros for
6029         different french packages)
6030
6031 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6032
6033         * inset.h: add par_owner_ member variable and parOwner
6034         setter/accessor.
6035
6036 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6037
6038         * insettabular.C (everywhere): adapt because widths are now real
6039         widths and not strings
6040
6041         * insettext.C (draw): re-introduce the calls to width(), ascent()
6042         and descent() to initialize the caching variables.
6043
6044 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6045
6046         * insettext.C (draw):
6047         (drawFrame): use insetWidth instead of last_width
6048
6049         * insettext.h: remove variable last_width (insetWidth is exactly
6050         the same) and last_height (computed but never used!)
6051
6052 2001-12-10  Allan Rae  <rae@lyx.org>
6053
6054         * insettabular.C (localDispatch): cleanup unlockInsetInInset calls
6055
6056 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
6057
6058         * insettext.C (insetAllowed): add comment
6059
6060 2001-12-05  Juergen Vigna  <jug@sad.it>
6061
6062         * insettext.C (insetAllowed): fixed for the case that we directly
6063         ask the insettext from its LyXText.
6064         (paragraph): fixed the crash when assigning the par->next() from
6065         the EmptyParagraphMechanism!
6066
6067 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6068
6069         * insetbib.C:
6070         * insettabular.C:
6071         * insettext.C: change "while(" to "while ("
6072
6073 2001-12-04  Juergen Vigna  <jug@sad.it>
6074
6075         * insetert.C (edit): handle Inlined status.
6076
6077         * insettext.C (insertInset): trying John's fix for the trailing cursor
6078
6079         * insetert.C (insetButtonPress): added to handle inlined status
6080         (insetMotionNotify): ditto.
6081
6082         * insettext.C (clearInset): changed Painter & in BufferView * param,
6083         to be able to call ascent,descent methods.
6084
6085 2001-12-03  Juergen Vigna  <jug@sad.it>
6086
6087         * insettext.C (updateInsetInInset): use lt variable to forbid
6088         changes of LyXText in an update call.
6089         (updateInsetInInset): fixed updating of non locked insets!
6090
6091 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
6092
6093         * insettabular.C: capture some more functions to prevent
6094         selection drawing problems. Bug #451274
6095
6096 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
6097
6098         * insetgraphics.C:
6099         * insetgraphicsParams.C: fix inverted sense of float_equal
6100
6101 2001-11-30  Juergen Vigna  <jug@sad.it>
6102
6103         * insettabular.C (InsetTabular): use the save_id flag to create also
6104         the tabular with the same id's.
6105
6106         * insettext.C (setParagraphData): added a same_id function for undo
6107         to set the same paragraph id's as of the paragraph we are setting.
6108
6109 2001-11-30  José Matos <jamatos@fep.up.pt>
6110
6111         * inseturl.[Ch]:
6112         * insettoc.[Ch]: DocBook -> docbook.
6113
6114 2001-11-29  André Pönitz <poenitz@gmx.net>
6115
6116         * inseterror.C:
6117         * insettext.C: further reduction of header dependencies by using
6118         lyx::layout_type and lyx::textclass_type from support/types.h
6119
6120 2001-11-29  Juergen Vigna  <jug@sad.it>
6121
6122         * insettext.C: inserted a reinitLyXText function everywhere I delete
6123         the paragraphs! This should fixe the crashes we had.
6124         Also use the new function firstRow() instead of getRowNearY(dummy_y)
6125         (paragraph): set the InsetOwner() of the new paragraphs!
6126
6127 2001-11-28  André Pönitz <poenitz@gmx.net>
6128
6129         * insetnote.C: add pos initialization that I removed without
6130           knowing what I did.
6131
6132 2001-11-28  Juergen Vigna  <jug@sad.it>
6133
6134         * insettabular.C (resetPos): hack to not crash with infinite paints.
6135
6136         * insettabular.h: insert missing function allowSpellcheck()!
6137
6138         * insetcollapsable.C (draw): fixed wrong width of collapsed inset!
6139
6140 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
6141
6142         * insetfloatlist.h:
6143         * insetfloatlist.C: derive from InsetCommand so gui can use it
6144           easily
6145
6146 2001-11-26  André Pönitz <poenitz@gmx.net>
6147
6148         * insettext.[Ch]:
6149         * insetert.C:
6150         * insetnote.C: reduce header dependencies, introduce type for
6151         positions
6152
6153 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
6154
6155         * various: update for Alert.h
6156
6157 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
6158
6159         * inset.h: fix comment
6160
6161         * insettext.C: use par->isInset()
6162
6163 2001-11-22  Allan Rae  <rae@lyx.org>
6164
6165         * insetcollapsable.h:
6166         * inset.h: Changes to checkInsertChar() behaviour.
6167         Now return value indicates whether chars can be inserted.
6168
6169 2001-11-11  Michael A. Koziarski <michael@koziarski.org>
6170
6171         * various:  updated to use the new LaTeXFeatures
6172
6173 2001-11-14  José Matos  <jamatos@fep.up.pt>
6174
6175         * insetspecialchar.C (linuxdoc):
6176         (docbook): don't give a name to a unused variable.
6177
6178         * insettext.C (docbook): removed unused variable.
6179
6180 2001-11-13  Herbert Voss  <voss@perce.de>
6181
6182         * insetgraphic.C: fix scale bug
6183
6184 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6185
6186         * inset.h (isSpace):
6187         (isLetter): new virtual methods.
6188
6189         * insetspecialchar.C (isSpace):
6190         (isLetter): implement here.
6191
6192 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
6193
6194         * inset.h: new inline helpers
6195
6196         * insettext.C: use new helpers
6197
6198 2001-11-07  José Matos  <jamatos@fep.up.pt>
6199
6200         * insettext.C (docbook): full support for paragraphs inside insettext.
6201
6202 2001-11-06  José Matos  <jamatos@novalis.fc.up.pt>
6203
6204         * insetindex.C: added header file for std::ostream.
6205
6206 2001-11-03  José Matos  <jamatos@fep.up.pt>
6207
6208         * insetindex.C: added using std::ostream that I forgot yesterday.
6209
6210 2001-11-02  Ben Guillon  <nicolas.marsgui@libertysurf.fr>
6211
6212         * insetindex.h (docbook):
6213         * insetindex.C (docbook): added support for docbook export.
6214
6215 2001-11-02  José Matos  <jamatos@fep.up.pt>
6216
6217         * insetcaption.C(docbook): added support for docbook export.
6218
6219 2001-11-02  Dekel Tsur  <dekelts@tau.ac.il>
6220
6221         * insetexternal.C (updateExternal): Do not run update command if
6222         result file exists and is up to date.
6223
6224         * ExternalTemplate.C (readFormat): Support the updateresult token.
6225
6226 2001-10-31  Kayvan A. Sylvan  <kayvan@sylvan.com>
6227
6228         * insetexternal.C (doSubstitution): Fix filepath ($$FPath in
6229         external_templates) to use the buffer->fileName() but only if
6230         previewing. Generating a TeX file should make FPath return
6231         "".
6232
6233 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
6234
6235         * insetert.h:
6236         * insetert.C: fix some problems
6237
6238 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
6239
6240         * insetexternal.C (doSubstitution): Added $$FPath token
6241         to list of usable substitutions in external inset templates.
6242
6243 2001-10-24  Juergen Vigna  <jug@sad.it>
6244
6245         * insettabular.C: use new ltType struct for setting longtable
6246         header and footers also new UNSET enums.
6247
6248 2001-10-24  José Matos  <jamatos@fep.up.pt>
6249
6250         * insettabular.C (linuxdoc): Now exports the ascii's table version.
6251         (docbook): If the table is not inside a float then wrap it inside
6252         <informaltable>...</informaltable>.
6253
6254 2001-10-23  José Matos  <jamatos@fep.up.pt>
6255
6256         * insetref.C (docbook): removed / terminator to conform SGML.
6257
6258         * insetspecialchar.C (linuxdoc):
6259         (docbook): Added support for special chars, more than ascii export.
6260
6261 2001-10-22  Juergen Vigna  <jug@sad.it>
6262
6263         * insettext.C (checkInsertChar): added for REALLY checking the
6264         font of the inserted char in the right inset!
6265
6266 2001-10-19  Juergen Vigna  <jug@sad.it>
6267
6268         * inset.h: added method allowSpellcheck() so that insets who do
6269         not have anything to spellcheck can tell and so they are over-jumped.
6270         Implemented for InsetText and co.
6271
6272 2001-10-18  Juergen Vigna  <jug@sad.it>
6273
6274         * inset.C (getMaxWidth): use LyXText::workWidth(BufferView, Inset *).
6275
6276 2001-10-15  José Matos  <jamatos@fep.up.pt>
6277
6278         * insetert.C: allow export for docbook and linuxdoc
6279
6280 2001-10-07  Adrien Rebollo <adrien.rebollo@gmx.fr>
6281
6282         * insetquotes.C (dispString): handles latin3 and latin4 quotes
6283
6284 2001-10-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6285
6286         * insetquotes.C (dispString): fix handling of latin9 quotes
6287
6288 2001-10-03  Juergen Vigna  <jug@sad.it>
6289
6290         * insetert.C: ditto
6291
6292         * insetcollapsable.C: change updateInset calls to not tell BV that
6293         we have changed status.
6294
6295 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6296
6297         * insettabular.C (deletable): make const
6298
6299 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
6300
6301         * insetert.C (latex): Fix the returned value
6302
6303 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
6304
6305         * insetert.[Ch] (selectNextWordToSpellcheck): new method.
6306         Returns string(), so nothing in an ERT inset is spellchecked.
6307
6308         * insetgraphics.C (draw): print the filename if not displaying the
6309         image.
6310         (width): make sure that the width and draw methods are consistent.
6311         (updateInset): don't even load the image into cache if not displaying
6312         it.
6313
6314 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
6315
6316         * various files (selectNextWord): renamed as
6317         selectNextWordToSpellcheck.
6318
6319         * insetgraphics.C (draw): remove the previous change. Right place
6320         is in imageLoaderXPM.C.
6321         (draw): don't display the image if params.display == NONE.
6322
6323 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
6324
6325         * figinset.C (runqueue):
6326         * insetgraphics.C (draw): set background colour of inset from
6327         background to the user-configurable graphicsbg.
6328
6329 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6330
6331         * insetquotes.C (InsetQuotes): when trying to decide the side of
6332         the quote, choose `left' only after a space or '('
6333
6334 2001-09-04  José Matos  <jamatos@fep.up.pt>
6335         * figinset.C
6336         * figinset.h
6337         * insetcaption.C
6338         * insetcaption.h
6339         * insetcollapsable.h
6340         * insetcommand.C
6341         * insetcommand.h
6342         * inseterror.h
6343         * insetert.C
6344         * insetert.h
6345         * insetexternal.C
6346         * insetexternal.h
6347         * insetfloat.C
6348         * insetfloat.h
6349         * insetfloatlist.h
6350         * insetgraphics.C
6351         * insetgraphics.h
6352         * inset.h
6353         * insetinclude.C
6354         * insetinclude.h
6355         * insetlabel.C
6356         * insetlabel.h
6357         * insetlatexaccent.C
6358         * insetlatexaccent.h
6359         * insetquotes.C
6360         * insetquotes.h
6361         * insetref.C
6362         * insetref.h
6363         * insetspecialchar.C
6364         * insetspecialchar.h
6365         * insettabular.C
6366         * insettabular.h
6367         * insettext.C
6368         * insettext.C (docbook): rename docBook method to docbook.
6369
6370 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
6371
6372         * inset.h (getFirstParagraph): New virtual method.
6373
6374 2001-08-20  Herbert Voss  <voss@perce.de>
6375         * insetbib.C: added a option bibtotoc which is from "BIB to TOC"
6376         in the the bibtex-database-gui for inserting a line
6377         \addcontentsline...
6378
6379         If no style is given than there is no tex-output.
6380
6381 2001-08-18  Angus Leeming  <a.leeming@ic.ac.uk>
6382
6383         * insetbib.[Ch] (getFiles): new method, returning the BibTeX database
6384         files as a vector.
6385         (getKeys): use it.
6386
6387 2001-08-18  Dekel Tsur  <dekelts@tau.ac.il>
6388
6389         * insetert.C (latex): Fix output for multiple paragraphs.
6390         (write): New code for writing paragraph data.
6391         (read): Set font after reading the inset.
6392         (localDispatch): Call set_latex_font() for more cases.
6393
6394         * insetnote.h: Add empty validate method.
6395         * insetert.h: Ditto
6396
6397         * insetnote.C (InsetNote): Set language to the language of the
6398         document.
6399
6400 2001-08-16  Juergen Vigna  <jug@sad.it>
6401
6402         * insettext.C: implemented the new FINISHED states.
6403
6404         * insettabular.C: ditto
6405
6406         * inset.h: added more FINISHED states for cursor right,up,down
6407
6408 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
6409
6410         * insetfloatlist.C: use "FloatName List"
6411
6412 2001-08-14  Juergen Vigna  <jug@sad.it>
6413
6414         * insetert.C (edit): forgot to set status_ in edit calls!
6415
6416 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
6417
6418         * insettext.C: Compilation fix
6419
6420 2001-08-13  Juergen Vigna  <jug@sad.it>
6421
6422         * inset.C (getMaxWidth): fixed bug of returning the wrong max width.
6423
6424         * insetcollapsable.C (edit): don't recollapse an already open inset.
6425
6426         * insettext.C: fixed problem when reinitializing LyXText by not doing
6427         it while lt is in use and post this to the next possible time in
6428         getLyXText().
6429         (searchForward): fixed not unlocking of inset if nothing found.
6430         (edit): set cursor behind right (was set -1 pos).
6431
6432         * insetert.C (InsetERT): init status_ also in the 3rd constructor.
6433
6434         * insettabular.C (tabularFeatures): fixed fix where deleting the
6435         last row didn't get the right actcell!
6436
6437 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
6438
6439         * insettext.C (localDispatch): Change language only when the inset
6440         becomes empty.
6441
6442 2001-08-10  Juergen Vigna  <jug@sad.it>
6443
6444         * insettabular.C (selectNextWordInt): use the front using edit call.
6445
6446         * insetcollapsable.C (getMaxWidth): rename inset to in to not have
6447         the parameter overwrite class variable inset.
6448
6449         * inset.C (getMaxWidth): fix the setting of the minwidth = 10.
6450
6451         * insettext.C (saveLyXTextState): check for invalid cursor-par.
6452         (reinitLyXText): remove wrong_cursor bool as not needed anymore!
6453
6454         * insettabular.C (calculate_dimensions_of_cells): let's try to call
6455         update only for fixed with cells.
6456         (resetPos): try to fix the lockup on spellchecking or s&r.
6457
6458         * insettext.C (update): comment this out as it seems first wrong
6459         and second not needed anymore!
6460         (some functions): call reinitLyXText() only in update() in all other
6461         positions set only need_update = INIT.
6462
6463 2001-08-08  Juergen Vigna  <jug@sad.it>
6464
6465         * insettabular.C (setPos): fixed wrong actrow < rows() check.
6466
6467         * insettext.C (insetUnlock): remove double-space on inset unlock.
6468
6469         * insetcollapsable.C (draw): fix returned x when label > inset-width.
6470
6471         * insettabular.C (update): fixed cursor positon after an insert.
6472         (insetAllowed): do not allow to insert insets when not inside the
6473         inset!
6474         (draw): clear below an inset too as it could have changed height.
6475
6476         * inset.C (getMaxWidth): fixed width for inset in inset.
6477
6478         * insettext.C (update): small fix.
6479
6480         * insettabular.C (tabularFeatures): added selection support to
6481         DELETE_ROW/DELETE_COLUMN.
6482
6483 2001-08-07  Juergen Vigna  <jug@sad.it>
6484
6485         * inset.C (getMaxWidth): recoded and all it's implementations!
6486
6487         * insettext.C (init,setParagraph+constructors): cleanups
6488         (reinitLyXText): fixed problem with wrong cursor when all paragraphs
6489         are new and I want do a save/restore of the cursor position which is
6490         not possible anymore.
6491
6492         * insetcollapsable.C (searchBackward): recollapse inset if not found.
6493         (searchBackward): ditto
6494         (selectNextWord): ditto
6495
6496 2001-08-07  Angus Leeming  <a.leeming@ic.ac.uk>
6497
6498         * insetlatexaccent.C (checkContents): Add some debug messages
6499
6500 2001-08-07  Juergen Vigna  <jug@sad.it>
6501
6502         * insetert.C (read): don't use InsetCollapsable::read as we don't
6503         write the collapsed status anymore only the status.
6504         (write): ditto.
6505
6506 2001-08-06  Juergen Vigna  <jug@sad.it>
6507
6508         * insetert.C (set_latex_font): use LyXText's setFont directly.
6509
6510         * insettext.C (drawFrame): fixed one time more the right position
6511         and size of the frame!
6512
6513         * insetert.C (~InsetERT): hide the dialog.
6514         (showInsetDialog): added implementation
6515         (open): ditto
6516         (close): ditto
6517         (status): new function for the status of the ERT inset (3-state).
6518         (write): output also the status of the inset for readback!
6519         (read): readback the status if available otherwise use collapsed_.
6520
6521         * insettext.C (edit): small fix of setting the position, which could
6522         have gone < 0.
6523
6524         * insetert.C (width): implement this function for inlined viewing.
6525         Added minimum width of 10 pixels!
6526
6527         * insetminipage.C (InsetMinipage): just change the colors a bit so
6528         that border/background is a bit more visible. We will remove this
6529         anyway for 1.2.0!
6530
6531         * insettext.C (textWidth): add a 'bool fordraw' parameter and use this
6532         function for getting the important widths for drawing in various
6533         functions and in LyXText.
6534         (draw): fixed up a bit (frame drawing/clearing)
6535
6536 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6537
6538         * inset.C (convertFont): delete method. not used.
6539
6540 2001-08-03  Juergen Vigna  <jug@sad.it>
6541
6542         * insettext.C (setFont): don't call for a draw update if we're just
6543         changing the cursor font!
6544
6545 2001-08-02  Juergen Vigna  <jug@sad.it>
6546
6547         * insettext.C (draw): clear the background with the right color if
6548         needed. Update myself if x&max-width changed and return without doing
6549         anything. Let the update code handle the right stuff.
6550
6551         * insetminipage.C (getMaxWidth): fixed returning of maxwidth when
6552         inside another inset.
6553
6554 2001-08-01  Juergen Vigna  <jug@sad.it>
6555
6556         * insetcollapsable.C (update): added an in_update bool so we avoid
6557         reentering.
6558
6559         * insettabular.C (update): added an in_update bool so we avoid
6560         reentering.
6561
6562         * insettext.C (insetButtonPress): hopefully fixed setselection/clear
6563         selection problem.
6564         (update): added an in_update bool so we avoid reentering.
6565
6566         * insettabular.C (localDispatch): clear col/row selection when doing
6567         something else inside an inset.
6568
6569         * insettext.C (getLyXText): fixed bug when requesting a recursive
6570         insettext!
6571
6572 2001-08-01  Angus Leeming  <a.leeming@ic.ac.uk>
6573
6574         * insetcite.C (latex): Paranoia check. Make sure that there is no
6575         whitespace between the citation keys.
6576
6577 2001-07-31  Juergen Vigna  <jug@sad.it>
6578
6579         * inset.h (nodraw): make the set function also const so that this
6580         can be called from inside other const functions.
6581
6582         * insetcollapsable.h: removed inline variable and moved it over
6583         to the only user InsetERT.
6584
6585         * insetcollapsable.C (insetButtonRelease): fixed uncollpasing the
6586         inset opening immediately therein lying insets dialogs!
6587
6588         * insetert.C (localDispatch): set the font also if we don't have any
6589         chars in this paragraph, otherwise if we delete all of em and start
6590         writing we have the wrong font.
6591         (inlined): added
6592         (draw): implemented for inline support
6593         (insetButtonRelease): ditto.
6594
6595 2001-07-30  Juergen Vigna  <jug@sad.it>
6596
6597         * insettext.C (reinitLyXText): new function to reinit the insets
6598         text after lot's of paragraph changes. Use this instead of the
6599         cache.clear() which is VERY dangerous.
6600
6601         * insetfloat.C (insetButtonRelease): we should only show the dialog
6602         if we press on the label otherwise we have problems to open mouse
6603         button 3 dialogs inside this float (f.ex. of a tabular!)
6604
6605 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6606
6607         * insetert.C: change back to "ERT"
6608
6609         * insetfloat.C: handliign of RMB on label added.
6610
6611 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6612
6613         * insetgraphicsParams.C: #include LOstream.h here.
6614
6615         * insetfoot.h: remove InsetFoot:: qualifier.
6616
6617 2001-07-29  Baruch Even  <baruch@lyx.org>
6618
6619         * ChangeLog: Hiding time travel evidence.
6620
6621         * insetgraphicsParams.h:
6622         * insetgraphicsParams.C:
6623         * insetgraphics.C: Added horizontal scale option, it actually
6624         scales both directions since it keeps image proportions.
6625
6626         * insetgraphics.C: Fixed EPS detection to be non-hacky.
6627
6628 2001-07-29  Baruch Even  <baruch@lyx.org>
6629
6630         * insetgraphics.C (decideOutputImageFormat): when doing postscript
6631         output convert PNG/GIF/JPG to EPS, assume the rest are EPS already.
6632
6633         HACKY! Will need to add an EPS detection routine like old InsetFig
6634         does!
6635
6636 2001-07-29  Baruch Even  <baruch@lyx.org>
6637
6638         * insetgraphics.C: Added EPSI to be an alias of EPS.
6639
6640 2001-07-29  Baruch Even  <baruch@lyx.org>
6641
6642         * insetgraphics.C: Change GRAPHICS to Graphics.
6643         Changed image conversion rules (documented at the beginning of file).
6644
6645 2001-07-28  Angus Leeming  <a.leeming@ic.ac.uk>
6646
6647         * insetert.C (get_new_label): int -> Paragraph::size_type to get
6648         std::min working.
6649
6650         * insetgraphics.C: added a using std::endl directive.
6651
6652         * insetcommand.h (getScreenLabel): removed pure virtual function,
6653         as it duplicates that in InsetButton.
6654
6655         * insetbib.[Ch] (getScreenLabel):
6656         * insetbutton.[Ch] (getScreenLabel):
6657         * insetcite.[Ch] (getScreenLabel):
6658         * insetert.[Ch] (getScreenLabel):
6659         * insetexternal.[Ch] (getScreenLabel):
6660         * insetfloatlist.[Ch] (getScreenLabel):
6661         * insetinclude.[Ch] (getScreenLabel):
6662         * insetindex.[Ch] (getScreenLabel):
6663         * insetlabel.h (getScreenLabel):
6664         * insetparent.[Ch] (getScreenLabel):
6665         * insetref.[Ch] (getScreenLabel):
6666         * insettoc.[Ch] (getScreenLabel):
6667         * inseturl.[Ch] (getScreenLabel): passed a Buffer const * parameter.
6668
6669         * insetcite.C (getScreenLabel): use this Buffer parameter in creating
6670         the label.
6671         (validate): remove check on "cite" when using natbib.
6672
6673 2001-07-26  Baruch Even  <baruch@lyx.org>
6674
6675         * insetgraphics.C (draw): changed casting to be in one place
6676         rather than all over the function.
6677
6678         * insetgraphics.h:
6679         * insetgraphics.C (read): Added compatibility reads of InsetFig.
6680
6681         * insetgraphicsParams.h:
6682         * insetgraphicsParams.C:
6683         * insetgraphics.C: Removed inline option and changed rotateAngle
6684         to float.
6685
6686 2001-07-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
6687
6688         * insetfoot.C (validate): Added method to ensure that the
6689         right bit of LaTeX is emitted.
6690
6691         * insetfoot.h: Added validate method to set the correct
6692         LaTeXFeatures bit for the special footnote code.
6693
6694 2001-07-26  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
6695
6696         * insetquotes.C (dispString): display the right ISO8859-{1,9,15}
6697         quotes
6698
6699 2001-07-27  Juergen Vigna  <jug@sad.it>
6700
6701         * inset.h: remove not used font variable in parameter.
6702         removed checkInsertChar in UpdatableInset as it was equal to
6703         the one in Inset and so not needed.
6704
6705         * insetert.C (checkInsertChar): implementation of function
6706         checkInsertChar.
6707
6708         * inset.h: added new function checkInsertChar.
6709
6710         * various files: added c-tor and clone() function.
6711
6712         * insetcollapsable.h: removed clone function here as this should
6713         be only realized in REAL insets and added it to all collapsable
6714         insets! (with the copy-constructor).
6715
6716 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6717
6718         * insetminipage.C (read): handle missing parameters more gracefully
6719
6720         * insetcollapsable.C (read): handel missing collapsed more gracefully
6721
6722 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6723
6724         * insetfloat.C (read): handle missing parameters.
6725
6726         * insettext.C (read): handle old latex end_inset
6727
6728         * insetert.C (setButtonLabel): new method
6729         (init): use it, to set the dynamic label correctly
6730         (read): use it
6731
6732         * Makefile.am (EXTRA_DIST): add files that is not part or the
6733         binary here.
6734
6735         * insetcollapsable.h: remove autocollapsable (no users), remove
6736         draw_label, change_label_with_text and companion code. Remove args
6737         from some methods.
6738         * insetert.[Ch]: move here instead (only user)
6739
6740         * inset.h: rename private variable name to name_, make
6741         selectNextWord return a const string. make getInsetName return a
6742         string const &. Remove bool from open, add close.
6743
6744         * Makefile.am: don't compile insetlist, insetsection
6745         and insettheorem
6746
6747 2001-07-24  Juergen Vigna  <jug@sad.it>
6748
6749         * insetert.C (InsetERT): put init after the paragraph initialization,
6750         as otherwise we don't set the draw_label right.
6751
6752         * insetcollapsable.C (insetMotionNotify): fixed opening/closing the
6753         insets with the mouse without having strange selections.
6754         (edit): if the inset was collapsed and we open it here then put the
6755         cursor always at the beginning of the inset.
6756         (get_new_label): 15 instead of 10 max chars in the label.
6757
6758         * insetert.C (localDispatch): added and handle various stuff we
6759         need to handle here (font setting on paragraph break, not permitted
6760         layout setting, etc.).
6761
6762         * inset.h: added default copy-consturctor and implemented this in
6763         various insets with the change to use this in the clone function!
6764
6765 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6766
6767         * insetminipage.C (InsetMinipage): set background color to red :)
6768
6769 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6770
6771         * insettext.C (insetUnlock): only set update to CLEAR_FRAME if
6772         draw frame mode is LOCKED.
6773
6774         * insetcollapsable.C (edit):
6775         (insetButtonRelease): set update status to full when
6776         opening inset.
6777
6778         * insettext.C (clearInset):
6779         * insettabular.C (draw):
6780         * insetlatexaccent.C (draw): honor background color.
6781
6782         * inset.h: new member background_color_, initialized to
6783         LColor::inherit.
6784
6785         * inset.C (backgroundColor): new method.
6786         (setBackgroundColor): new method.
6787
6788         * insetert.C (init): new method, called by the ctors.
6789         (InsetERT): when inserting contents, make sure the font is
6790         ALL_INHERIT.
6791
6792         * insetnote.C (InsetNote): when inserting content, remove trailing
6793         newline
6794         (init): set background color to LColor::note
6795
6796 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6797
6798         * insetcollapsable.C: adjust
6799
6800         * insetbutton.C: adjust
6801
6802 2001-07-23  Juergen Vigna  <jug@sad.it>
6803
6804         * insetcollapsable.h: removed widthCollapsed variable, LyXFont
6805         parameter on the _collapsed function (was not needed) and call
6806         always width_collapsed().
6807
6808         * insetert.C (InsetERT): use setLabel with "true" flag.
6809
6810         * insetcollapsable.C: modified various functions to set the draw_label
6811         string right in any condition.
6812         (setLabel): added a bool parameter to set change_label_with_text.
6813
6814         * insetcollapsable.h: added draw_label string which is set to the
6815         actual drawn label-string, while label is the original static label
6816         of this collapsable inset. Added bool change_label_with_text to set
6817         if we want that the label changes to the start of the InsetText's
6818         text when collabpsed. You can set this flag with the setLabel funciton.
6819         Added bool inlined for inlined collapsable insets, but not handled
6820         yet.
6821
6822         * insetcollapsable.C (get_new_label): added should get a new label
6823         from the InsetText beginning (for now 10 chars).
6824
6825 2001-07-21  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
6826
6827         * insetquotes.C (latex): fix the handling of french double quotes
6828         when not using the french pachage.
6829
6830 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6831
6832         * insetcollapsable.h: make WidthCollapsed mutable.
6833
6834         * insetindex.C (lyxCode): InsetIndex returns INDEX_CODE,
6835         InsetPrintIndex returns INDEX_PRINT_CODE.
6836
6837         * inset.h: add INDEX_PRINT_CODE
6838
6839         * insetcollapsable.C (draw): init widthCollapsed if necessary
6840         (width): ditto.
6841
6842         * insetquotes.C (width): use the local language, not the document
6843         language.
6844         (draw): ditto.
6845         (dispString): add additional spacing for all french languages,
6846         like fr_CA.
6847         (validate): make it work when there is no default language
6848
6849         * insetspecialchar.h: rename kind to kind_; add kind() accessor.
6850
6851         * insetnote.C (init): new method, called by the constructors
6852         (InsetNote): new constructor with contents passed as a string
6853
6854 2001-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6855
6856         * insetfootlike.C (insetAllowed): disallow float in footlike.
6857
6858         * insetert.C (InsetERT): add collapsed argument to the constrctor
6859         with contents.
6860
6861 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6862
6863         * insetindex.h: shut off warning
6864
6865 2001-07-20  Juergen Vigna  <jug@sad.it>
6866
6867         * insetcollapsable.C (update): recoded hopefully works now!
6868
6869 2001-07-19  Juergen Vigna  <jug@sad.it>
6870
6871         * most files: implemented the below new introduced function.
6872
6873         * inset.h: added new edit(BufferView *, bool front) method to be able
6874         to enter an inset from the front/back without knowing x/y positions
6875         and baselines inside the inset. So I just can tell the inset activate
6876         me and set the cursor on the front/back of yourself.
6877
6878 2001-07-18  Juergen Vigna  <jug@sad.it>
6879
6880         * insetcollapsable.C (edit): fixed hopefully the y parameter which
6881         is given to the InsetText.
6882         (insetButtonPress): ditto
6883         (insetButtonRelease): ditto
6884         (insetMotionNotify): ditto
6885
6886 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6887
6888         * insetspecialchar.[Ch]: change HYPHENATION_BREAK to
6889         LIGATURE_BREAK, since the name is so stupid.
6890
6891 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
6892
6893         * insetnote.[Ch]: (insertInset, insetAllowed): removed. Note now uses
6894         the default InsetCollapsable methods. I.e., it can insert anything.
6895         (write) output the name of the inset, not some silly hack for
6896         compatability with the old InsetInfo.
6897
6898         * insetinfo.[Ch]: removed.
6899         * insetnote.[Ch]: new files. InsetNote replaces InsetInfo. The inset is
6900         now collapsable, but functionality is otherwise identical to InsetInfo.
6901
6902         * Makefile.am: removed insetinfo.[Ch]. Added insetnote.[Ch].
6903
6904 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6905
6906         * insetspecialchar.[Ch]: add support for HYPHENATION_BREAK. some
6907         reformatting
6908
6909         * insetquotes.C: general cleanup
6910         (dispString): add spaces inside french double quotes.
6911         (latex): ditto. Moreover, treat first the case where the frenchb
6912         or french options have been given.
6913
6914 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
6915
6916         * insetcite.[Ch] (latex, validate): new methods, required for natbib
6917         support.
6918
6919 2001-07-19  Dekel Tsur  <dekelts@tau.ac.il>
6920
6921         * figinset.C (RegisterFigure): Print debug message only when
6922         current_view is available.
6923
6924 2001-07-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6925
6926         * many files: update to match the change below
6927
6928         * inset.h (insetAllowed): renamed from insertInsetAllowed;
6929         implement the version which takes an inset here.
6930
6931         * insetcollapsable.[Ch]: implement open and isOpen
6932
6933         * inset.h: remove insertInsetAllowed from Inset
6934         (open): new method, to open or close an inset
6935         (isOpen): returns the status of an inset
6936         (isCollapsable, colapse): removed
6937
6938 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
6939
6940         * insetquotes.C (dispString): display french guillemets when using
6941         ISO8859-15.
6942
6943 2001-07-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6944
6945         * insetcollapsable.h: remove bogus return statements
6946
6947 2001-07-18  Juergen Vigna  <jug@sad.it>
6948
6949         * insettabular.C (selectNextWord): fixed spellchecking for the
6950         first cell of a tabular (wasn't entered!)
6951         (getLyXText): changed to enter automatically insettext and return
6952         it's LyXText if we're locked.
6953
6954 2001-07-17  Juergen Vigna  <jug@sad.it>
6955
6956         * various files: implemented the below functions.
6957
6958         * inset.h: added functions
6959         - virtual string selectNextWord(BufferView *, float & value) const;
6960         - virtual void selectSelectedWord(BufferView *) { return; }
6961         - virtual void toggleSelection(BufferView *, bool /*kill_selection*/)
6962         needed for spellchecking correctly!
6963
6964 2001-07-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6965
6966         * insetert.C (latex): write out all paragraphs.
6967
6968 2001-07-17  Baruch Even  <baruch@lyx.org>
6969
6970         * insetgraphics.C (draw): Removed unneeded casts.
6971
6972 2001-07-16  Juergen Vigna  <jug@sad.it>
6973
6974         * insettext.C (update): fixed small oversight (reset lt to 0).
6975
6976 2001-07-14  Baruch Even  <baruch@lyx.org>
6977
6978         * insetgraphics.h:
6979         * insetgraphics.C: Added a copy c-tor and handled the same_id case.
6980
6981 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
6982
6983         Consistent use of Lsstream.h:
6984         * figinset.C: removed using std::ostringstream directive.
6985
6986         * insetgraphics.C (createLatexOptions):
6987         * insetinclude.C (unique_id):
6988         std::ostringstream -> ostringstream.
6989         * insettext.C (localDispatch): std::istringstream -> istringstream.
6990
6991 2001-07-13  Juergen Vigna  <jug@sad.it>
6992
6993         * insetfloat.C (insertInsetAllowed): added missing const_cast.
6994
6995         * insetcollapsable.C (getLockingInset): ditto.
6996
6997 2001-07-12  Juergen Vigna  <jug@sad.it>
6998
6999         * insetcollapsable.h: added implementation of new function for
7000         collapsable status.
7001
7002         * various files: added implementation of new insertInsetAllowed-func
7003         and redone the function a bit more.
7004
7005         * inset.h: added isCollapsable(), bool collapsed(),
7006         collapsed(BufferView *, bool) and insertInsetAllowed(Inset::Code).
7007
7008         * insetfloat.C (insertInsetAllowed): make a bit more checks.
7009
7010         * insettext.C (getLyXText): use 'lt' to assure we're not erasing the
7011         LyXText which is marked for removal while we're using it!
7012
7013         * insettext.h: added private LyXText * lt to use it to assure we are
7014         not deleting our LyXText while we're using it!
7015
7016 2001-07-11  Juergen Vigna  <jug@sad.it>
7017
7018         * insettext.C (insertInset): check if we are before the inset after
7019         inserting it! This check IS needed. Remove the Undo-Call as it is
7020         called in LyXText::insertInset!
7021
7022         * insettext.h: added struct InnerCache.
7023
7024         * insettext.C (deleteLyXText): insert a new InnerCache mechanism so
7025         that we ONLY delete the LyXText in the getLyXText() routine. So we
7026         are sure we don't delete LyXText while someone is working with it!
7027
7028 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7029
7030         * insetexternal.C: (*it). -> it->
7031         * insettext.C: ditto
7032
7033 2001-07-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7034
7035         * insetcollapsable.C (edit): always open collapsed insets (even if
7036         they are not autocollapsable)
7037
7038         * insetcommand.C (operator=): simplify.
7039
7040 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7041
7042         * insetert.C (latex): handle META_NEWLINE
7043
7044 2001-07-09  Juergen Vigna  <jug@sad.it>
7045
7046         * insetert.h: a normal InsetText can insert insets, but we won't.
7047
7048         * inset.h: return default "false" on insertInsetAllowed and implement
7049         this function where a returnvalue != "false" is needed.
7050
7051 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7052
7053         * insetert.C (InsetERT): new contructor
7054
7055 2001-07-06  Juergen Vigna  <jug@sad.it>
7056
7057         * a lot of files: added implementation of the below new functions
7058         and the change to clone(). Also the call of the new undo-functions
7059         where needed.
7060
7061         * inset.h: added an inset_id, added functions getParFromID,
7062         getInsetFromID, firstParagraph, cursor and id functions, added
7063         bool same_ids to clone function.
7064
7065 2001-07-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7066
7067         * insettext.[hC]: make cached_text a shared_ptr, make Cache be a map
7068         of BufferView * and shared_ptr<LyXText>
7069
7070 2001-07-05  Juergen Vigna  <jug@sad.it>
7071
7072         * insettext.C (clear): deleted also the cache not only LyXText.
7073         (setParagraphData): ditto.
7074
7075 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7076
7077         * insetfloat.C (latex): let the specific placement take presedence
7078         if set, otherwise choose document placement if set, otherwise just
7079         use float default placement.
7080
7081 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7082
7083         * insettext.C (localDispatch): call CutAndPaste::'s static method
7084         directly.
7085
7086 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7087
7088         * insetbib.C: no meed to include forms.h here.
7089
7090 2001-07-03  Angus Leeming  <a.leeming@ic.ac.uk>
7091
7092         * insettext.C: added using std::make_pair directive.
7093
7094 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7095
7096         * insettext.C (getLyXText): avoid multiple lookups, and simplify
7097         slightly
7098         (deleteLyXText): ditto
7099         (resizeLyXText): ditto
7100
7101 2001-07-02  Juergen Vigna  <jug@sad.it>
7102
7103         * insettext.C (getLyXText): introduce a cache in getLyXText so that
7104         following calls are only returned the right pointer without the over
7105         head to search in the map.
7106         (various funcs): reset the cached_bview variable as this signs that
7107         the cache is not valid anymore.
7108
7109 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7110
7111         * insettabular.C (clone): do not copy the LyXTabular twice
7112
7113 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7114
7115         * insettext.h (TEXT): delete method
7116
7117 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7118
7119         * insetmarginal.C (latex):
7120         * insetfoot.C (latex): fix spacing of notes in LaTeX
7121
7122         * insettext.C (localDispatch): use .c_str() on istringstream
7123         constructor argument.
7124
7125 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
7126
7127         * insettoc.h:
7128         * insettoc.C:
7129         * inseturl.h:
7130         * inseturl.C: fix method names in these to begin
7131           with small char too, so they inherit
7132
7133 2001-06-28  Juergen Vigna  <jug@sad.it>
7134
7135         * insettext.C (setFont): fixed font settings using toggleFree()
7136         instead of setFont().
7137
7138 2001-06-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7139
7140         * Change a lot of method names to begin with a small char.
7141         Changes to a lot of files because of this.
7142
7143 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7144
7145         * insetfloatlist.C (Write): std:: qualify ostream
7146         (Latex): ditto
7147
7148 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
7149
7150         * figinset.C:
7151         * inset.C:
7152         * insetgraphics.C: send debug output to Debug::INFO instead of
7153         Debug::ANY.
7154
7155 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
7156
7157         * insettabular.h:
7158         * insettabular.C (getStatus): update to use func_status
7159
7160 2001-06-26  ben <nicolas.marsgui@libertysurf.fr>
7161
7162         * insetref.C (DocBook): added support for cross-references without
7163         a name.
7164
7165 2001-06-26  The LyX Project  <jug@sad.it>
7166
7167         * insetref.C:
7168         * insetref.h:
7169         * insetlabel.C:
7170         * insetlabel.h: removed escape method and moved it to
7171         support/lstrings.h.
7172
7173 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7174
7175         * insettabular.C (getMaxWidth): do the speedup in a different way,
7176         remove dead code
7177
7178 2001-06-24  The LyX Project  <Asger>
7179
7180         * insettabular.C (getMaxWidth): We cache a mapping from
7181         inset to cell in order to speed this method up.
7182
7183 2001-06-24  The LyX Project  <Asger>
7184
7185         * insettext.C: Optimized InsetText::draw or something.
7186
7187 2001-06-23  The LyX Project  <lyx@rose.home.sad.it>
7188
7189         * insettext.C (LocalDispatch): fixed inserting of 'normal chars'
7190
7191 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7192
7193         * inset.h: name change from lyxinset.h
7194
7195 2001-06-22  Dekel Tsur  <dekelts@tau.ac.il>
7196
7197         * insetfloat.C (Validate): Add a call to InsetCollapsable::Validate
7198
7199 2001-06-14  Juergen Vigna  <jug@sad.it>
7200
7201         * insettext.C (draw): removed warnings.
7202
7203 2001-06-13  Juergen Vigna  <jug@sad.it>
7204
7205         * insettabular.C (nodraw): only go down the tree if we don't have
7206         that flag set otherwise it's obvious that we don't want to draw.
7207         (LocalDispatch): do also an update if we have an undispached result.
7208
7209 2001-06-19  Angus Leeming  <a.leeming@ic.ac.uk>
7210
7211         * insetcite.C:
7212         * insetgraphicsParams.C:
7213         * insettext.C: removed // -*- C++ -*- as first line.
7214
7215 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7216
7217         * lyxinset.h (resizeLyXText): shut off warning about unused
7218         parameter "force"
7219
7220 2001-06-07  Juergen Vigna  <jug@sad.it>
7221
7222         * insettext.C (resizeLyXText): honor the new force flag.
7223
7224         * lyxinset.h: add 'bool force' parameter to resizeLyXText(...)
7225
7226         * insettabular.C (deleteLyXText): new function
7227
7228 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
7229
7230         * insettheorem.C:
7231         * insetminipage.C:
7232         * insetlist.C:
7233         * insetfootlike.C:
7234         * insetfloat.C:
7235         * insetert.C:
7236         * insetcollapsable.C:
7237         * insetcaption.C: LColor tidy
7238
7239 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7240
7241         * figinset.C: fix typo
7242
7243 2001-06-01  Juergen Vigna  <jug@sad.it>
7244
7245         * insettabular.C (resetPos): small hack so that scroll is not set to
7246         0 when we are in the last column of a tabular. This is a problem we
7247         have because of constats 20 offset on both directions, so this can
7248         cause on the limit an endless loop.
7249
7250         * insettext.C (SetFont): forgot that we can have locking insets ;)
7251
7252 2001-05-31  Juergen Vigna  <jug@sad.it>
7253
7254         * insettabular.C (LocalDispatch): small fix for LFUN_TAB.
7255
7256 2001-05-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7257
7258         * figinset.C: add using std:: directive for the C functions which
7259         need that.
7260
7261 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7262
7263         * insetfloat.C (Write): write out wide info
7264         (Read): read the wide info
7265         (Latex): use the wide info when creating latex.
7266
7267         * insettext.C: adjust
7268
7269         * insetgraphics.[Ch] (statusMessage): change to return string
7270         (width): adjust
7271         (draw): adjust
7272
7273         * figinset.C (runqueue): add std::
7274         (Recompute): ditto
7275
7276 2001-05-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7277
7278         * insetcite.C (Ascii): add std:: qualifier
7279
7280 2001-05-28  Juergen Vigna  <jug@sad.it>
7281
7282         * insettext.C (resizeLyXText): clear LyXText ONLY if we don't have
7283         a endless-width inset (maxWidth < 0).
7284         (Edit): change language only if not equal.
7285
7286         * insettabular.C (resetPos): call UpdateLocal only on REAL scroll!
7287
7288         * insettext.C (draw): fixed draw/clear of InsetText-Frame
7289
7290 2001-05-16  Juergen Vigna  <jug@sad.it>
7291
7292         * insettext.C (selectAll): added
7293         (clearSelection): added
7294
7295         * insettabular.C (SetFont): now we may set a font on a whole selection!
7296         (getSelection): added helper function.
7297
7298 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
7299
7300         * insetcite.C (Ascii): Add method.
7301
7302 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
7303
7304         * figinset.C:
7305         * insetbib.C: fix path for OS/2 & Win32
7306
7307 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7308
7309         * insetfoot.C (Latex): don't use % after footnote.
7310
7311 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7312
7313         * insettext.C (Read): use clear
7314         (SetParagraphData): use LyXParagraph copy constructor instead of clone
7315
7316 2001-05-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7317
7318         * insetfloatlist.h: add a bunch of std:: qualifiers.
7319
7320 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7321
7322         * lyxinset.h: remve LOF_CODE, LOT_CODE, LOA_CODE, add
7323         FLOAT_LIST_CODE, renumber code list.
7324
7325         * insettoc.C (getScreenLabel): remove support for float lists
7326         (LyxCode): ditto
7327         (Ascii): ditto
7328
7329         * insetfloatlist.[Ch]: new files
7330
7331         * Makefile.am (libinsets_la_SOURCES): add insetfloatlist.[Ch]
7332
7333 2001-04-27  Angus Leeming  <a.leeming@ic.ac.uk>
7334
7335         * insettabular.C (LocalDispatch):
7336         * insettext.C (LocalDispatch): getClipboard() is now a BufferView
7337         method
7338
7339 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7340
7341         * insettext.C: remvoe !NEW_INSETS cruft
7342
7343         * insettabular.C: remove !NEW_INSETS cruft
7344
7345         * insetcollapsable.h: remove !NEW_INSETS cruft
7346
7347         * insetbib.C: remove !NEW_INSETS cruft
7348
7349 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7350
7351         * insettoc.C: hack to make listof algorithm work
7352
7353 2001-04-20  Juergen Vigna  <jug@sad.it>
7354
7355         * insettext.C (Edit): call checkAndActivateInset with y=0 if y < 0.
7356
7357 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7358
7359         * insetquotes.C (Latex): improve the guard against
7360         unwanted !` and ?` ligatures. This should really be done in
7361         another place (to catch all this ligatures at low-level).
7362
7363 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7364
7365         * insettext.C (init): remvoe leftovers from cursor_visible change
7366         (draw): use c++ cast
7367         (LocalDispatch): dispatch LFUN_MESSAGE
7368
7369         * insettabular.C (InsetTabular): remove leftovers from
7370         cursor_visible, and scoped_ptr changes
7371         (draw): use c++ cast
7372
7373         * insetcollapsable.C (draw): use c++ cast
7374
7375         * ExternalTemplate.h: inherit privaely from noncopyable
7376         * insetcommand.h: ditto
7377         * insetinclude.h: ditto
7378
7379 2001-04-16  Allan Rae  <rae@lyx.org>
7380
7381         * insettoc.C (Ascii):
7382         * insettext.C (draw):
7383         * insettabular.C (setPos):
7384         * insetminipage.C (Read):
7385         * insetfloat.C (placement):
7386         * insetcaption.C (Ascii, DocBook):
7387         * figinset.C (runqueue): #warning triggers an error on Sun CC 6.0 as
7388         an unrecognised preprocessor directive.  So ensure they're wrapped.
7389
7390 2001-04-06  John Levon  <moz@compsoc.man.ac.uk>
7391
7392         * insetexternal.h:
7393         * insetexternal.C: set view on Clone. Add _ to private members.
7394
7395 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7396
7397         * insettext.C (InsetText): fix new
7398         (InsetText): reindent some, simplify deletion of par list
7399         (clear): simplify deletion of par list, fix new
7400         (SetParagraphData): simplify deletion of par list
7401
7402         * insettabular.[Ch] (getLabelList): implement new method
7403
7404 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7405
7406         * lyxinset.h: do not include gettext.h...
7407
7408         * inset.C:
7409         * insetcaption.C:
7410         * insetexternal.C:
7411         * insetgraphics.C:
7412         * insetindex.C:
7413         * insetlabel.C:
7414         * insetlatexaccent.C:
7415         * insetminipage.C:
7416         * insetquotes.C:
7417         * insettabular.C:
7418         * inseturl.C: ... and do it here instead
7419
7420 2001-04-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7421
7422         * insetcollapsable.[Ch] (getLabelList): add std:: on vector<string>
7423
7424         * insettext.[Ch] (getLabelList): add std:: on vector<string>
7425
7426         * insetcollapsable.[Ch] (getLabelList): implement
7427
7428         * insettext.[Ch] (getLabelList): implement
7429
7430         * insettext.h: reindent
7431
7432         * insettabular.h: make tabular a scoped_ptr
7433
7434         * insettext.C (init): adjust for cursor_visible
7435         (ToggleInsetCursor): constify asc and desc, font, adjust for
7436         cursor_visible
7437         (ShowInsetCursor): constify asc and desc, font, adjust for
7438         cursor_visible
7439         (HideInsetCursor): adjust for cursor_visible
7440
7441         * insettabular.C: reindent some
7442         (InsetTabular): adjust for scoped_ptr and cursor_visible
7443         (InsetTabular): ditto
7444         (~InsetTabular): delete delete
7445         (Clone): adjust for scoped_ptr
7446         (Read): constify old_format, adjust for scoped_ptr, move init of
7447         token
7448         (draw): constify tx, localize loop vars.
7449         some other localization of variables, remove double initilizatons.
7450
7451         * insetfoot.C: remove using std::ostream, add ostream where needed
7452
7453 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7454
7455         * lyxinset.h: some reindentaion, use initializer list for
7456         constructro.
7457         UpdatableInset: make cursor_visible a private var add
7458         public isCursorVisible(), add protected toggleCursorVisible() and
7459         proctected setCursorVisible(bool), make scroll call the Inset::scroll
7460
7461         * insettoc.C: remvoe using decl
7462         (getScreenLabel): make cmdname donst
7463         (LyxCode): ditto
7464         (Ascii): ditto
7465         (Ascii): don't use endl
7466
7467         * insetfootlike.C: remove using decl at file scope and add std::
7468         where needed
7469         * insetmarginal.C: ditto
7470
7471         * insetfoot.C: some reformatting
7472
7473         * insetfloat.C (InsetButtonRelease): adjust the hit area
7474
7475         * insetert.C (SetFont): some reformatting
7476
7477         * insetcollapsable.C: some reformatting and constification
7478         (Clone): comment out.
7479         * insetcollapsable.h: some reformatting
7480         (Clone): comment out.
7481
7482         * inset.C: reindent
7483         (scroll): simplify
7484
7485 2001-03-30  Juergen Vigna  <jug@sad.it>
7486
7487         * insetcollapsable.h: changen *inset to be a InsetText inset.
7488
7489         * some files: changed to reflect the above change.
7490
7491 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
7492
7493         * insetexternal.[Ch]: renamed InsetExternal::InsetExternalParams as
7494         InsetExternal::Params.
7495         Added operator==() and operator!=() for the Params struct.
7496
7497 2001-03-29  Juergen Vigna  <jug@sad.it>
7498
7499         * lyxinset.h: changed parameter of getMaxWidth from Painter & to
7500         BufferView *.
7501
7502         * insetminipage.C: removed widthp_ and all it's functions and changed
7503         to use new %-lengths of LyXLength.
7504
7505 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
7506
7507         * figinset.[Ch]: changed headers lyx.h, form1.h -> figure_form.h.
7508
7509 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
7510
7511         * insetgraphicsParams.C (operator!=): new function, needed by the
7512         ControlGraphics class.
7513
7514 2001-03-28  Juergen Vigna  <jug@sad.it>
7515
7516         * insettext.C (InsetButtonPress): only enter !inset if button == 2
7517         (checkAndActivateInset): don't use the values returned from
7518         call to bv->checkInsetHit.
7519
7520         * insetminipage.C (Clone): set special minipage values.
7521
7522         * insetcollapsable.C (draw): changed to draw the button in the
7523         upper left corner outside the textinset.
7524         (ascent): changed because of different drawing
7525         (descent): ditto
7526         (width): ditto
7527         (Edit): ditto
7528         (InsetButtonPress): ditto
7529         (InsetButtonRelease): ditto
7530         (InsetMotionNotify): ditto
7531
7532 2001-03-27  Dekel Tsur  <dekelts@tau.ac.il>
7533
7534         * figinset.C (GetPSSizes): Fix for the case when filename doesn't
7535         contain a suffix.
7536         (Clone): ditto
7537
7538 2001-03-26  Juergen Vigna  <jug@sad.it>
7539
7540         * lyxinset.h: added ShowInsetDialog() function in UpdatableInset.
7541
7542         * insettext.C (ShowInsetDialog): implemented above function.
7543
7544         * insettabular.C (ShowInsetDialog): ditto
7545
7546         * insetminipage.C (ShowInsetDialog): ditto
7547
7548 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
7549
7550         * insetinclude.[Ch]: rename InsetInclude::InsetIncludeParams as
7551         InsetInclude::Params. Don't store a buffer * in Params. Store the
7552         master file name instead.
7553
7554 2001-03-23  Juergen Vigna  <jug@sad.it>
7555
7556         * insetcollapsable.C (InsetMotionNotify):
7557         (InsetButtonRelease):
7558         (InsetButtonPress): fixed y-offset (minipages).
7559
7560         * insettext.C (draw): force a FULL update if cleared == true.
7561
7562         * insetcollapsable.C (draw): Lars forgotten entry for changing this
7563         routine to draw the minipages on its position-flag.
7564         (InsetInInsetY): give back the right y position, because of minipage
7565         position-flag.
7566
7567 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
7568
7569         * insetfloat.h
7570         * insetfloat.C (DocBook): docbook export code.
7571
7572 2001-03-22  Juergen Vigna  <jug@sad.it>
7573
7574         * insetminipage.C (getMaxWidth): added function to set the drawing
7575         width!
7576         (Read): should work now!
7577
7578         * insetcollapsable.C (InsetCollapsable): default is now NOT collapsed
7579         if we create a new inset.
7580
7581 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
7582
7583         * figinset.C (fl_set_preemptive_callback): moved definition outside
7584         of namespace anon.
7585
7586 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
7587
7588         * insetminipage.C (Read): prepare for reading of minipage arguments.
7589
7590 2001-03-18  Baruch Even  <baruch@lyx.org>
7591
7592         * insetgraphics.C: Minor cleanups of the comments and code.
7593
7594 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
7595
7596         * insetminipage.C (InsetMinipage): default to not collapsed
7597
7598 2001-03-16  Juergen Vigna  <jug@sad.it>
7599
7600         * insetminipage.C (width): modified with to be a string
7601         (widthp): added widthp (for % width) support functions.
7602         (InsetButtonRelease): added to open the options dialog on button==3.
7603         (~InsetMinipage): added to hide the dialog.
7604
7605         * insetminipage.h: added hideDialog signal
7606
7607 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
7608
7609         * insetminipage.h: change the order or Position to match
7610         LyXParagraph::MINIPAGE_ALIGNMENT
7611
7612         * several files: remvoe CXX_WORKING_NAMESPACES
7613
7614         * ExternalTemplate.h: noncopyable is in namespace boost
7615         * insetinclude.h: ditto
7616         * insetcommand.h: ditto
7617
7618 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
7619
7620         * insettext.C (Edit): #else# -> #else.
7621         * insettoc.C: added using directive.
7622
7623 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
7624
7625         * insetminipage.h: add pos, inner_pos, width and height. + getters
7626         and setters for all of them.
7627
7628 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
7629
7630         * insetinclude.C (Latex): Do not exit when the textclass of the
7631         included file differ from the textclass of the parent file.
7632
7633 2001-03-12  Angus Leeming  <a.leeming@ic.ac.uk>
7634
7635         * ExternalTemplate.C (read): the reading of external insets now checks
7636         for \end_inset and removes it form the input stream.
7637
7638 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
7639
7640         * ExternalTemplate.h:
7641         * ExternalTemplate.C:
7642         * insetexternal.h:
7643         * insetexternal.C: move form to GUII
7644
7645 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
7646
7647         * insetinclude.h:
7648         * insetinclude.C: add InsetIncludeParams, use
7649         composition rather than derivation of InsetCommand
7650
7651 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
7652
7653         * insettoc.C (Ascii): use the Buffer typedefs
7654
7655 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
7656
7657         * insettoc.C (Ascii): implement for dynamic number of lists
7658
7659         * insetcaption.[Ch]: update from new_insets branch
7660         * insetfloat.[Ch]: ditto
7661
7662 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
7663
7664         * insetexternal.C:
7665         * figinset.C: use new File Dialog
7666
7667 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
7668
7669         * insettext.C: changes becuase of ParagraphParameters.
7670
7671 2001-02-28  Baruch Even  <baruch@ev-en.org>
7672
7673         * insetgraphics.C (updateInset): Changed due to the change in
7674         GraphicsCache.
7675
7676 2001-02-26  Juergen Vigna  <jug@sad.it>
7677
7678         * insettext.C (SetFont): Set Undo only if we have selection (as it is
7679         handled in LyXText).
7680
7681 2001-02-23  Juergen Vigna  <jug@sad.it>
7682
7683         * insettext.C (draw): some small repainting fixes.
7684         (LocalDispatch): put the sel_cursor stuff after the insert of chars.
7685
7686         * inset.C (LocalDispatch): changed action to be a kb_action (as it
7687         should be) and not an int.
7688
7689         * insettabular.C (LocalDispatch): ditto
7690
7691         * insettext.C (LocalDispatch): ditto
7692
7693         * insetcollapsable.C (LocalDispatch): ditto
7694
7695 2001-02-22  Juergen Vigna  <jug@sad.it>
7696
7697         * insettabular.C (LocalDispatch): return DISPATCHED if we cannot
7698         DISPATCH it and we don't have a locking_inset.
7699
7700 2001-02-21  Baruch Even  <baruch@ev-en.org>
7701
7702         * insetgraphics.[Ch]: Changed to use
7703         boost::shared_ptr<GraphicsCacheItem> instead of GraphicsCacheItem *.
7704
7705 2001-02-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7706
7707         * insetcollapsable.C (getLyXText): add const qualifier to second
7708         parameter.
7709
7710 2001-02-22  Juergen Vigna  <jug@sad.it>
7711
7712         * insettext.C (getLyXText): honor the recursive parameter.
7713         (SetUpdateStatus): set need_update to CURSOR_PAR if LyXText needs it.
7714
7715         * inset.C (getLyXText): added bool recursive parameter.
7716
7717         * insettext.C (SetUpdateStatus): or the update codes.
7718         (draw): check need_update with &.
7719         (InsetButtonPress): set no_selection to not put a selection when
7720         entering an inset and it is redraws in another spot.
7721
7722         * insettext.h: made need_update an int.
7723
7724 2001-02-20  Baruch Even  <baruch@ev-en.org>
7725
7726         * insetgraphics.h:
7727         * insetgraphisc.C: Changed to use better semantics when loading images
7728         for inline view. Now it doesn't keep the pixmap itself but it's holder.
7729
7730 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
7731
7732         * insetcommand.h:
7733         * inseterror.h:
7734         * insetgraphics.C: change name of "hide" signal to "hideDialog",
7735         consistent with InsetTabular.
7736
7737 2001-02-19  Juergen Vigna  <jug@sad.it>
7738
7739         * insettabular.C (LocalDispatch): implement PAGE up/down.
7740
7741         * insettext.C (draw): clear all of it on need_update==INIT too!
7742
7743         * insettabular.C (InsetUnlock): always clear the selection.
7744
7745         * inset.C (scroll): normally we only want to scroll the inset until
7746         it is fully visible so if top_x + offset > 20 then just set scx to 0.
7747
7748 2001-02-14  Juergen Vigna  <jug@sad.it>
7749
7750         * insettabular.C (LocalDispatch): remove x_fix as it is not used.
7751         (resetPos): fixed scroll behaviour.
7752         (LocalDispatch): do an update if moving cursor inside a table cell
7753         requests a scroll of the tabular.
7754
7755 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
7756
7757         * insettext.C (textWidth): constify local var
7758
7759         * insettabular.C: small cleanup.
7760
7761         * insetfoot.C (Latex): constify local var
7762
7763         * insetcollapsable.C: small cleanup.
7764
7765         * figinset.C (runqueue): use compare instead of strcmp
7766
7767 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
7768
7769         * insettext.C:
7770         * insetinfo.C: remove cruft
7771
7772 2001-02-14  Juergen Vigna  <jug@sad.it>
7773
7774         * insettext.C (SetUpdateStatus): added a BufferView * parameter.
7775
7776 2001-02-13  Juergen Vigna  <jug@sad.it>
7777
7778         * insettext.C (InsertInset): don't move left (is this right?)
7779
7780         * insettabular.C (LocalDispatch): use of the no_draw variable
7781
7782         * insettabular.h: new no_draw variable to stop redraw
7783
7784         * insettabular.C (TabularFeatures): fixed update for alignment change
7785
7786 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
7787
7788         * insetinclude.C:
7789         * insetbib.h:
7790         * insetbib.C: move dialogs to frontends/
7791
7792 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
7793
7794         * insettext.C (LocalDispatch): Restore the language if the inset
7795         becomes empty.
7796
7797 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
7798
7799         * insettext.C (moveRightIntern): Update the selection cursor.
7800         (moveLeftIntern): Ditto.
7801
7802 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7803
7804         * Makefile.am: remove BoundingBox.h
7805
7806         * BoundingBox.h: removed
7807
7808 2001-02-08  Dekel Tsur  <dekelts@tau.ac.il>
7809
7810         * insettext.C (LocalDispatch): Update selection cursor when moving
7811         cursor to the right.
7812         (moveRightIntern): Call to CursorRight with 2 argument eqaul to false.
7813         (moveLeftIntern): Ditto.
7814
7815 2001-02-05  Baruch Even  <baruch.even@writeme.com>
7816
7817         * insetgraphics.C: Updated automatic image conversion, it now goes into
7818         temporary directory instead of with the image itself.
7819
7820 2001-01-21  Baruch Even  <baruch@ev-en.org>
7821
7822         * insetgraphics.C: Added Docbook support. Added Automatic image
7823         conversion to EPS or PNG when needed (support bitmap graphics).
7824
7825 2000-11-02  Baruch Even  <baruch@ev-en.org>
7826
7827         * insetgraphics.C:
7828         * insetgraphiscParams.C: Some cleaning up, changing from std::endl
7829         to '\n' and removal of commented out code.
7830
7831 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
7832
7833         * insetbib.C (callback): Update citations if the key has changed.
7834
7835 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
7836
7837         * insetbib.C (InsetBibKey): Better computation of default key.
7838         (getScreenLabel) Show both the key and the label.
7839         (getBibLabel): New method.
7840         (callback): Force a redraw if the inset have been changed.
7841
7842 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
7843
7844         * insetref.C (getType, getName): Move methods from
7845         src/frontends/xforms/FormRef.C.
7846
7847 2001-01-12  Dekel Tsur  <dekelts@tau.ac.il>
7848
7849         * insettabular.C: Various improvements (use only one dummy position).
7850
7851 2001-01-25  Dekel Tsur  <dekelts@tau.ac.il>
7852
7853         * insetbib.C (bibitemWidest): Use lyxfont::width instead of
7854         par->bibkey->width. This fixes the crashes when running without
7855         gui or when having included documents.
7856
7857 2001-01-22  Dekel Tsur  <dekelts@tau.ac.il>
7858
7859         * insetcommand.C (getAsString, setFromString): Cleanup.
7860
7861 2001-01-21  Dekel Tsur  <dekelts@tau.ac.il>
7862
7863         * insetref.C: Add the array InsetRef::types that contains
7864         information about all supported reference types.
7865
7866 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7867
7868         * lyxinset.h: remove trailing comma in enum.
7869
7870 2001-01-17  John Levon  <moz@compsoc.man.ac.uk>
7871
7872         * insettext.C: kill LyXBell.