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