]> git.lyx.org Git - lyx.git/blob - src/insets/ChangeLog
Hope I *now* get it right...
[lyx.git] / src / insets / ChangeLog
1 2003-07-28      Martin Vermeer  <martin.vermeer@hut.fi>
2         * insetnote.C: Umpf. Hope I *now* get it right :-(
3
4 2003-07-28      Martin Vermeer  <martin.vermeer@hut.fi>
5         *insetnote.C: did the right fix to greyedout: \color 
6         instead of \textcolor.
7
8 2003-07-28  Angus Leeming  <leeming@lyx.org>
9
10         * insetbibtex.h: remove extraneous forward declaration.
11
12         * insetbibitem.h:
13         * insetbibtex.h: Also remove long-dead Holder member class 
14         and variable.
15
16 2003-07-27  Martin Vermeer  <martin.vermeer@hut.fi>
17
18         * insetbase.h: add #include <memory> needed by gcc 2.95.2 at
19         least.
20
21 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
22
23         * insetwrap.C (addToToc): adjust for lyx::toc
24
25         * insetfloatlist.C (ascii): adjust for lyx::toc
26
27         * insetfloat.C (addToToc): adjust for lyx::toc
28
29 2003-07-27  José Matos  <jamatos@fep.up.pt>
30
31         * insetnote.h (linuxdoc,docbook): update support.
32
33 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
34
35         * insetfloat.C (wide): add a space to label, for consistency
36
37 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
38
39         * insettext.C (nextChange): adjust for lyx::find
40         (searchForward): ditto
41         (searchBackward): ditto
42
43 2003-07-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
44
45         * insetgraphicsParams.C:
46         * insetexternal.C: declare extern displayTranslator
47
48         * insetexternal.C:
49         * renderers.C: add #include "support/LAssert.h"
50
51 2003-07-27  José Matos  <jamatos@fep.up.pt>
52
53         * insetfloat.[Ch] (linuxdoc):
54         * insetgraphics.C (linuxdoc):
55         * insettabular.C (linuxdoc):
56         * insettext.[Ch] (linuxdoc): add support for tables and figures
57         (linuxdoc).
58
59 2003-07-27  José Matos  <jamatos@fep.up.pt>
60
61         * insetinclude (latex): comply with makeLaTeXFile argument change.
62
63 2003-07-26  Asger Alstrup  <alstrup@local>
64
65         * insettext.C (reinitLyXText): Get rid of updateLocal which causes
66         the undo crashes. We'll see what problems other places this will
67         cause.
68
69 2003-07-26  Angus Leeming  <leeming@lyx.org>
70
71         * insetgraphics.C: remove unused declaration of system_tempdir.
72
73 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
74
75         * rename Inset to InsetOld
76
77         * all inset files (clone): return a auto_ptr<InsetBase>
78
79 2003-07-23  Angus Leeming  <leeming@lyx.org>
80
81         * insetexternal.[Ch] (setParams): pass it a Buffer const *.
82
83 2003-07-23  Angus Leeming  <leeming@lyx.org>
84
85         * mailinset.[Ch] (inset2string):
86         * insetcommand.[Ch] (inset2string):
87         * insetert.[Ch] (inset2string):
88         * insetexternal.[Ch] (inset2string):
89         * insetfloat.[Ch] (inset2string):
90         * insetgraphics.[Ch] (inset2string):
91         * insetinclude.[Ch] (inset2string):
92         * insetminipage.[Ch] (inset2string):
93         * insetnote.[Ch] (inset2string):
94         * insettabular.[Ch] (inset2string):
95         * insetwrap.[Ch] (inset2string): now requires a Buffer const & arg.
96
97         * insetexternal.[Ch]:
98         * insetgraphics.[Ch]: get rid of the view() function. Associated
99         changes to the mailers' string2params and params2string functions.
100
101 2003-07-23  Angus Leeming  <leeming@lyx.org>
102
103         * insetexternal.[Ch]: store the external file name in a FileName
104         member variable rather than a string + associated changes.
105
106 2003-07-21  Angus Leeming  <leeming@lyx.org>
107
108         * insetgraphicsParams.[Ch]: store the graphics file name in
109         a FileName member variable rather than a string.
110
111         * insetgraphics.[Ch]:
112         * insetgraphicsParams.[Ch]: Associated changes.
113
114 2003-07-21  Angus Leeming  <leeming@lyx.org>
115
116         * insetgraphics.[Ch] (string2params, params2string): passed a
117         buffer_path argument.
118         (view): new method.
119
120 2003-07-21  Angus Leeming  <leeming@lyx.org>
121
122         * insetexternal.C:
123         * insetgraphicsParams.[Ch]:
124         * insetinclude.C:
125         * renderers.C: use namespace lyx::graphics rather than grfx shortcut.
126
127 2003-07-21  Martin Vermeer  <martin.vermeer@hut.fi>
128
129         * insetnote.C: fixed greyout and conditionals layout foul-ups.
130
131 2003-07-18  André Pönitz  <poenitz@gmx.net>
132
133         * insetert.[Ch]:
134         * insetminipage.[Ch]:
135         * insettabular.[Ch]:
136         * insettext.[Ch]:
137         * insetwrap.[Ch]:
138         * updatableinset.[Ch]: remove unneeded Inset::getMaxWidth()
139
140 2003-07-18  André Pönitz  <poenitz@gmx.net>
141
142         * inset.[Ch]:
143         * insetbibitem.C:
144         * insetcollapsable.C:
145         * insetcommand.C:
146         * insetert.C:
147         * insetexternal.C:
148         * insetgraphics.[Ch]:
149         * insetlatexaccent.[Ch]:
150         * insetminipage.C:
151         * insetnewline.C:
152         * insetquotes.C:
153         * insetspace.C:
154         * insetspecialchar.C:
155         * insettabular.[Ch]:
156         * insettext.[Ch]:
157         * updatableinset.C: two-phase-drawing for InsetText & InsetTabular
158
159 2003-07-17  André Pönitz  <poenitz@gmx.net>
160
161         * insetcollapsable.C:
162         * insettabular.C:
163         * insettext.C: don't call Inset::update() anymore
164
165         * insettext.[Ch]:
166         * insettabular.[Ch]: remove unneeded in_update_ members
167
168         * insettext.[Ch]: remove unneeded InsetText::old_max_width member
169
170 2003-07-16  André Pönitz  <poenitz@gmx.net>
171
172         * insettext.C (selectAll): remove
173
174 2003-07-16  John Levon  <levon@movementarian.org>
175
176         * insetnote.h:
177         * insetnote.C: implement showInsetDialog()
178
179 2003-07-15  André Pönitz  <poenitz@gmx.net>
180
181         * insettabular.C:
182         * insettext.C: refresh_status tristate -> need_update bool
183
184 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
185
186         * insettext.C: adjust call to LyXText::init
187
188 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
189
190         * insettext.C: use bufferview_funcs->replaceSelection()
191         to delete selections in some cases (bugs 441, 673, 702, 954).
192
193 2003-07-14  André Pönitz  <poenitz@gmx.net>
194
195         * insettext.C (draw): use slimmed down rowpainter interface
196
197 2003-07-14  André Pönitz  <poenitz@gmx.net>
198
199         * insetcollapsable.C:
200         * insetert.C:
201         * insettext.[Ch] (cy, ciy, setUpdateStatus):
202         remove unused BufferView * argument
203
204 2003-07-14  André Pönitz  <poenitz@gmx.net>
205
206         * insettext.[Ch]: used cached metrics a bit more
207
208 2003-07-10  Alfredo Brauntein  <abraunst@libero.it>
209
210         * insettabular.[Ch]: invalidate InsetTabular::view(), added buffer()
211
212 2003-07-10  André Pönitz  <poenitz@gmx.net>
213
214         * insettabular.C:
215         * insettext.[Ch]: remove InsetText::InnerCache, clean up consequences
216
217 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
218
219         * introduce namespace lyx::graphics
220
221 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
222
223         * introduce namespace lyx::support
224
225 2003-06-30  André Pönitz  <poenitz@gmx.net>
226
227         * insetcite.C (localDispatch): fix case of missing return value
228
229         * insetcite.C (ascii): remove unneeded temporary
230
231 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
232
233         * insetspace.h: fix \file
234
235         * insetbibtex.C (fillWithBibKeys): use std:: on stdlib types
236         * insetinclude.C (fillWithBibKeys): ditto
237
238         * insetbibitem.C: fix type const order
239
240         * inset.C (getLyXText): add varname for arg
241
242         * ExternalTemplate.h: fix type const order
243
244 2003-06-27  André Pönitz  <poenitz@gmx.net>
245
246         * insettext.C: take care of removed LyXCursor::row_ member
247
248         * insettext.[Ch]: use new TextCursor struct for sstate
249
250 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
251
252         * inseterror.[Ch]: removed
253
254 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
255
256         * insetinclude.C (docbook): use parseError instead of sgmlError
257
258 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
259
260         * insetinclude.C (loadIfNeeded): call ::loadLyXFile instead
261         of BufferList::loadLyXFile
262
263 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
264
265         * insettext.C (update): simplify
266         (updateLocal): remove commented code
267         (insetUnlock): simplify
268         (lockInset): simplify
269         (updateInsetInInset): simplify
270         (localDispatch): simplify
271         (setFont): simplify
272         (resizeLyXText): simplify
273         (collapseParagraphs): simplify
274
275         * insetert.C (get_new_label): simplify
276
277 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
278
279         * insettext.C (localDispatch): handle arg to LFUN_PASTE, call
280         pasteSelection with index
281
282 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
283
284         * insettext.C (localDispatch): fix call to cutSelection for LFUN_CUT
285
286 2003-06-16  André Pönitz  <poenitz@gmx.net>
287
288         * insetbase.h: new virtual base function clone()
289
290         * *inset*.[Ch]: IU of clone() and getLabelList (i.e. essentially
291           Inset * clone()  ->  InsetBase * clone()
292
293 2003-06-13  André Pönitz  <poenitz@gmx.net>
294
295         * insettabular.[Ch]: make tabular a proper member
296
297 2003-06-12  André Pönitz  <poenitz@gmx.net>
298
299         * insettabular.[Ch]: some renaming plus whitespace
300
301 2003-06-11  Angus Leeming  <leeming@lyx.org>
302
303         * Makefile.am: remove graphicinset.[Ch], insetbutton.[Ch].
304         Add renderers.[Ch].
305
306         * insetbutton.[Ch]: removed.
307         * graphicinset.[Ch]: renamed as renderers.[Ch].
308
309         * renderers.[Ch]: new files. Rename GraphicsInset as GraphicsRenderer.
310         Create a new class ButtonRenderer using the InsetButton::metrics() and
311         draw() functions.
312         Derive both from a common RenderedInset base class.
313
314         * insetcommand.[Ch]:
315         * insetinclude.[Ch]: derive from Inset, not InsetButton.
316         Give it a ButtonRenderer member variable. Use it.
317         Give the classes working copy c-tors.
318         No longer derive from boost::noncopyable.
319
320         * insetexternal.[Ch]: enable the inset to choose dynamically whether to
321         display its contents as a button or as a graphic.
322
323         * insetgraphic.[Ch]: changes due to the change in name GraphicInset ->
324         GraphicRenderer.
325
326 2003-06-11  Angus Leeming  <leeming@lyx.org>
327
328         * insetcite.C (localDispatch): reformat.
329
330         * insetref.C (localDispatch): enable dialog to be lauched.
331
332 2003-06-11  John Levon  <levon@movementarian.org>
333
334         * insettabular.C: correctly mark all cells as erased
335
336 2003-06-11  Angus Leeming  <leeming@lyx.org>
337
338         * insetexternal.[Ch]: InsetExternal::Params no longer stores the
339         ExternalTemplate but its name, templatename. This means that a file
340         containing a reference to an External Template not installed on the
341         current machine will be saved retaining this info rather than inserting
342         the first "valid" template from the list of templates.
343
344         As a by product, the visual statement that the Template is missing is
345         now very clear!
346
347 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
348
349         * insettext.C (appendParagraphs): remove some commented code.
350
351 2003-06-10  Angus Leeming  <leeming@lyx.org>
352
353         * graphicinset.[Ch] (view): removed the publicly accessible function to set
354         the cache.
355
356         * insetexternal.[Ch]: move tempname_ into the Params struct.
357         (Params d-tor): new function, to clean-up this temp file.
358         (localDispatch): dispatch LFUN_EXTERNAL_EDIT.
359         (cache): removed.
360         (editExternal, doSubstitution): move out of class.
361
362 2003-06-10  Angus Leeming  <leeming@lyx.org>
363
364         * graphicinset.[Ch] (params): removed.
365         * graphicinset.h (operator=): declared private but not defined.
366         (statusMessage): made private.
367
368         * insetexternal.[Ch]: graphic_ renamed as renderer_.
369
370 2003-06-07  John Levon  <levon@movementarian.org>
371
372         * insetert.C (latex): make a newline mean just that not
373         a new par
374
375 2003-06-07  José Matos  <jamatos@fep.up.pt>
376
377         * insethfill.[Ch] (linuxdoc, docbook): implement output
378         * insetspace.C (linuxdoc, docbook): remove coments as the code
379         is correct.
380
381 2003-06-06  José Matos  <jamatos@fep.up.pt>
382
383         * insetnewline.C (linuxdoc,docbook): return newline, fix bug 1148.
384
385 2003-06-06  André Pönitz  <poenitz@gmx.net>
386
387         * insetwrap.[Ch]: code compactification
388
389 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
390
391         * mailinset.C (updateDialog): use Dialogs::visible
392
393 2003-06-04  Angus Leeming  <leeming@lyx.org>
394
395         * graphicinset.C (draw): add a comment for the #if 0 block.
396
397         * insetexternal.h: remove Params::parameters variable.
398         * insetexternal.C (read, write): rewrite to output new ExternalInset format
399         and read it back making full use of LyXLex.
400
401 2003-06-04  André Pönitz  <poenitz@gmx.net>
402
403         * inset.[Ch]: change owner_ from Inset * to UpdatableInset *
404
405 2003-06-04  John Levon  <levon@movementarian.org>
406
407         * insettabular.C: back out tall table speed up. It was broken
408
409 2003-06-03  Angus Leeming  <leeming@lyx.org>
410
411         * ExternalTemplate.[Ch]: add inputFormat and UpdateFormat variables.
412         Remove ViewCommand and UpdateCommand.
413
414         * graphicinset.C (update): bug fix. Set the params before calling the
415         loader.
416         * graphicinset.[Ch] (view): new method. A bit of a fudge to set the
417         BufferView cache to enable the InsetExternal::editCommand to be invoked
418         from the frontends. Would not be needed if this were dispatched properly.
419         (old_ascent_): variable removed.
420
421         * insetexternal.[Ch]: large clean-up to use the converter mechanism to
422         do any necessary conversions of external material. Also use the
423         new GraphicsInset to display the inset within LyX.
424
425 2003-06-03  Angus Leeming  <leeming@lyx.org>
426
427         * graphicinset.[Ch]: new files. Clean up the InsetGraphics::Cache
428         and move it somewhere where InsetExternal can use it too.
429
430         * Makefile.am: add the new files.
431
432         * insetgraphics.[Ch]: make use of the new GraphicInset.
433
434 2003-06-03  John Levon  <levon@movementarian.org>
435
436         * inset.h:
437         * insetbibitem.[Ch]:
438         * insetbibtex.h:
439         * insetcite.h:
440         * insetcommand.[Ch]:
441         * insetenv.[Ch]:
442         * inseterror.h:
443         * insetert.[Ch]:
444         * insetexternal.[Ch]:
445         * insetfloat.[Ch]:
446         * insetfloatlist.h:
447         * insetfoot.[Ch]:
448         * insetgraphics.[Ch]:
449         * insethfill.h:
450         * insetinclude.[Ch]:
451         * insetindex.h:
452         * insetlabel.h:
453         * insetlatexaccent.[Ch]:
454         * insetmarginal.[Ch]:
455         * insetminipage.[Ch]:
456         * insetnewline.h:
457         * insetnote.[Ch]:
458         * insetoptarg.[Ch]:
459         * insetquotes.[Ch]:
460         * insetref.[Ch]:
461         * insetspace.[Ch]:
462         * insetspecialchar.[Ch]:
463         * insettabular.[Ch]:
464         * insettext.[Ch]:
465         * insetthereom.[Ch]:
466         * insettoc.h:
467         * inseturl.h:
468         * insetwrap.[Ch]: make clone() not take a Buffer * arg
469
470         * insetgraphics.[Ch]:
471         * insetgraphicsParams.[Ch]: always store an absolute
472         path at runtime
473
474 2003-06-02  André Pönitz  <poenitz@gmx.net>
475
476         * inseterror.C:
477         * insetgraphics.C:
478         * insetlatexaccent.C: remove duplicated call to metrics()
479
480 2003-06-02  John Levon  <levon@movementarian.org>
481
482         * insettabular.C: fix resize of column width
483
484 2003-06-02  John Levon  <levon@movementarian.org>
485
486         * Makefile.am:
487         * inset.h:
488         * insetparent.h:
489         * insetparent.C: remove insetparent
490
491 2003-06-02  André Pönitz  <poenitz@gmx.net>
492
493         * inset.[Ch]:
494         * insetbase.h:
495         * insetbibtex.[Ch]:
496         * insetbutton.[Ch]:
497         * insetcaption.C:
498         * insetcollapsable.[Ch]:
499         * inseterror.[Ch]:
500         * insetert.[Ch]:
501         * insetfootlike.C:
502         * insetgraphics.[Ch]:
503         * insetinclude.[Ch]:
504         * insetlatexaccent.[Ch]:
505         * insetminipage.[Ch]:
506         * insetnewline.[Ch]:
507         * insetquotes.[Ch]:
508         * insetspace.[Ch]:
509         * insetspecialchar.[Ch]:
510         * insettabular.[Ch]:
511         * insettext.[Ch]: unify first drawing phase
512
513         * inset.[Ch]:
514         * insetbase.h: move validate() to the base
515
516 2003-05-31  Angus Leeming  <leeming@lyx.org>
517
518         * Makefile.am: moved insetwrap.[Ch] into alphabetical order.
519
520 2003-05-30  André Pönitz  <poenitz@gmx.net>
521
522         * inset.h:
523         * insetbase.h:
524         * insetbutton.[Ch]:
525         * insetcaption.[Ch]:
526         * insetcollapsable.[Ch]:
527         * inseterror.[Ch]:
528         * insetert.[Ch]:
529         * insetgraphics.[Ch]:
530         * insetinclude.[Ch]:
531         * insetlatexaccent.[Ch]:
532         * insetnewline.[Ch]:
533         * insetquotes.[Ch]:
534         * insetspace.[Ch]:
535         * insetspecialchar.[Ch]:
536         * insettabular.[Ch]:
537         * insettext.[Ch]:
538         * updatableinset.[Ch]: unify second drawing phase
539
540 2003-05-30  John Levon  <levon@movementarian.org>
541
542         * insetgraphics.C: fix a bformat
543
544 2003-05-29  John Levon  <levon@movementarian.org>
545
546         * insettabular.C: remove unused bufferOwner()
547
548 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
549
550         * insettext.C (lockInsetInInset): adjust
551         (getLabelList): use const_iterator, adjust
552         (getInsetFromID): use const_iterator, adjust
553         (addPreview): use const_iterator, adjust
554
555         * insetwrap.C (clone): remove const_cast
556
557         * insetnote.C (clone): remove const_cast
558
559         * insetminipage.C (clone): remove const_cast
560
561         * insetmarginal.C (clone): remove const_cast
562
563         * insetfoot.C (clone): remove const_cast
564
565         * insetfloat.C (clone): remove const_cast
566
567         * insetert.C (clone): remove const_cast
568
569         * delete commented same_id functions from a lot of files.
570
571 2003-05-28  John Levon  <levon@movementarian.org>
572
573         * insetcite.C:
574         * insetinclude.C:
575         * insetindex.C:
576         * insetparent.C:
577         * insettoc.C: fix dispatch of mouse release (bug 1143 and others)
578
579         * insetminipage.C: fix metrics (bug 1144)
580
581 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
582
583         * insettext.C (saveLyXTextState): adjust
584         (restoreLyXTextState): adjust
585         (init): adjust
586         (lockInset): adjust
587         (unlockInsetInInset): adjust
588         (localDispatch): adjust
589         (getLyXText): adjust
590
591         * insettabular.C (insertAsciiString): adjust
592
593 2003-05-27  André Pönitz  <poenitz@gmx.net>
594
595         * insetbutton.C:
596         * insetcollapsable.C:
597         * inseterror.C:
598         * insetgraphics.C:
599         * insetlatexaccent.C:
600         * insetminipage.C:
601         * insetnewline.C:
602         * insetquotes.C:
603         * insetspace.C:
604         * insetspecialchar.C:
605         * insettabular.C:
606         * insettext.C: dim.w -> dim.wid
607
608 2003-05-26  John Levon  <levon@movementarian.org>
609
610         * insettabular.C: avoid drawing all of a long table
611         if it's not needed. A big speedup
612
613 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
614
615         * remove same_id from function signatures, adjust
616
617 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
618
619         * insettext.C (InsetText): adjust
620         (clear): adjust
621         (setParagraphData): separate same_id cases, adjust
622         (appendParagraphs): adjust
623         (appendParagraphs): adjust
624
625 2003-05-23  André Pönitz  <poenitz@gmx.net>
626
627         * insetbutton.h: whitespace
628
629         * insettabular.C: more compact code
630
631         * updatableinset.C: remove const_cast
632
633
634 2003-05-23  Angus Leeming  <leeming@lyx.org>
635
636         * insetexternal.C (write): check how many lines are output.
637         (latex): use the "PDFLaTeX" flavour if outputting to pfdlatex and
638         if the template has defined it.
639
640 2003-05-23  Angus Leeming  <leeming@lyx.org>
641
642         * insetquotes (validate): use the new LaTeXFeatures::useBabel() method.
643
644 2003-05-23  Angus Leeming  <leeming@lyx.org>
645
646         * insetfoot.C (latex):
647         * inseturl.C (latex): rename fragile as moving_arg.
648
649 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
650
651         * inseterror.C (localDispatch): comment out unused var.
652
653 2003-05-22  Angus Leeming  <leeming@lyx.org>
654
655         * inset*.[Ch] (latex): no longer has a free_spacing arg. Data is now
656         passed through the LatexRunParams arg.
657
658 2003-05-22  Angus Leeming  <leeming@lyx.org>
659
660         * inset*.[Ch] (latex): no longer has a fragile arg. Data is now passed
661         through the LatexRunParams arg.
662
663         * insetquotes.C (latex): accesses use_babel through the LatexRunParams
664         arg rather than through a global var.
665
666 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
667
668         * insetspecialchar.C (dimension): use a string.
669
670 2003-05-22  Angus Leeming  <leeming@lyx.org>
671
672         * insetbibtex.C (latex):
673         * insetgraphics.C (latex):
674         * insetinclude.C (latex): extract the buffer's 'nice'ness from
675         runparams rather than from the buffer itself.
676
677 2003-05-22  Angus Leeming  <leeming@lyx.org>
678
679         * inset*.[Ch] (latex):
680         passed a LatexRunParams parameter.
681
682         * insetgraphics.C (latex): actually use it ;-)
683
684 2003-05-22  Alfredo Braunstein  <abraunst@libero.it>
685
686         * insetfloat.C (addToToc): trivial compile fix
687
688 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
689
690         * insettext.[Ch] (paragraph): delete unused function
691
692         * insetfloat.C (addToToc): parlist simplfication
693
694 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
695
696         * insetspace.[Ch]: added (new space insets)
697         * Makefile.am:
698         * inset.h: handle new space insets
699
700 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
701
702         * insetfloat.C (addToToc): adjust
703
704 2003-05-21  André Pönitz  <poenitz@gmx.net>
705
706         * insettext.[Ch]: fix drawing bug introduced earlier
707
708 2003-05-19  André Pönitz  <poenitz@gmx.net>
709
710         * insetspecialchar.C: fix bug introduced yesterday
711
712 2003-05-19  André Pönitz  <poenitz@gmx.net>
713
714         * inset.[Ch]:
715         * insetbutton.[Ch]:
716         * insetcollapsable.[Ch]:
717         * inseterror.[Ch]:
718         * insetert.[Ch]:
719         * insetfoot.[Ch]:
720         * insetgraphics.[Ch]:
721         * insetgraphicsParams.[Ch]:
722         * insetlatexaccent.[Ch]:
723         * insetminipage.[Ch]:
724         * insetnewline.[Ch]:
725         * insetquotes.[Ch]:
726         * insetspecialchar.[Ch]:
727         * insettabular.[Ch]:
728         * insettext.[Ch]: dimensions() instead of ascend/descend/width
729
730 2003-05-19  André Pönitz  <poenitz@gmx.net>
731
732         * insetenv.[Ch]:
733         * insettext.C: more insetenv
734
735 2003-05-16  André Pönitz  <poenitz@gmx.net>
736
737         * insetcommand.C:
738         * insetminimpage.[Ch]:
739         * insetcollapsable.[Ch]: fix #832
740
741 2003-05-16  André Pönitz  <poenitz@gmx.net>
742
743         * inset.[Ch]:
744         * insetbibitem.[Ch]:
745         * insetbibtex.[Ch]:
746         * insetbutton.[Ch]:
747         * insetcite.[Ch]:
748         * insetcollapsable.[Ch]:
749         * insetcommand.[Ch]:
750         * inseterror.[Ch]:
751         * insetert.[Ch]:
752         * insetexternal.[Ch]:
753         * insetfloatlist.[Ch]:
754         * insetgraphics.[Ch]:
755         * insetinclude.[Ch]:
756         * insetindex.[Ch]:
757         * insetlabel.[Ch]:
758         * insetlatexaccent.[Ch]:
759         * insetparent.[Ch]:
760         * insetref.[Ch]:
761         * insettabular.[Ch]:
762         * insettext.[Ch]:
763         * insettoc.[Ch]:
764         * inseturl.[Ch]:
765         * updatableinset.[Ch]: edit() -> LFUN_INSET_EDIT
766
767 2003-05-13  André Pönitz <poenitz@gmx.net>
768
769         * insetbibitem.C:
770         * insetcollapsable.C:
771         * insetert.C:
772         * insetfloat.C:
773         * insetinclude.C:
774         * insetwrap.C: tostr from own header
775
776         * insetcommand.C:
777         * insetexternal.C:
778         * insetfloat.C:
779         * insetfloat.h:
780         * insetgraphics.C:
781         * insetinclude.C:
782         * insetminipage.C:
783         * insetparent.C:
784         * insettabular.C:
785         * insettext.C:
786         * insetwrap.C: STRCONV
787
788
789 2003-05-12  André Pönitz <poenitz@gmx.net>
790
791         * insetcaption.C:
792         * insetexternal.C:
793         * insetfloat.C:
794         * insetfloatlist.C:
795         * insetgraphics.C:
796         * insetinclude.C:
797         * insetminipage.C:
798         * insetminipage.C:
799         * insettabular.C:
800         * insettext.C:
801         * insetwwrap.C:  boost::format -> bformat  all over the place
802
803 2003-05-05  André Pönitz <poenitz@gmx.net>
804
805         * insettext.h: add missing #include <map>
806
807 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
808
809         * insettext.C (InsetText): parlist cleanup
810         (clear): ditto
811         (edit): ditto
812         (insetUnlock): ditto
813         (lockInset): ditto
814         (lockInsetInInset): ditto
815         (cx): ditto
816         (cix): ditto
817         (getLyXText): ditto
818         (searchBackward): ditto
819         (collapseParagraphs): ditto
820
821 2003-05-06  John Levon  <levon@movementarian.org>
822
823         * insetcaption.C: don't cast wrap inset to InsetFloat
824
825         * insetfloat.h:
826         * insetfloat.C: remove unneeded type() function
827
828 2003-05-05  André Pönitz <poenitz@gmx.net>
829
830         * inset.h:
831         * insettext.[Ch]:
832         * insettabular.[Ch]:
833         * insetcollapsable.[Ch]: remove unused function firstParagraph()
834         replace getFirstParagraph() by getParagraphs()
835
836 2003-05-03  John Levon  <levon@movementarian.org>
837
838         * insetcollapsable.h:
839         * insetcollapsable.C:
840         * insettabular.h:
841         * insettabular.C:
842         * insettext.h:
843         * insettext.C:
844         * updatableinset.h:
845         * updatableinset.C: remove cursor_visible_, showInsetCursor(),
846         hideInsetCursor(), toggleInsetCursor(), isCursorVisible(). Add
847         getCursor(). Remove explicit cursor hides.
848
849 2003-05-02  André Pönitz <poenitz@gmx.net>
850
851         * insettext.C: remove unneeded &*
852
853 2003-04-30  John Levon  <levon@movementarian.org>
854
855         * insettabular.C: fix edit message
856
857 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
858
859         * insettext.C (setFont): do not convert iterator -> pointer
860
861         * insettabular.C (localDispatch): do not convert iterator -> pointer
862         (setFont): ditto
863         (tabularFeatures): ditto
864
865 2003-04-29  André Pönitz <poenitz@gmx.net>
866
867         * inset.h: introduce "haveParagraph" from Lars' parlist-14-b.
868
869 2003-04-28  André Pönitz <poenitz@gmx.net>
870
871         * insettext.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
872           Changes
873
874 2003-04-25 André Pönitz <poenitz@gmx.net>
875
876         * insetenv.C: derive from InsetText instead of InsetCollapsable
877
878 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
879
880         * insetexternal.C (string2params): dont do anything if the string
881         is empty.
882         * insetgraphics.C (string2params): ditto
883         * insetcommand.C (string2params): ditto
884         * insetert.C (string2params): ditto
885         * insetfloat.C (string2params): ditto
886         * insetinclude.C (string2params): ditto
887         * insetminipage.C (string2params): ditto
888         * insettabular.C (string2params): ditto
889         * insetwrap.C (string2params): ditto
890
891 2003-04-24  André Pönitz <poenitz@gmx.net>
892
893         * insetref.C: support for eqref
894
895 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
896
897         * insetert.C (read): use ParagraphList::iterator.
898
899 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
900
901         * insetquotes.C (latex): comment some code and add warnings.
902
903 2003-04-14   Alfredo Braunstein  <abraunst@libero.it>
904
905         * insetexternal.C (localDispatch): added a missing DISPATCHED
906
907 2003-04-12  John Levon  <levon@movementarian.org>
908
909         * insetwrap.C (addToToc): fix a crash, conversion
910         from while to for loop forgot to remove the explicit
911         increment
912
913 2003-04-10  John Levon  <levon@movementarian.org>
914
915         * insettabular.C (tabularFeature): make sure
916         to update the dialog when we change something
917         (bug 1036).
918
919         (getStatus): don't disable some lfuns (bug 939)
920
921 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
922
923         * insettext.C (saveLyXTextState): adjust
924         (localDispatch): adjust
925         (setFont): adjust
926         (cx): adjust
927         (cix): adjust
928         (cpar): adjust
929
930         * insettabular.C (localDispatch): adjust
931         (setFont): adjust
932         (tabularFeatures): adjust
933
934 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
935
936         * insettabular.C (searchForward,searchBackward): fix bug 782
937
938 2003-04-07  John Levon  <levon@movementarian.org>
939
940         * insettabular.C:
941         * insettext.C: clear status message on inset exit
942
943 2003-04-03  John Levon  <levon@movementarian.org>
944
945         * insetcommand.C: return dispatched on DIALOG_UPDATE
946
947 2003-04-02  John Levon  <levon@movementarian.org>
948
949         * insettabular.C: tab lfuns renamed
950
951 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
952
953         * insettext.C (update): move towards ParagraphList
954         (updateLocal): ditto
955         (edit): ditto
956         (insetUnlock): ditto
957         (lockInset): ditto
958         (lockInsetInInset): ditto
959         (updateInsetInInset): ditto
960         (localDispatch): ditto
961         (docbook): ditto
962         (setFont): ditto
963         (resizeLyXText): ditto
964         (searchBackward): ditto
965         (collapseParagraphs): ditto
966         (addPreview): ditto
967
968         * insetwrap.C (InsetWrap): adjust
969         (addToToc): adjust and rewrite loop
970
971         * insettext.[Ch] (paragraph): delete function
972
973         * insettabular.C (moveNextCell): adjust
974         (movePrevCell): adjust
975         (insertAsciiString): adjust
976
977         * insetfloat.C (InsetFloat): adjust
978         (addToToc): adjust
979
980         * insetert.C (InsetERT): adjust
981         (write): adjust, and rewrite loop
982         (latex): adjust, and rewrite loop
983         (linuxdoc): adjust, and rewrite loop
984         (docbook): adjust, and rewrite loop
985         (localDispatch): adjust
986         (get_new_label): adjust
987
988 2003-04-01  John Levon  <levon@movementarian.org>
989
990         From Alfredo Braunstein
991
992         * insetbutton.h:
993         * insetbutton.C: add localDispatch()
994
995         * insetcommand.C: return DISPATCHED when edit() called
996
997         * insettext.C: fix bug 967
998
999 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1000
1001         * insettext.C: adjust
1002
1003 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1004
1005         * insettext.C (draw): adjust
1006         (crow): return a RowList::iterator not a Row*
1007
1008         * insetminipage.C (localDispatch): adjust
1009
1010         * insetert.C (localDispatch): adjust
1011
1012 2003-03-31  John Levon  <levon@movementarian.org>
1013
1014         * insetgraphics.C:
1015         * insetgraphicsParams.C: use_gui moved to lyx_gui
1016
1017 2003-03-31  John Levon  <levon@movementarian.org>
1018
1019         * insettext.C: Alert fix
1020
1021 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
1022
1023         * insettext.C (ascent): adjust for RowList
1024         (descent): ditto
1025         (draw): ditto
1026         (getLyXText): adjust
1027         (toggleSelection): adjust
1028
1029         * insetminipage.C (localDispatch): adjust for RowList
1030
1031         * insetert.C (localDispatch): adjust for RowList
1032         (getMaxWidth): adjust for RowList
1033
1034 2003-03-29  John Levon  <levon@movementarian.org>
1035
1036         * insetert.C: Alert cleanup
1037
1038 2003-03-29  John Levon  <levon@movementarian.org>
1039
1040         * insettabular.C: Alert fix
1041
1042 2003-03-28  John Levon  <levon@movementarian.org>
1043
1044         * insetfloat.C: reset label on INSET_MODIFY
1045
1046 2003-03-28  John Levon  <levon@movementarian.org>
1047
1048         * insetgraphicsParams.C: read subcaptionText as a whole line
1049         (bug 656)
1050
1051 2003-03-28  John Levon  <levon@movementarian.org>
1052
1053         * insettext.C: remove unused prototypes
1054
1055 2003-03-25  Angus Leeming  <leeming@lyx.org>
1056
1057         * insetbibitem.C (localDispatch): repaint the view after modifying
1058         a bibitem inset in case the maximum InsetBibitem width has changed.
1059
1060 2003-03-25  John Levon  <levon@movementarian.org>
1061
1062         * insettext.C:
1063         * insettabular.C: LyXText renamings
1064
1065 2003-03-24  John Levon  <levon@movementarian.org>
1066
1067         * insettext.C: remove some dead code. Fix bug 972 and
1068           related by posting a repaint in updateLocal(), and making
1069           the SEL functions set SELECTION.
1070
1071 2003-03-22  John Levon  <levon@movementarian.org>
1072
1073         * inset.h:
1074         * inset.C: remove no-longer-needed topx_set
1075
1076         * insetcollapsable.h:
1077         * insetcollapsable.C: remove dead code
1078
1079         * insetminipage.C:
1080         * insetert.C: rebreak the rows when a possible
1081           change in size is made, and reset the cursor
1082           (bug 962, bug 965)
1083
1084         * insettabular.C: remove topx_set, CHANGED_IN_DRAW
1085
1086         * insettext.C: remove CHANGED_IN_DRAW noticing/handling,
1087           topx_set. Fix drawing errors for clearInset(). Remove
1088           some unnecessary uses of topx, which should die.
1089
1090         * updatableinset.C: fix getMaxWidth() so CHANGED_IN_DRAW
1091           is no longer needed. Replace it with an ugly hack.
1092
1093 2003-03-20  John Levon  <levon@movementarian.org>
1094
1095         * inset.h:
1096         * insetcollapsable.h:
1097         * insetcollapsable.C:
1098         * insetert.h:
1099         * insetert.C:
1100         * insetminipage.C:
1101         * insetminipage.C:
1102         * insettabular.h:
1103         * insettabular.C:
1104         * insettext.h:
1105         * insettext.C: remove spurious font parameter
1106         from update(). Fix drawing of ERT insets inside
1107         insets (bug 966). Remove unused mark_dirty from
1108         tabular's updateLocal()
1109
1110 2003-03-19  John Levon  <levon@movementarian.org>
1111
1112         * insetfloat.h:
1113         * insetfloat.C:
1114         * insetinclude.h:
1115         * insetinclude.C:
1116         * insetminipage.h:
1117         * insetminipage.C:
1118         * insetwrap.h:
1119         * insetwrap.C: remove unused getter/setters
1120
1121 2003-03-19  John Levon  <levon@movementarian.org>
1122
1123         * several files: bv->updateInset() doesn't take
1124         a bool mark_dirty any more
1125
1126 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
1127
1128         * adjust for BufferView* arg removal from lyxtext.
1129
1130 2003-03-17  John Levon  <levon@movementarian.org>
1131
1132         * most files: remove the "cleared" parameter
1133         to draw in favour of always clearing. Associated
1134         code removal.
1135
1136 2003-03-16  John Levon  <levon@movementarian.org>
1137
1138         * insettext.C: remove unused s.refresh
1139
1140 2003-03-13  Angus Leeming  <leeming@lyx.org>
1141
1142         * insettext.C (edit): replace Dialogs::updateParagraph with
1143         BufferView::dispatch(LFUN_PARAGRAPH_UPDATE).
1144
1145 2003-03-13  André Pönitz <poenitz@gmx.net>
1146
1147         * Makefile.am: insert insetenv
1148
1149         * insethenv.[Ch]: new files, currently inactive
1150
1151 2003-03-12  John Levon  <levon@movementarian.org>
1152
1153         * Makefile.am:
1154         * inset.h:
1155         * inset.C:
1156         * insetert.h:
1157         * insetert.C:
1158         * insetnewline.h:
1159         * insetnewline.C:
1160         * insetquotes.C:
1161         * insettext.C: use new insetnewline
1162
1163 2003-03-12  John Levon  <levon@movementarian.org>
1164
1165         * insettext.C: readToken became readParagraph
1166
1167 2003-03-12  John Levon  <levon@movementarian.org>
1168
1169         * insettext.C: use parlist iterator for reading contents
1170
1171 2003-03-12  John Levon  <levon@movementarian.org>
1172
1173         * insettext.C: name change to readToken()
1174
1175 2003-03-11  André Pönitz <poenitz@gmx.net>
1176
1177         * Makefile.am: insert insethfill
1178
1179         * insethfill.[Ch]: new files
1180
1181 2003-03-10  Angus Leeming  <leeming@lyx.org>
1182
1183         * mailinset.[Ch] (showDialog, updateDialog): now take a mandatory
1184         BufferView * arg.
1185         (hideDialog): calls the new static Dialogs::hide() method.
1186
1187         * insetbibitem.C (edit):
1188         * insetbibtex.C (edit):
1189         * insetcite.C (edit):
1190         * insetcommand.C (localDispatch):
1191         * inseterror.C (d-tor):
1192         * insetert.C (showInsetDialog):
1193         * insetexternal.C (localDispatch, edit):
1194         * insetfloat.C (localDispatch, showInsetDialog):
1195         * insetfloatlist.C (edit):
1196         * insetgraphics.C (localDispatch, edit):
1197         * insetinclude.C (localDispatch, edit):
1198         * insetindex.C (edit):
1199         * insetlabel.C (edit):
1200         * insetminipage.C (localDispatch, showInsetDialog):
1201         * insetref.C (edit):
1202         * insettabular.C (unlockInsetInInset, lfunMouseRelease, localDispatch,
1203         resetPos, showInsetDialog, openLayoutDialog):
1204         * insettoc.C (edit):
1205         * inseturl.C (edit):
1206         * insetwrap.C (localDispatch, showInsetDialog):
1207         changes due to the changed MailInset interface.
1208
1209 2003-03-10  Dekel Tsur  <dekelts@tau.ac.il>
1210
1211         * insetfloat.h: Set default placement to an empty string.
1212
1213 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1214
1215         * insettext.C (latex): adjust call to latexParagraphs.
1216
1217 2003-03-10  Angus Leeming  <leeming@lyx.org>
1218
1219         * mailinset.C: warn the user if the BufferView has not been cached.
1220
1221 2003-03-10  Angus Leeming  <leeming@lyx.org>
1222
1223         * inset.h, insetbase.h: move cache() and view() into InsetBase.
1224
1225         * insetcommand.h (inset):
1226         * insetert.h (inset):
1227         * insetexternal.h (inset):
1228         * insetfloat.h (inset):
1229         * insetgraphics.h (inset):
1230         * insetinclude.h (inset):
1231         * insetminipage.h (inset):
1232         * insettabular.h (inset):
1233         * insetwrap.h (inset):
1234         * mailinset.h (inset): return an InsetBase &, not an Inset &.
1235
1236 2003-03-10  Angus Leeming  <leeming@lyx.org>
1237
1238         * insetcommand.C (string2params):
1239         * insetexternal.C (string2params):
1240         * insetfloat.C (string2params):
1241         * insetgraphics.C (string2params):
1242         * insetinclude.C (string2params):
1243         * insetminipage.C (string2params):
1244         * insettabular.C (string2params):
1245         * insetwrap.C (string2params): cure warning message about missing
1246         '\end_inset'.
1247
1248 2003-03-09  Angus Leeming  <leeming@lyx.org>
1249
1250         * insettabular.[Ch]: define a new class InsetTabularMailer and use
1251         it to communicate with the frontend dialogs.
1252
1253         * mailinset.C (hideDialog): only hide the dialog if it is showing the
1254         contents of this inset!
1255
1256 2003-03-07  Angus Leeming  <leeming@lyx.org>
1257
1258         * inseterror.C (localDispatch): new method; calls edit() on
1259         LFUN_MOUSE_RELEASE.
1260
1261 2003-03-07  Angus Leeming  <leeming@lyx.org>
1262
1263         * insetbibitem.C (localDispatch):
1264         * insetbibtex.C (localDispatch):
1265         * insetlabel.C (localDispatch):
1266         rewrite as a switch.
1267
1268 2003-03-07  Angus Leeming  <leeming@lyx.org>
1269
1270         * insetgraphics.[Ch]: define a new class InsetGraphicsMailer and use
1271         it to communicate with the frontend dialogs.
1272
1273 2003-03-07  Angus Leeming  <leeming@lyx.org>
1274
1275         * insetexternal.C: remove operator== and operator!= for
1276         InsetExternal::Params. They were used only by the old controller
1277         scheme.
1278
1279 2003-03-07  Angus Leeming  <leeming@lyx.org>
1280
1281         * insetcommand.C (localDispatch):
1282         * insetexternal.C (localDispatch):
1283         * insetfloat.C (localDispatch):
1284         * insetinclude.C (localDispatch):
1285         * insetminipage.C (localDispatch):
1286         * insetwrap.C (localDispatch):
1287         add LFUN_INSET_DIALOG_UPDATE to the switch.
1288
1289 2003-03-07  Angus Leeming  <leeming@lyx.org>
1290
1291         * insetcommand.C (string2params):
1292         * insetexternal.C (string2params):
1293         * insetfloat.C (string2params):
1294         * insetinclude.C (string2params):
1295         * insetwrap.C (string2params): use LyXLeX more.
1296
1297         * insetert.[Ch]:
1298         * insetexternal.[Ch]:
1299         * insetfloat.[Ch]:
1300         * insetinclude.[Ch]:
1301         * insetwrap.[Ch]: change Mailer::name_ to be static.
1302
1303         * insetminipage.[Ch]: define a new class InsetMinipageMailer and use
1304         it to communicate with the frontend dialogs.
1305
1306 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
1307
1308         * insettext.C:
1309         * insettabular.C: use LyXText::top_y() instead of LyXText::first_y
1310
1311 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
1312
1313         * insettext.C (updateLocal): un-const function
1314         (updateLocal): adjust
1315         (collapseParagraphs): un-const function
1316         (collapseParagraphs): adjust
1317
1318 2003-03-05  Angus Leeming  <leeming@lyx.org>
1319
1320         * insetwrap.[Ch]: define a new class InsetWrapMailer and use
1321         it to communicate with the frontend dialogs.
1322
1323 2003-03-05  Angus Leeming  <leeming@lyx.org>
1324
1325         * insetcollapsable.C (draw): cache the BufferView.
1326
1327         * insetfloat.[Ch]: define a new class InsetFloatMailer and use
1328         it to communicate with the frontend dialogs.
1329
1330 2003-03-05  Angus Leeming  <leeming@lyx.org>
1331
1332         * insetfloat.[Ch]: move the params into a separate InsetFloatParams
1333         struct.
1334
1335 2003-03-05  Angus Leeming  <leeming@lyx.org>
1336
1337         * insetcommandparams.[Ch] (getAsString, setFromString): remove.
1338
1339         * insetinclude.[Ch]: define a new class InsetIncludeMailer and use
1340         it to communicate with the frontend dialogs.
1341
1342 2003-03-05  Angus Leeming  <leeming@lyx.org>
1343
1344         * insetexternal.[Ch]: define a new class InsetExternalMailer and use
1345         it to communicate with the frontend dialogs.
1346
1347 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1348
1349         * insettext.C (collapseParagraphs): adjust
1350         (appendParagraphs): make it take a Buffer* instead of a
1351         BufferParams& as arg.
1352         (appendParagraphs): adjust
1353
1354 2003-03-04  Angus Leeming  <leeming@lyx.org>
1355
1356         * insetbibitem.C (localDispatch):
1357         * insetbibtex.C (localDispatch):
1358         * insetcommand.C (localDispatch):
1359         * insetert.C (localDispatch):
1360         * insetlabel.C (localDispatch):
1361         handle LFUN_INSET_MODIFY, not LFUN_INSET_APPLY.
1362
1363 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1364
1365         * insettext.C (latex): adjust for ParagraphList::iterator
1366
1367 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1368
1369         * insetbutton.C (view): adjust for boost 1.30.0
1370         * insetcollapsable.C (view): ditto
1371         * insetgraphics.C (statusChanged): ditto
1372
1373         * insettext.h: move paragraphs to be public.
1374
1375 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
1376
1377         * insetnote.[Ch] (InsetNote): remove unused constructor
1378
1379 2003-02-28  Alfredo Braunstein  <abraunst@libero.it>
1380
1381         * insetgraphics.C: added include "format.h"
1382
1383 2003-02-27  Angus Leeming  <leeming@lyx.org>
1384
1385         * indexlabel.C: use a real, LyX dialog rather than that nasty Alert
1386         thingy.
1387
1388 2003-02-27  Angus Leeming  <leeming@lyx.org>
1389
1390         * insetbibitem.C (localDispatch):
1391         * insetbibtex.C (localDispatch):
1392         * insetcommand.C:
1393         * insetert:
1394         collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
1395
1396 2003-02-26  Angus Leeming  <leeming@lyx.org>
1397
1398         * insetbibitem.[Ch] (localDispatch):
1399         * insetbibtex.[Ch] (localDispatch):
1400         new method. Modify inset on receipt of LFUN_XYZ_APPLY.
1401
1402         * insetcommand.C (localDispatch):
1403         act only on receipt of LFUN_XYZ_APPLY.
1404
1405         * insetert.C (localDispatch): reformat.
1406         add LFUN_XYZ_APPLY to the switch.
1407
1408 2003-02-26  John Levon  <levon@movementarian.org>
1409
1410         * insettext.C: use RowPainter
1411
1412         * inset.h: make helpers take const *
1413
1414 2003-02-26  Angus Leeming  <leeming@lyx.org>
1415
1416         * insetcommand.[Ch] (localDispatch): new method.
1417
1418 2003-02-26  Angus Leeming  <leeming@lyx.org>
1419
1420         * insetinclude.C (draw): cache the BufferView* using cache not
1421         PreviewImpl::setView
1422
1423 2003-02-26  Alfredo Braunstein <abraunst@libero.it>
1424
1425         * insetgraphics.C (draw)
1426         * insetinclude.C (draw): Eliminate also the other argument (owner
1427         inset inset) in the call to PreviewImage::image
1428
1429 2003-02-25  Alfredo Braunstein <abraunst@libero.it>
1430
1431         * insetgraphics.C (draw)
1432         * insetinclude.C (draw): Eliminate Buferview argument in call to
1433         PreviewImage::image
1434
1435 2003-02-25  John Levon  <levon@movementarian.org>
1436
1437         * insetgraphicsParams.h:
1438         * insetgraphics.C: don't start a load process if
1439           the inset is set to NoDisplay (bug #920)
1440
1441 2003-02-22  John Levon  <levon@movementarian.org>
1442
1443         * insetfloat.C:
1444         * insetwrap.C: TocItem changed API (bug 913)
1445
1446 2003-02-21  Angus Leeming  <leeming@lyx.org>
1447
1448         * insetcollapsable.[Ch] (cache, edit):
1449         * insetbutton.[Ch] (cache, edit): new methods to cache the
1450         BufferView in the draw method.
1451
1452         * insetcommand.[Ch]: implement a new class, InsetCommandMailer, to
1453         simplify comunication between InsetCommand-derived classes and
1454         the Dialogs.
1455
1456         * insetbibitem.[Ch]:
1457         * insetbibtex.[Ch]:
1458         * insetcite.[Ch]:
1459         * inseterror.[Ch]:
1460         * insetfloatlist.[Ch]:
1461         * insetindex.[Ch]:
1462         * insetref.[Ch]:
1463         * insettoc.[Ch]:
1464         * inseturl.[Ch]: small changes to reflect the new interface to the
1465         Dialogs code.
1466
1467         * mailinset.[Ch]: new files. Base class to InsetCommandMailer and
1468         other, similar classes.
1469
1470         * Makefile.am: add new files.
1471
1472 2003-02-21  Angus Leeming  <leeming@lyx.org>
1473
1474         * updatableinset.h (setView, view): remove.
1475         * inset.h (view, cache): to be replaced by these.
1476
1477         * insetbib.[Ch]: removed, to be replaced by insetbibitem.[Ch] and
1478         insetbibtex.[Ch]:
1479
1480         * Makefile.am: replace insetbib.[Ch] with insetbibitem.[Ch] and
1481         insetbibtex.[Ch].
1482
1483         * inset.h: change BIBKEY_CODE to BIBITEM_CODE.
1484
1485 2003-02-21  Allan Rae  <rae@lyx.org>
1486
1487         * insetinclude.C (loadIfNeeded): ensure loading also works when
1488         child document is under version control.
1489
1490 2003-02-17  André Pönitz <poenitz@gmx.net>
1491
1492         * insetbib.[Ch]: Adjust access to bibkeys
1493
1494 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1495
1496         * insetquotes.C (dispString): remove use of acute accent for "'"
1497         right quote.
1498
1499 2003-02-14  John Levon  <levon@movementarian.org>
1500
1501         * insettabular.C: changed method names in tabular.C
1502
1503 2003-02-14  John Levon  <levon@movementarian.org>
1504
1505         * inset.h:
1506         * inset.C:
1507         * insetcollapsable.h:
1508         * insetcollapsable.C:
1509         * insettabular.h:
1510         * insettabular.C:
1511         * insettext.h:
1512         * insettext.C: remove unused getParFromID()
1513
1514 2003-02-13  John Levon  <levon@movementarian.org>
1515
1516         * insettext.h:
1517         * insettext.C: remove unused beginningofMainBody()
1518
1519 2003-02-08  John Levon  <levon@movementarian.org>
1520
1521         * inset.h:
1522         * inset.C:
1523         * insetcollapsable.h:
1524         * insetcollapsable.C:
1525         * insettabular.h:
1526         * insettabular.C:
1527         * insettext.h:
1528         * insettext.C:
1529           add nextChange(). Make allowSpellcheck() const. Add markErased().
1530
1531         * insetert.C: ignore deleted text
1532
1533         * insettabular.C: make sure to keep change  tracking working
1534           properly.
1535
1536 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
1537
1538         * insetert.C:
1539         * insetgraphics.C:
1540         * insettabular.C:
1541         * insettext.C: Use error messages with identical spelling and punctuation
1542
1543 2003-01-12  Michael Schmitt <michael.schmitt@teststep.org>
1544
1545         * insetgraphics.C (draw, width): Fix spacing around graphics inset
1546
1547 2002-12-17  Juergen Vigna  <jug@lyx.org>
1548
1549         * insettext.C (localDispatch): hopefully fixed cursor up down
1550         movement on leaving other insets.
1551
1552 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
1553
1554         * insettext.C: fix inconsistent usage of spaces, colons, capitalization,
1555         and the like.
1556
1557 2002-12-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1558
1559         * insetgraphics.C (prepareFile): do not remove the extension of
1560         the file name if it is not the default extension for the given
1561         format (that is, in latex output, remove extension from foo.eps,
1562         but not from foo.epsi)
1563
1564 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
1565
1566         * insettext.C (lfunMouseRelease): hackish solution to the "double
1567         menu open" bug
1568
1569 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
1570
1571         * insetfloat.C (addToToc): use the floats name not its type
1572         * insetwrap.C (addToToc): ditto
1573
1574 2002-12-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1575
1576         * insetnote.C (init): make label font smaller
1577
1578 2002-12-04  John Levon  <levon@movementarian.org>
1579
1580         * insetinclude.C: ressurect setting of command name
1581
1582 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
1583
1584         * insetquotes.C (dispString): disambiguate insert call
1585
1586 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1587
1588         * several files: ws changes
1589
1590 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1591
1592         * insetquotes.C (dispString): use string::insert for prepending a
1593         char.
1594
1595 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1596
1597         * insetparent.C (getScreenLabel): use boost::format
1598
1599         * insetgraphics.C (prepareFile): use boost::format
1600         (ascii): ditto
1601
1602         * insetfloatlist.C (latex): use boost::format
1603
1604         * insetcaption.C (draw): use boost::format
1605
1606 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
1607
1608         * insettabular.C (tabularFeatures): Support for block alignment in fixed width
1609         columns.
1610
1611 2002-11-20  Juergen Vigna  <jug@sad.it>
1612
1613         * insettabular.C (resetPos): temporary fix for endless loop in
1614         this function on a redraw.
1615
1616 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1617
1618         * insettabular.C (copySelection): STRCONV
1619
1620         * insetinclude.C (uniqueID): STRCONV
1621         (latexString): ditto
1622
1623         * insetgraphics.C: put VersionNumber inside anon namespace
1624         (createLatexOptions): STRCONV
1625
1626         * insetcommandparams.C: include config.h
1627
1628 2002-10-31  Rob Lahaye  <lahaye@snu.ac.kr>
1629
1630         * insetgraphicsParams.C (Write): use lyx::float_equal.
1631         Write height data correctly.
1632         (Read): zero scale when reading height data.
1633
1634 2002-10-30  John Levon  <levon@movementarian.org>
1635
1636         * insetfloat.C (addToTOC): recursively traverse all
1637           contents looking for captions (fix #568)
1638
1639 2002-10-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1640
1641         * insetexternal.C (doSubstitution): do not try to replace
1642         environment variables, this is done when executing the command
1643
1644 2002-10-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1645
1646         * insetexternal.C (doSubstitution): change order of substitution
1647         to work around ReplaceEnvironmentPath brokenness
1648
1649 2002-10-24  Rob Lahaye  <lahaye@snu.ac.kr>
1650
1651         * insetgraphicsParams.h (scale): is now a float, not an unsigned int.
1652
1653         * insetgraphicsParams.C (init, Write): associated changes
1654         * insetgraphics.C (createLatexOptions): use lyx::float_equal with
1655         InsetGraphicsParams::scale.
1656
1657 2002-10-21  John Levon  <levon@movementarian.org>
1658
1659         * inset.h: remove unused DISPATCH_RESULT
1660
1661         * insettext.C: sgml open/close tag now in sgml namespace
1662
1663 2002-10-21  Angus Leeming  <leeming@lyx.org>
1664
1665         * insetgraphics.C (draw): Fix the drawing of an inset with a relative
1666         file path subdir/fig.eps when pasting it into a buffer in a different
1667         directory.
1668
1669 2002-10-16  John Levon  <levon@movementarian.org>
1670
1671         * insetspecialchar.C: remove \\protected_separator parsing
1672
1673 2002-09-25  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1674
1675         * insetquote.C: fix LaTeX output of quotation marks.
1676
1677 2002-10-14  Juergen Vigna  <jug@sad.it>
1678
1679         * insettext.C (localDispatch): remove double setUndo in Cut/Delete/
1680         Backspace functions which confused the Undo handling.
1681
1682 2002-10-09  Angus Leeming  <leeming@lyx.org>
1683
1684         * insetcite.[Ch] (setLoadingBuffer): new method, invoked by
1685         BufferView::dispatch that turns off this optimisation when a new inset
1686         is inserted.
1687
1688         * insetcite.C (getNatbibLabel): correct logic of when and when not to
1689         reload the BibTeX keys.
1690
1691 2002-10-11  André Pönitz <poenitz@gmx.net>
1692
1693         * insettext.h: handle LFUN_PRIOR/NEXT
1694
1695 2002-07-30  Juergen Spitzmueller <j.spitzmueller@gmx.de>
1696
1697         * insetfloat.C: fix bug with float settings
1698         (document default != float default).
1699
1700 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
1701
1702         * insetwrap.C (addToToc): New method.
1703         (InsetWrap): Set layout to caption.
1704
1705 2002-09-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
1706
1707         * Makefile.am (INCLUDES): loose SIGC_INCLUDES
1708
1709 2002-09-16  John Levon  <levon@movementarian.org>
1710
1711         * insettabular.h: hasSelection() needs to be public
1712
1713 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
1714
1715         * insetgraphicsParams.C: use empty string as default for rotateOrigin
1716
1717 2002-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
1718
1719         * insetgraphicsParams.C: use empty string as default for rotateOrigin
1720
1721 2002-09-11  André Pönitz <poenitz@gmx.net>
1722
1723         * insettabular.C: implement LFUN_WORDSEL
1724
1725 2002-09-10  John Levon  <levon@movementarian.org>
1726
1727         * insetinclude.h: remove unused param
1728
1729 2002-09-09  John Levon  <levon@movementarian.org>
1730
1731         * insetinclude.h:
1732         * insetinclude.C: remove noload, default to input
1733
1734 2002-09-29  Martin Vermeer  <martin.vermeer@hut.fi>
1735
1736         * insetgraphics.C: disfuscated use of ']' in built output string.
1737
1738 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
1739
1740         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code.
1741
1742 2002-08-29  Juergen Vigna  <jug@sad.it>
1743
1744         * insettabular.C (lfunMousePress): Pay attention where you set
1745         the x/y values as they depend on which inset in the tabular is
1746         actually locked. So you surely have to reset them if you (un)lock
1747         a inset!
1748
1749 2002-08-29  André Pönitz <poenitz@gmx.net>
1750
1751         * insetfootlike.h: rename include guard to ALL CAPS
1752
1753         * insettext.C: swap object and first parameter for checkInsetHit calls
1754           as this functions has moved from BufferView to LyXText
1755
1756
1757 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
1758
1759         * insetgraphicsParams.C: remove local displayTranslator and use
1760         the one from graphics/GraphicsTypes.h.
1761
1762 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1763
1764         * insetfloat.C (wide): add BufferParams parameter
1765
1766         * insetfloatlist.C (read):
1767         (latex):
1768         (getScreenLabel):
1769         * insetfloat.C (latex):
1770         (floatname):
1771         * insetcaption.C (draw): use LyXTextClass::floats()
1772
1773 2002-08-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1774
1775         * insetoptarg.h: add std:: qualifier.
1776
1777 2002-08-26  Juergen Vigna  <jug@sad.it>
1778
1779         * insettext.C (localDispatch): ditto.
1780
1781         * insettabular.C (localDispatch): fixed mouse pressing lfuns.
1782
1783 2002-08-25  John Levon  <levon@movementarian.org>
1784
1785         * inseturl.C: elide long URLs (bug 404)
1786
1787 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
1788
1789         * insetgraphics.[Ch]: remove InsetGraphics::readFigInset()
1790         remove "Format Version <version_no.>" string from inset header
1791
1792         * insetgraphics.C:
1793         * insetgraphicsParams.[Ch]: Implement new graphics dialog
1794
1795         * insetgraphicsParams.C: keepLyXAspectRatio, width and height are not
1796         a member of "grfx::Params" anymore.
1797
1798         * insetminipage.C: apply changes to "enum UNIT" in src/lyxlength.h
1799
1800 2002-08-24  John Levon  <levon@movementarian.org>
1801
1802         * insetoptarg.h:
1803         * insetoptarg.C: ws, pedantry ...
1804
1805 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1806
1807         * insettext.C (collapseParagraphs): pasteParagraph now in global
1808         scope
1809         (appendParagraphs): ditto
1810
1811 2002-08-21  Dekel Tsur  <dekelts@tau.ac.il>
1812
1813         * insetcite.C (latex): Remove spaces only after commmas.
1814
1815 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
1816
1817         * insettext.C: remove NO_COMPABILITY stuff
1818
1819 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
1820
1821         * insettext.C (edit): use ParagraphList iterators
1822
1823         * insetbib.C (bibitemMaxWidth): use ParagraphList iterators
1824         (bibitemWidest): ditto
1825
1826 2002-08-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
1827
1828         * insettext.C: include <boost/bind.hpp>
1829         add using std::for_each
1830         (saveLyXTextState): use ParagraphsList::iterator
1831         (init): use for_each on paragraphlist iterators
1832         (InsetText): remove superflous setting cached_bview to 0
1833         (latex): reformat a bit
1834         (ascii): use paragraphlist iterators
1835         (validate): use for_each + boost bind
1836         (getLabelList): use paragraphlist iterators
1837         (deleteLyXText): use for_each + boost::bind
1838         (resizeLyXText): ditto
1839         (reinitLyXText): ditto
1840         (removeNewlines): use paragraphlist iterators
1841         (getParFromID): ditto
1842         (paragraph): use for_each + boost::bind
1843         (getInsetFromID): use paragraphlist iterators
1844         (getLabelList): typo fix
1845
1846 2002-08-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
1847
1848         * insettext.C (read): assign tmp to paragraphs after return from
1849         call to parseSingleLyXformat2Token
1850
1851
1852 2002-08-13  Angus Leeming  <leeming@lyx.org>
1853
1854         * insetbib.C:
1855         * insetcite.C:
1856         * inseterror.C:
1857         * insetert.C:
1858         * insetexternal.C:
1859         * insetfloat.C:
1860         * insetfloatlist.C:
1861         * insetgraphics.C:
1862         * insetinclude.C:
1863         * insetindex.C:
1864         * insetminipage.C:
1865         * insetparent.C:
1866         * insetref.C:
1867         * insettabular.C:
1868         * insettext.C:
1869         * insettoc.C:
1870         * inseturl.C:
1871         changes due to the changed LyXView interface that now returns references
1872         to member variables not pointers.
1873
1874 2002-08-13  Angus Leeming  <leeming@lyx.org>
1875
1876         * inset.h:
1877         * insetcollapsable.h:
1878         * insetert.h:
1879         * insettabular.h:
1880         * insettext.h: forward-declare WordLangTuple
1881         (selectNextWordToSpellcheck) constify return type.
1882
1883         * inset.C:
1884         * insetcollapsable.C:
1885         * insetert.C:
1886         * insettabular.C:
1887         * insettext.C: #include "WordLangTuple.h" and rearrange included files.
1888
1889 2002-08-12  Angus Leeming  <leeming@lyx.org>
1890
1891         * insetgraphicsParams.C: fix reading of lyxsize_type in 1.2.0 documents.
1892
1893 2002-08-12  Juergen Vigna  <jug@sad.it>
1894
1895         * insetcollapsable.C (edit): ignore if entered when pressing mouse
1896         button 3.
1897
1898 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
1899
1900         * insetbib.C (bibitemMaxWidth): ParagraphList changes
1901         (bibitemWidest): ditto
1902         * insettext.[Ch]: ditto
1903
1904 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
1905
1906         * insettext.C, insetert.C: use Paragraph::empty where appropriate
1907
1908 2002-08-09  Angus Leeming  <leeming@lyx.org>
1909
1910         * insetinclude.C (latexString): remove fudge now that I've found out
1911         how to enable LaTeX to find the file using input@path.
1912
1913 2002-08-09  John Levon  <levon@movementarian.org>
1914
1915         * insettext.h:
1916         * insettext.C: remove unused xpos
1917
1918 2002-08-07  Juergen Vigna  <jug@lyx.org>
1919
1920         * insettabular.C (localDispatch): make delete not put the stuff
1921         in the clipboard only do this on a cut operation.
1922
1923         * insettext.C (localDispatch): make delete and backspace not put
1924         selected stuff to the clipboard.
1925
1926 2002-08-07  André Pönitz <poenitz@gmx.net>
1927
1928         * inset.[Ch]:
1929         * insetcollapsable.[Ch]:
1930         * insetert.[Ch]:
1931         * insetparent.[Ch]:
1932         * insetref.[Ch]:
1933         * insettabular.[Ch]:
1934         * insettext.[Ch]:  change (kb_action, arg) pair into a FuncRequest
1935
1936 2002-08-06  John Levon  <levon@movementarian.org>
1937
1938         * inset.h:
1939         * inset.C:
1940         * insetcollapsable.h:
1941         * insetcollapsable.C:
1942         * insetert.h:
1943         * insetert.C:
1944         * insettabular.h:
1945         * insettabular.C:
1946         * insettext.h:
1947         * insettext.C: use WordLangTuple for spellcheck
1948
1949 2002-08-06  Angus Leeming  <leeming@lyx.org>
1950
1951         * insetinclude.C: add a monitor to the previewed image, so that the
1952         image is refreshed if the \input-ed file changes.
1953
1954 2002-08-04  John Levon  <levon@movementarian.org>
1955
1956         * inset.h:
1957         * insetnote.h: s/IGNORE_CODE/NOTE_CODE/
1958
1959 2002-08-02  Angus Leeming  <leeming@lyx.org>
1960
1961         * insetcommandparams.[Ch] (preview): new methods returning and setting
1962         a new bool preview_ flag.
1963         (read): read this flag.
1964         (operator==): add flag to check.
1965
1966         * insetinclude.C (write): output new preview() flag.
1967         (previewWanted): use this flag.
1968
1969 2002-08-02  Angus Leeming  <leeming@lyx.org>
1970
1971         * insetcollapsable.[Ch] (addPreview):
1972         * insettabular.[Ch] (addPreview):
1973         * insettext.[Ch] (addPreview): new methods. Can now generate previews
1974         for insets in insets.
1975
1976 2002-08-02  Angus Leeming  <leeming@lyx.org>
1977
1978         * insetcite.C: fix typo.
1979
1980         * insetgraphics.C: kill current_view and instead cache the BufferView
1981         as a weak_ptr.
1982
1983         * insetinclude.C: kill current_view and pass the BufferView to the
1984         PreviewedInset so that it can cache it.
1985
1986 2002-08-01  Angus Leeming  <leeming@lyx.org>
1987
1988         * inset.h (generatePreview): renamed as addPreview.
1989         (generatePreview): new method. Allows code to be moved out of
1990         math_nestinset.C and into the new PreviewedInset class.
1991
1992         * insetinclude.[Ch] (ascent, descent, width, draw, addPreview):
1993         add previews to the inset when \input-ing LaTeX.
1994
1995 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1996
1997         * several files: strip,frontStrip -> trim,ltrim,rtrim
1998
1999 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2000
2001         * insetbib.C (latex): modify because of strip changes
2002         (getKeys): ditto
2003         * insetnote.C (InsetNote): ditto
2004
2005 2002-07-26  Juergen Vigna  <jug@sad.it>
2006
2007         * insettabular.C (searchForward): check for lastcell if we
2008         had a locking inset.
2009
2010 2002-07-25  Juergen Vigna  <jug@sad.it>
2011
2012         * insettabular.C (insetMotionNotify): Don't update the screen
2013         if we didn't do nothing.
2014         (searchForward): last cell was not checked.
2015
2016 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
2017
2018         * insetfloat.C (read, write): Allow default placement
2019         (floatPlacement_ is empty).
2020
2021 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2022
2023         * insetminipage.h (noFontChange):
2024         * insettabular.h (noFontChange):
2025         * insetfootlike.h (noFontChange):
2026         * insetfloat.h (noFontChange): return true
2027
2028         * inset.h (noFontChange): new method, defaulting to false
2029
2030 2002-07-22  Herbert Voss  <voss@lyx.org>
2031
2032         * insetgraphicsParams.[Ch]: support size_type for old docs
2033
2034 2002-07-22  Herbert Voss  <voss@lyx.org>
2035
2036         * insetgraphics.C:
2037         * insetgraphicsParams.[Ch]: change size_type to size_kind and
2038         other small changes
2039
2040 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2041
2042         * insettext.h: do not include "paragraph.h" and "lyxcursor.h"
2043
2044         * insetlatexaccent.h: do not include "lyxlex.h"
2045
2046         * insetgraphicsParams.h: do not include "lyxlex.h" and "buffer.h"
2047
2048         * insetquotes.C:
2049         * insetlatexaccent.C:
2050         * insetgraphics.C:
2051         * insetexternal.C:
2052         * insetert.C:
2053         * insetbib.C: #include "lyxlex.h"
2054
2055         * insetinclude.C:
2056         * insetfloat.C:
2057         * insetert.C:
2058         * insetbib.C:
2059         * insettext.C: use BufferParams::getLyXTextClass
2060
2061
2062         * insetfloat.C (addToToc): new method. Add to toclist the entries
2063         corresponding to Caption layouts
2064         (InsetFloat): when creating a new float, set the layout to "Caption"
2065
2066 2002-07-21  Herbert Voss  <voss@lyx.org>
2067
2068         * insetgraphicsParams.C: fet the keepLyXAspectRatio run. Move the
2069         image relevant part into graphics/GraphicsImgae.C
2070
2071 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2072
2073         * insettoc.C (ascii):
2074         * insetfloatlist.C (ascii): change to use the new Toc functions
2075         instead of stuff that was in Buffer
2076
2077 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2078
2079         * insettext.C (localDispatch): BufferView::Dispatch has been
2080         renamed to BufferView::dispatch
2081
2082 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2083
2084         * insetgraphicsParams.C (as_grfxParams): use the new
2085         keepLyXAspectRatio parameter. Note that this is an adaptation of a
2086         1.2.0 patch, and I do not really know how to adapt it to the new
2087         grfx::Cache world. Angus, please could you have a look?
2088
2089 2002-05-01  Herbert Voss  <voss@lyx.org>
2090
2091         * insetgraphicsParams.[Ch]: define a new keepLyXAspectRatio parameter.
2092
2093 2002-07-18  Angus Leeming  <leeming@lyx.org>
2094
2095         * insetgraphics.C: clean-up comments (from Herbert).
2096         add a new checksum variable to the cache. Use it in PrepareFile.
2097         (draw): start monitoring the file for a change.
2098         (prepareFile): re-arrange a little to avoid unnecessary steps.
2099
2100 2002-07-17  Angus Leeming  <leeming@lyx.org>
2101
2102         * insetgraphics.C (Cache c-tor): bind to the GraphicsLoader through
2103         a method rather than to the signal directly.
2104
2105 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
2106
2107         * insettext.C: use view_state_changed, switchKeyMap
2108
2109 2002-07-17  Herbert Voss  <voss@perce.de>
2110
2111         * insetgraphics.C (prepareFile): keep the extension when
2112         exporting to nice file
2113
2114 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2115
2116         * insetcite.C (getNatbibLabel):
2117         * insetbib.C (getKeys): use ascii_lowercase instead of lowercase
2118
2119 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
2120
2121         * insetgraphics.C: use ->isDrawable()
2122
2123 2002-07-12  Angus Leeming  <leeming@lyx.org>
2124
2125         * insetgraphics.C: use the new smart loading capabilities of the image
2126         loader.
2127
2128 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
2129
2130         * insettabular.C (edit): Move into correct cell when entering a
2131         tabular in
2132
2133         * insettext.C (unlockInsetInInset): Correct cursor behaviour for
2134         RTL paragraphs.
2135
2136 2002-07-05  Angus Leeming  <leeming@lyx.org>
2137
2138         * inset.h (generatePreview): new virtual method.
2139
2140 2002-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2141
2142         * insetcommandparams.[Ch] (operator=): move out of class
2143         (operator!): move out of class
2144
2145 2002-07-04  André Pönitz <poenitz@gmx.net>
2146
2147         * insetcommandparams.[Ch]: new files
2148
2149         * insetcommand.[Ch]: move code to insetcommandparams.[Ch]
2150
2151 2002-06-15  Herbert Voss  <voss@perce.de>
2152
2153         * insetgraphics.C (prepareFile): bugfix; return always
2154         files without extension
2155
2156 2002-06-28  Angus Leeming  <leeming@lyx.org>
2157
2158         * insetgraphicsParams.[Ch]: forward declare grfx::Params.
2159         rename asGParams -> as_grfxParams.
2160
2161         * insetgraphics.C: reflect above change.
2162
2163 2002-06-26  Angus Leeming  <leeming@lyx.org>
2164
2165         * insetgraphics.h: use boost::scoped_ptr in preference to
2166         std::auto_ptr.
2167
2168 2002-06-26  Angus Leeming  <leeming@lyx.org>
2169
2170         * insetgraphics.C: moved the image loading stuff into a new class
2171         grfx::Loader. Simplifies this file enormously.
2172
2173         * insetgraphics.h: no longer #include "graphics/GraphicsTypes.h".
2174
2175         * insetgraphicsParams.C: changes aassociated with moving
2176         grfx::DisplayType out of grfx::GParams.
2177
2178 2002-06-26  André Pönitz <poenitz@gmx.net>
2179
2180         * insetgraphics.C: use os::external_path where necesaary according to a
2181         patch from Claus Hentschel)
2182
2183 2002-06-25  Angus Leeming  <leeming@lyx.org>
2184
2185         * insetgraphics.[Ch]: The inset now assumes the responsibility for
2186         generating a pixmap once the graphics file is loaded into memory.
2187         The current_view ugliness that was in grfx::ModifiedImage has been
2188         moved here now that grfx::ModifiedImage is no more.
2189
2190 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2191
2192         * insettext.C: layout as layout
2193
2194 2002-05-28  André Pönitz <poenitz@gmx.net>
2195
2196         * insetfloatlist.h: remove source of compiler warning
2197
2198         * insetref.C: tiny whitespace
2199
2200 2002-06-15  Herbert Voss  <voss@perce.de>
2201
2202         * insetgraphics.C: (prepareFile) fix bug with zipped eps-files
2203         and take always convert when no userdefined converter was
2204         found
2205         (latex) small changes in the lyxerr output
2206
2207 2002-06-15  LyX Development team <lyx@rilke>
2208
2209         * inset*.[Ch] (docbook): Added new argument to take the pernicious
2210         mixed content. Small white spaces clean.
2211
2212 2002-06-14  Angus Leeming  <leeming@lyx.org>
2213
2214         * inseetexternal.C: remove the using std::difftime declaration.
2215
2216 2002-06-13  Edwin Leuven  <leuven@fee.uva.nl>
2217
2218         * insetquotes.C: change lyxfont::draw to font_metrics::draw
2219
2220 2002-06-12  Vitaly Lipatov  <LAV@VL3143.spb.edu>
2221
2222         * insetquotes.C (draw): fix drawing of double quotes
2223
2224 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
2225
2226         * insettabular.C: s/scrollCB/scrollDocView/
2227
2228 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
2229
2230         * insettext.C: change of topCursorVisible()
2231           prototype
2232
2233 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
2234
2235         * insettext.h:
2236         * insettext.C: rename/change of LyXScreen
2237
2238 2002-06-07  Angus Leeming  <leeming@lyx.org>
2239
2240         Fixes needed to compile with Compaq cxx 6.5.
2241         * insetexternal.C:
2242         all c-library variables have been moved into namespace std.
2243         Wrap using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
2244
2245 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2246
2247         * insetinclude.C (uniqueID):
2248         * insetgraphics.C (uniqueID): renamed from unique_id, since this
2249         conflicted with some AIX headers.
2250
2251 2002-05-31  Juergen Vigna  <jug@sad.it>
2252
2253         * insetert.C (get_new_label): add '...' for multi-paragraph ert
2254         insets too
2255         (update) new method
2256
2257 2002-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2258
2259         * insetexternal.C (clone): fix () bug when using new
2260         (updateExternal): don't only look for difftime in global scope
2261
2262 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
2263
2264         * insettabular.C: add const
2265
2266 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2267
2268         * insetgraphicsParams.C (Read): use lyxlex::eatLine to read the
2269         file name, in case there are weird characters like ',' in there.
2270         (bug #407)
2271
2272 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2273
2274         * switch from SigC signals to boost::signals.
2275
2276 2002-05-28  André Pönitz <poenitz@gmx.net>
2277
2278         * insets/insetgraphicsParams.[Ch]:
2279           put in inset related stuff from src/graphic
2280
2281 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
2282
2283         * inset.C:
2284         * inset.h:
2285         * insetbib.C:
2286         * insetbib.h:
2287         * insetcite.h:
2288         * insetcite.C:
2289         * insetcollapsable.C:
2290         * insetcollapsable.h:
2291         * inseterror.C:
2292         * inseterror.h:
2293         * insetert.C:
2294         * insetert.h:
2295         * insetexternal.C:
2296         * insetexternal.h:
2297         * insetfloatlist.C:
2298         * insetfloatlist.h:
2299         * insetgraphics.C:
2300         * insetgraphics.h:
2301         * insetinclude.C:
2302         * insetinclude.h:
2303         * insetindex.C:
2304         * insetindex.h:
2305         * insetlabel.C:
2306         * insetlabel.h:
2307         * insetparent.C:
2308         * insetparent.h:
2309         * insetref.C:
2310         * insetref.h:
2311         * insettabular.C:
2312         * insettabular.h:
2313         * insettext.C:
2314         * insettext.h:
2315         * insettoc.C:
2316         * insettoc.h:
2317         * inseturl.C:
2318         * inseturl.h: use mouse_state. Kill insetKeyPress
2319
2320 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
2321
2322         * insetbib.C:
2323         * insetbutton.C:
2324         * insetcaption.C:
2325         * insetcollapsable.C:
2326         * inseterror.C:
2327         * insetgraphics.C:
2328         * insetlatexaccent.C:
2329         * insetquotes.C:
2330         * insetspecialchar.C:
2331         * insettabular.C:
2332         * insettext.C: name change for font metrics
2333
2334 2002-05-24  Juergen Vigna  <jug@sad.it>
2335
2336         * insetgraphics.h: include inset.h first (for LString.h)
2337
2338 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
2339
2340         * insettext.C: screen moved
2341
2342 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
2343
2344         * insetbib.C:
2345         * insetcite.C:
2346         * inseterror.C:
2347         * insetert.C:
2348         * insetexternal.C:
2349         * insetfloat.C:
2350         * insetfloatlist.C:
2351         * insetgraphics.C:
2352         * insetinclude.C:
2353         * insetindex.C:
2354         * insetminipage.C:
2355         * insetparent.C:
2356         * insetref.C:
2357         * insettabular.C:
2358         * insettext.C:
2359         * insettoc.C:
2360         * inseturl.C: LyXView moved into frontends/
2361
2362 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
2363
2364         * inset.C:
2365         * insetbutton.C:
2366         * insetcaption.C:
2367         * insetcollapsable.C:
2368         * insetcommand.C:
2369         * inseterror.C:
2370         * insetgraphics.C:
2371         * insetgraphicsParams.C:
2372         * insetlatexaccent.C:
2373         * insetquotes.C:
2374         * insetspecialchar.C:
2375         * insettabular.C:
2376         * insettext.C: move Painter to frontends/
2377
2378 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2379
2380         * insettabular.h: use more specific smart_ptr header.
2381         * insettext.h: ditto
2382
2383         * insetgraphics.C (InsetGraphics): change call of shared_ptr::reset
2384         (draw): ditto
2385
2386 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
2387
2388         * insettext.C: clear selection on paste (bug 393)
2389
2390 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
2391
2392         * insettext.C (latex): Honor the moving_arg argument.
2393
2394 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2395
2396         * insetfoot.C (latex): if a footnote is in a title layout, then it
2397         is a \thanks. And then, its contents is a moving argument.
2398
2399 2002-05-14  Juergen Vigna  <jug@sad.it>
2400
2401         * insetcollapsable.C (InsetCollapsable): forgot to initialize
2402         first_after_edit.
2403
2404 2002-05-09  Angus Leeming  <a.leeming@ic.ac.uk>
2405
2406         * Insetcite.C (getNatbibLabel): don't disable natbib label support
2407         when using options "Full author list" or "Upper case".
2408
2409 2002-05-14  Herbert Voss  <voss@perce.de>
2410
2411         * insetgraphics.C (prepareFile): allow files with same name
2412         in different dirs
2413         (readFigInset): set the flags from old figinset in the right
2414         manner
2415         (findTargetFormat): more comments
2416
2417 2002-05-14  Juergen Vigna  <jug@sad.it>
2418
2419         * insettext.C (edit): tell checkAndActivateInset() that we don't
2420         have a button press.
2421         (checkAndActivateInset): if button < 0 we don't have a button press
2422         on the inset and os we won't call edit on it if it's not a Highly
2423         editable inset (then we have to enter it).
2424
2425 2002-05-13  Juergen Vigna  <jug@sad.it>
2426
2427         * insetcollapsable.C (insetButtonRelease): returned wrong return
2428         value.
2429
2430 2002-05-09  Juergen Vigna  <jug@sad.it>
2431
2432         * insetcollapsable.C (edit): first_after_edit should only be
2433         set to true if we enter this inset and it was collapsed so we
2434         open it up. This is needed to reclose it after a search/replace
2435         or spellcheck function opened it and was negative.
2436
2437 2002-05-09  Dekel Tsur  <dekelts@tau.ac.il>
2438
2439         * insetfloat.C (latex): Return correct value.
2440
2441 2002-05-04  Herbert Voss  <voss@perce.de>
2442
2443         * InsetgraphicsParams.C (read): fix bug with WH
2444
2445 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
2446
2447         * insetfloat.C (latex): More sensible latex output
2448         (fix the problem with endfloat).
2449
2450 2002-05-02  José Matos  <jamatos@fep.up.pt>
2451
2452         * insetgraphics.C (validate): acess params as everyone else.
2453
2454 2002-05-03  Juergen Vigna  <jug@sad.it>
2455
2456         * insettabular.C (fitInsetCursor): recalculate the cursor position
2457         if I request it.
2458
2459 2002-05-01  Angus Leeming  <a.leeming@ic.ac.uk>
2460
2461         * InsetgraphicsParams.[Ch]: whitespace.
2462
2463 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
2464
2465         * insetfloatlist.C (getScreenLabel): Fix crash in the case where
2466         float type do not exist.
2467
2468 2002-04-28  Herbert Voss  <voss@perce.de>
2469
2470         * insetgraphics.C (latex): fix bug with missing file-extension.
2471         LaTeX still allows a missing "eps" or "ps".
2472
2473 2002-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
2474
2475         * insetfloat.C (c-tor, wide): translate the name of the float.
2476
2477 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
2478
2479         * insetcite.[Ch]: take Herbert's patch to give WYSIWYG citation labels
2480         when using natbib and make it work efficiently. Must emphasise that the
2481         real work is Herbert's.
2482
2483 2002-04-23  Herbert Voss  <voss@perce.de>
2484
2485         * insetgraphic.C (prepareFile): fix bug with overwriting and
2486         deleting an existing *.eps-file in the doc-dir
2487
2488 2002-04-23  Juergen Vigna  <jug@sad.it>
2489
2490         * insettabular.C (drawCellSelection): fix off by 1 error.
2491
2492 2002-04-22  Juergen Vigna  <jug@sad.it>
2493
2494         * insettabular.C (setFont): rewoke full selection if it was asked,
2495         after we changed all we had to change.
2496
2497         * insettext.C (insetUnlock): code was uninitialized in some situations.
2498
2499 2002-04-19  Herbert Voss  <voss@perce.de>
2500
2501         * insetgraphic.C (prepareFile): return filename without
2502         extension if we only export without compiling
2503
2504 2002-04-19  Juergen Vigna  <jug@sad.it>
2505
2506         * insettext.C (draw): call a fullRebreak on the row where we had a
2507         change and reset the cursor and selection-cursors.
2508
2509         * insettabular.C (insetUnlock):
2510         (insetButtonPress): call an update before setting the_locking_inset = 0
2511         as otherwise we don't repaint!
2512         (update): reset the cursor position when we changed dimensions as
2513         otherwise our cursor may be on the wrong spot.
2514
2515 2002-04-18  Juergen Vigna  <jug@sad.it>
2516
2517         * insettabular.C (localDispatch): repaint the cell if it was unlocked.
2518         (unlockInsetInInset): set the_locking_inset to 0 only AFTER we made the
2519         redraw otherwise we won't redraw.
2520
2521         * insettext.C (draw): fixed the setting of LyXText::first_y it was
2522         not really right before, but I only discovered this with the last
2523         changes to Page up/down.
2524
2525 2002-04-17  Juergen Vigna  <jug@sad.it>
2526
2527         * insettext.C (checkAndActivateInset): simplified as we now have the
2528         edit(bv, bool) call.
2529
2530         * insettext.h: changed behind variables to front variables to be
2531         equal to the one in the edit call (as it is for that they are used).
2532
2533 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
2534
2535         * insetnote.h (ascii): overide the InsetCollapsable::ascii method to
2536         not output anything at all!
2537
2538 2002-04-16  Juergen Vigna  <jug@sad.it>
2539
2540         * insettabular.C (insetButtonPress):
2541         (insetUnlock): call a redraw on unlocking the cell inset.
2542
2543         * insettext.C (insetButtonPress): same as below.
2544         (lockInset): new function to set initial values when inset should
2545         be locked.
2546         (insetButtonPress): use above function.
2547         (insetUnlock): don't force a repaint only set the updateStatus. The
2548         outside world should repaint if it thinks it should be done!
2549
2550         * insettabular.C (insetButtonPress): init values if not set as locked
2551         as we are locked if someone presses on us and don't call the edit()
2552         call of the InsetText to lock it do it as BufferView does it!
2553
2554         * inset.h (insetInInsetY): make func const and return an int.
2555         * insettext.C:
2556         * insettabular.C:
2557         * insetcollapsable.C: adapt the above changed function.
2558
2559 2002-04-15  Juergen Vigna  <jug@sad.it>
2560
2561         * insettext.C (getCursorPos): return relative position as to be able
2562         to give them directly to the edit() call.
2563         (edit): we have to set also x_fix as it is not set inside the
2564         setCursorFromCoordinates call!
2565         (insetMotionNotify): ditto.
2566
2567 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
2568
2569         * insetbib.C (getKeys): strip leading '\t's from the line too.
2570         With thanks to Henry Pfister <hpfister@ucsd.edu>.
2571
2572 2002-04-12  Juergen Vigna  <jug@sad.it>
2573
2574         * insettext.h: added cix() helper function and use it where appropriate
2575
2576 2002-04-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2577
2578         * insetgraphics.C (prepareFile): fix bug when graphics is a
2579         relative path
2580
2581 2002-04-12  Juergen Vigna  <jug@sad.it>
2582
2583         * insettext.C (insertInset): remove unneeded code!
2584         (updateLocal): fitCursor() fixes.
2585         (collapseParagraphs): fix a possible problem when having a selection
2586         and collapsing the paragraphs.
2587
2588 2002-04-08  Herbert Voss  <voss@perce.de>
2589
2590         * insetgraphic.C (write): write the rotating angle as
2591         a float as is. test only for != 0.0
2592
2593 2002-04-11  Juergen Vigna  <jug@sad.it>
2594
2595         * insettext.C: new function ciy() and use it for setting inset_y.
2596
2597         * insetert.C (draw): fix the x return for collapsed version.
2598
2599 2002-04-07  Herbert Voss  <voss@perce.de>
2600
2601         * insetgraphic.C (readFigInset): fix bug with subcaption and
2602         rotating
2603
2604 2002-04-08  Herbert Voss  <voss@lyx.org>
2605
2606         * insetgraphicsparam.C: forgot special option and delete old
2607         1.2.0 stuff
2608
2609 2002-04-05  Juergen Vigna  <jug@sad.it>
2610
2611         * insettext.C (localDispatch): make a CURSOR update if we inserted
2612         a character.
2613
2614 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2615
2616         * insetfloatlist.C (getScreenLabel):
2617         (latex): use Floating::listName
2618         (validate): new method
2619
2620 2002-04-03  José Matos  <jamatos@fep.up.pt>
2621
2622         * insetlabel.C (docbook): the anchor is an empty element in docbook.
2623
2624         * insetfoot.[Ch] (docbook): added forgotten method.
2625
2626 2002-04-03  Juergen Vigna  <jug@sad.it>
2627
2628         * insettext.C (insetButtonPress): fix insetButtonPress events the same
2629         way as in Bufferview_pimpl.
2630
2631 2002-04-03  Allan Rae  <rae@lyx.org>
2632
2633         * insetgraphics.C (latex): one % too many makes living on the bleeding
2634         edge fun with less than 30 minutes to a meeting with a PhD supervisor.
2635
2636 2002-03-28  Herbert Voss  <voss@lyx.org>
2637
2638         * insetgraphic.C (latex): simplify the code for the latex
2639         output when the file doesn't exist
2640
2641 2002-03-29  Juergen Vigna  <jug@sad.it>
2642
2643         * insettext.C (updateLocal): fixes to fitCursor calls when locking/
2644         unlocking inset.
2645
2646         * insettabular.C (edit): call fitCursor().
2647
2648         * insettext.C (insetButtonPress): change behaviour of no_selection
2649         to the one in the BufferView selection_possible and fix the spurious
2650         selection bug with it.
2651         (localDispatch): revoke selection on BREAK... functions.
2652
2653 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2654
2655         * insetfloatlist.C (getScreenLabel): translate the GUI label.
2656
2657 2002-03-28  Juergen Vigna  <jug@sad.it>
2658
2659         * insettabular.C (insetAllowed): return true as default value otherwise
2660         we're not able to insert insets inside paragraphs of an not locked
2661         insettext!
2662
2663 2002-03-27  Herbert Voss  <voss@lyx.org>
2664
2665         * insetgraphicsparam.C: change c%, p% to col%, page%
2666
2667 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2668
2669         * insetspecialchar.C (isLineSeparator): disable the nice code to
2670         allow linebreaks after hyphenation and menu separators.
2671
2672 2002-03-26  Herbert Voss  <voss@lyx.org>
2673
2674         * insetgraphics.C (figinsetRead): set the right lyxview
2675
2676 2002-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
2677
2678         * insetgraphicsParams.C (latexify): use \textbackslash in preference to
2679         $\backslash$ and pass a "string const &" to the function.
2680         (prepareFile, latex): use Path rather than MakeAbsPath.
2681
2682 2002-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
2683
2684         * insetgraphicsParams.C (Read): revert Herbert's fix and apply the
2685         proper fix to the graphics cache.
2686         (latex): "really" nice output if the file is not found ;-)
2687
2688 2002-03-26  Juergen Vigna  <jug@sad.it>
2689
2690         * insettext.C (setText): added a LyXFont param and call reinitLyXText()
2691         (collapseParagraphs): fixed inserting of separator ' '
2692
2693         * insettabular.C (insertAsciiString): only check for buffer lenght
2694         not if we have \t or \n inside the buffer as if we don't have we only
2695         have 1 cell and that's it!
2696
2697         * insetert.C (close): don't collapse if inlined.
2698
2699 2002-03-25  Herbert Voss  <voss@lyx.org>
2700
2701         * insetgraphicsParams.C (Read): prevent LyX from hanging if the
2702         graphics file does not exist.
2703
2704 2002-03-25  Angus Leeming  <a.leeming@ic.ac.uk>
2705
2706         * insetgraphics.C (prepareFile): ensure that the file has an absolute
2707         path when preparing export.
2708
2709         * insetgraphicsParams.[Ch] (Write): no longer passed Buffer *, as we
2710         no longer MakeRelPath.
2711
2712 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
2713
2714         * insetgraphics.[Ch] (c-tor, setParams, updateInset): passed filepath.
2715         Used to determine the absolute path to the graphics file in the
2716         graphics cache and only in the graphics cache.
2717         (readInsetGraphics, readFigInset) : no longer passed buffer. Do not
2718         make graphics file name absolute if it is stored as a relative path.
2719
2720         * insetgraphicsParams.[Ch] (Read): no longer passed buffer. Do not
2721         make graphics file name absolute if it is stored as a relative path.
2722
2723         * insettext.C (edit): emit an updateParagraph signal on entering a text
2724         inset. Needs to be emitted when leaving the inset also.
2725
2726 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2727
2728         * all files: ws cleanup
2729
2730         * Makefile.am: remove ld -r stuff
2731
2732 2002-03-21  Juergen Vigna  <jug@sad.it>
2733
2734         * insettext.C (appendParagraphs): new function added to append
2735         the paragraphs to this insets paragraphs.
2736
2737 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2738
2739         * Makefile.am: special rules if partial linking
2740
2741 2002-03-19  Juergen Vigna  <jug@sad.it>
2742
2743         * insetgraphics.C (draw): fixed the setting of CHANGED_IN_DRAW!
2744
2745 2002-03-18  Angus Leeming  <a.leeming@ic.ac.uk>
2746
2747         * insetgraphics.C: Clean up Baruch's comments a little.
2748         (c-tor): remove code setting id_, as it's set in the Inset c-tor.
2749
2750 2002-03-14  John Levon  <moz@compsoc.man.ac.uk>
2751
2752         * insettabular.C:
2753         * insettheorem.C: wrap warnings
2754
2755         * insetgraphics.C: improve messages, move cached_status_
2756           setting to safer place
2757
2758 2002-03-18  Juergen Vigna  <jug@sad.it>
2759
2760         * insettabular.C (unlockInsetInInset): removed unneeded showCursor
2761         calls.
2762         (localDispatch): ditto
2763
2764         * insettext.C (edit): removed unneeded showCursor calls.
2765         (localDispatch): ditto.
2766
2767 2002-03-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2768
2769         * insetgraphics.h: remove display() method.
2770
2771 2002-03-11  Juergen Vigna  <jug@sad.it>
2772
2773         * insetgraphics.C (draw): hack to fix the redrawing bug.
2774         (draw): seems this fixes #268 (force redraw of row if we changed).
2775
2776         * insettext.C (updateInsetInInset): fixed for updates in insets inside
2777         this inset text (don't know why I missed this earlier).
2778
2779 2002-03-08  Juergen Vigna  <jug@sad.it>
2780
2781         * insettabular.C (updateLocal): do a FULL update if we're not locked
2782         and only a CELL update is asked.
2783
2784         * insettext.C (updateInsetInInset): update insets inside inset also
2785         if it isn't inside the_locking_inset.
2786
2787         * insettabular.C (updateInsetInInset): ditto.
2788
2789 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2790
2791         * insetexternal.C (doSubstitution): check whether we are using a
2792         temp dir for defining $$FPath
2793
2794 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
2795
2796         * insettabular.C:
2797         * insettext.C: remove #include "WorkArea.h".
2798
2799 2002-03-06  Juergen Vigna  <jug@sad.it>
2800
2801         * insettext.C (draw): fixed frame redrawing.
2802         (clear): forgot to set the inset_owner of the paragraph.
2803
2804         * insetert.C (status): pay attention the bv can be 0 here!
2805         (getMaxWidth): add the default leftMargin
2806
2807 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2808
2809         * insetert.C (getMaxWidth): make w unsigned int.
2810
2811 2002-03-05  Juergen Vigna  <jug@sad.it>
2812
2813         * insetert.C (status): change behaviour of Inlined.
2814         (getMaxWidth): added for new inlined behaviour.
2815
2816 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
2817
2818         * insetnote.h (linuxdoc, docbook): add empty methods.
2819         * insetinclude.C (validate): fix a case where buffer->niceFile was used
2820         before being initialized.
2821
2822 2002-03-05  Juergen Vigna  <jug@sad.it>
2823
2824         * insettext.C (insetButtonPress): don't call exit on a InsetButtonPress
2825         only that one in the inset. Should be enough.
2826         (updateLocal): set the selection cursor always if we don't have a
2827         selection to be sure it's set!
2828
2829         * insettabular.C (insetButtonPress): don't hit a sub inset 2 times.
2830
2831 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2832
2833         * insettext.C (clear): a gross hack to set layout on a newly
2834         created paragraph.
2835
2836 2002-03-04  Juergen Vigna  <jug@sad.it>
2837
2838         * insettabular.C (localDispatch): inserted handling of
2839         LFUN_FILE_INSERT_ASCII_PARA and LFUN_FILE_INSERT_ASCII.
2840         (insertAsciiString): new helper function.
2841
2842 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
2843
2844         * insetinclude.C (linuxdoc, docbook): deal correctly with the niceFile
2845         argument.
2846
2847 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2848
2849         * insettext.C (InsetText): initalize newly created par with
2850         default layout. add bufferparams parameter
2851         first -> first_y
2852
2853         * insetcaption.[Ch] (InsetCaption): add BufferParams parameter
2854         * insetcollapsable.[Ch] (InsetCollapsable): ditto
2855         * insetert.[Ch] (InsetERT): ditto
2856         * insetfloat.[Ch] (InsetFloat): ditto
2857         * insetfoot.[Ch] (InsetFoot): ditto
2858         * insetfootlike.[Ch] (InsetFootLike): ditto
2859         * insetmarginal.[Ch] (InsetMarginal): ditto
2860         * insetminipage.[Ch] (InsetMinipage): ditto
2861         * insetnote.[Ch] (InsetNote): ditto
2862         * insettabular.[Ch] (InsetTabular): ditto + adjust for tabular changes
2863
2864 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2865
2866         * insettext.C: layout as string
2867
2868         * insetinclude.C: layout as string
2869
2870         * insetert.C: layout as string
2871
2872         * insetbib.C: layout as string
2873
2874 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
2875
2876         * insetert.C:
2877         * insettabular.C: remove #include "lyx_gui_misc.h".
2878
2879 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
2880
2881         * Makefile.am:
2882         * figinset.h:
2883         * figinset.C:
2884         * inset.h: remove figinset, yahoo !
2885
2886 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
2887
2888         * insetgraphics.C (c-tors): initialise parent classes explicitly in
2889         copy c-tor and initialise member variables in the correct order.
2890
2891 2002-02-28  Juergen Vigna  <jug@sad.it>
2892
2893         * insettabular.C (localDispatch): clear selection on PgUp/Down.
2894
2895 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2896
2897         * inset.h: ... and add a better one here.
2898
2899         * insetcommand.C (insetButtonRelease): remove that one which was a
2900         bit broken...
2901
2902 2002-02-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2903
2904         * insetcommand.C (insetButtonRelease): ... and move it here.
2905
2906         * inseturl.h: remove insetButtonRelease from there...
2907
2908 2002-02-26  Juergen Vigna  <jug@sad.it>
2909
2910         * inseturl.h: Added a insetButtonRelease call returning true as
2911         prove of concept.
2912
2913         * insetlabel.C (edit): Fixed wrong update handling after change I
2914         leave in the wrong code for the one who wrote it to remove and have
2915         a look what he did wrong.
2916
2917         * insettabular.C (localDispatch): force a SELECTION update if we
2918         had a selection and we passed the event down to the inset (fix #213)
2919         (localDispatch): handle font changing stuff when we have a cell
2920         selection so that the selection is not rewoked. I don't really like
2921         this fix, but it's the only way I see to do it right now.
2922
2923 2002-02-22  Juergen Vigna  <jug@sad.it>
2924
2925         * insettext.C (insetUnlock): set the cursor to the second paragraph
2926         if available and if the first one is empty (fix #191).
2927
2928 2002-02-20  Juergen Vigna  <jug@sad.it>
2929
2930         * insettext.C (getDrawFont): implemented this function to call the
2931         one of the owner if present as the owner normally knows what to do
2932         with us.
2933
2934         * insetert.C: implement getDrawFont() function and comment out all
2935         the crap for setting a special latex font inside this inset.
2936         (InsetERT): added a Lanugage parameter to this constructor.
2937
2938         * inset.h: added function getDrawFont(LyXFont & font) to be able to
2939         change the font for being drawn on screen (used only in InsetERT for
2940         now).
2941
2942         * insettabular.C (draw): clear the parts around a cellinset ALWAYS
2943         and also above (was missing).
2944         (updateLocal): don't remove the cell selection if we have one this
2945         should be done where we really want to remove it.
2946
2947 2002-02-20  José Matos  <jamatos@fep.up.pt>
2948
2949         * insetinclude.h: include_label made string const.
2950
2951         * insetinclude.C (InsetInclude): moved include_label initialization.
2952         (linuxdoc):
2953         (docbook):
2954         (validate): fix support for temporary directory, for docbook and
2955         linuxdoc.
2956
2957         * insetgraphics.h : new private member, graphic_label, that holds
2958         the entity name that defines the graphics location (SGML).
2959
2960         * insetgraphics.C (unique_id): new function to give a unique label
2961         for graphic.
2962         (docbook):
2963         (validate): the file locatation is given by an entity reference.
2964
2965 2002-02-18  Herbert Voss  <voss@lyx.org>
2966
2967         * insetgraphics.C: use [Debug::GRAPHICS] for lyxerr
2968
2969 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
2970
2971         * insetexternal.C Changes due to the renaming of support/syscall.[Ch]
2972         as support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
2973
2974 2002-02-18  José Matos  <jamatos@fep.up.pt>
2975
2976         * insetinclude.C (validate): some code only applies to latex buffers,
2977         it was made conditional.
2978
2979 2002-02-12  Herbert Voss  <voss@lyx.org>
2980
2981         * insetgraphics.C: (prepareFile) do not check at this time
2982         if the file is present.
2983
2984 2002-02-12  Herbert Voss  <voss@lyx.org>
2985
2986         * insetgraphics.C: latex(), return the correct newlines
2987
2988 2002-02-13  José Matos  <jamatos@fep.up.pt>
2989
2990         * inseturl.C (docbook): escape & in url.
2991
2992 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2993
2994         * insetspecialchar.C (isLineSeparator): line breaking is allowed
2995         after HYPHENATION and MENU_SEPARATOR
2996
2997         * inset.h (isLineSeparator): new method, returns false by default.
2998
2999 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3000
3001         * insetert.C (status): do not update the text inset, but the ERT
3002         inset.
3003
3004 2002-02-11  John Levon  <moz@compsoc.man.ac.uk>
3005
3006         * insetnote.C: use notebg for background
3007
3008 2002-02-08  Herbert Voss  <voss@lyx.org>
3009
3010         * insetgraphic.C:
3011         * insetgraphicsParams.[Ch]: adding new Option noUnzip to
3012         prevent LyX from unzipping when this should be handled
3013         by latex vis the graphic.cfg.
3014         clean up the code
3015
3016 2002-02-08  Herbert Voss  <voss@lyx.org>
3017
3018         * insetgraphic.C: prepareFile(): fix bug when file doesn't
3019         exists, than return filename with extension
3020
3021 2002-02-06  Herbert Voss  <voss@lyx.org>
3022
3023         * insetgraphic.C: prepareFile(): don't convert the file, when
3024         it's not viewed in LyX. Saves a lot of time when opening a
3025         document!
3026
3027 2002-02-05  Herbert Voss  <voss@lyx.org>
3028
3029         * insetgraphic.C:
3030         * insetgraphicsParams.[Ch]: some cosmetic changes to latex output
3031         and adding a rotate bool similiar to subcaption
3032
3033 2002-02-04  Herbert Voss  <voss@lyx.org>
3034
3035         * insetgraphic.C:
3036         * insetgraphicsParams.[Ch]: add a LyXView-scale to have a
3037         similiar view to the LaTeX one. Get zipped files work.
3038
3039 2002-02-04  Angus Leeming  <a.leeming@ic.ac.uk>
3040
3041         * insetgraphicsParams.C (init): set display to DEFAULT.
3042         No longer #include "lyxrc.h".
3043
3044 2002-02-04  Angus Leeming  <a.leeming@ic.ac.uk>
3045
3046         * insetgraphics.C (readFigInset): comment out the "zippedFile" stuff
3047         for now (so that the code compiles).
3048
3049 2002-02-02  Herbert Voss  <voss@lyx.org>
3050
3051         * insetgraphic.C: delete inVariant() and some minor changes
3052         * insetgraphicsParams.[C]:
3053
3054 2002-02-01  Angus Leeming  <a.leeming@ic.ac.uk>
3055
3056         * insetgraphics.C (updateInset): if params.display == DEFAULT,
3057         interogate lyxrc.display_graphics before diaplaying the graphic.
3058
3059         * insetgraphicsParams.[Ch]: respect the new DEFAULT state of
3060         InsetGraphicsParams::DisplayType.
3061
3062 2002-01-31  Herbert Voss  <voss@lyx.org>
3063
3064         * insetgraphic.C: (readfigInset) set display to pref-default
3065
3066 2002-01-30  Herbert Voss  <voss@lyx.org>
3067
3068         * insetgraphic.C: get the filetyp from it's contents
3069         * insetgraphicparams.C: add token scale and lyxrc.display when
3070         creating a new inset
3071
3072 2002-01-30  Angus Leeming  <a.leeming@ic.ac.uk>
3073
3074         * figinset.C: added using std::ios directive.
3075
3076 2002-01-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3077
3078         * figinset.C (runqueue): open translation file in binary mode (for
3079         cygwin).
3080
3081 2002-01-27  Herbert Voss  <voss@lyx.org>
3082
3083         * insetgraphic.[Ch]: mostly newritten to support graphicx with
3084         all options and to be sure that the old figinsets are correct
3085         converted.
3086         * insetgraphicParams.[Ch]: a lot of chamges to have a clean data-
3087         structure and to support all lengths as LyXLength. The Parameter
3088         structure changed again, but reading of "old" 1.2 graphic insets
3089         is no problem.
3090
3091 2002-01-20  Dekel Tsur  <dekelts@tau.ac.il>
3092
3093         * insetert.h (forceDefaultParagraphs): Added
3094
3095 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3096
3097         * insettabular.C (getMaxWidth):
3098         (forceDefaultParagraphs): use Tabular::GetCellFromInset
3099
3100 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3101
3102         * insettabular.C (getMaxWidthOfCell): adapt to the new definition
3103         of LyXLength::inPixels
3104
3105         * inset.C (latexTextWidth):
3106         * insetminipage.C (latexTextWidth): new method, which implements
3107         the equivalent of the LaTeX macro \textwidth
3108
3109         * insetminipage.C (getMaxWidth): use latexTextWidth
3110
3111 2002-01-18  Juergen Vigna  <jug@sad.it>
3112
3113         * inset.C (getMaxWidth): try to fix fluctuation of collapsable insets.
3114
3115 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3116
3117         * insettabular.C (getMaxWidthOfCell): use LyXLength::inPixels
3118
3119         * insetminipage.[Ch]: change width_ and height_ to be LyXLength
3120         instead of string
3121
3122 2002-01-17  Juergen Vigna  <jug@sad.it>
3123
3124         * insettabular.C (lockInsetInInset): same change as in insettext.
3125
3126         * insettext.C (draw): width() function was called without setting
3127         the right top_x which could lead to wrong insetWidth setting!
3128         (lockInsetInInset): call edit instead of calling lockInset if we
3129         have to lock an inset inside!
3130         (edit): we have to also tell the inset that we have to redraw the
3131         frame on an edit call if this inset draws a frame only if locked.
3132
3133 2002-01-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3134
3135         * insetbib.C (getFiles): uncomment Path variable.
3136
3137 2002-01-16  Juergen Vigna  <jug@sad.it>
3138
3139         * insettabular.C (forceDefaultParagraphs): fixed bug returning value
3140         of wrong cell.
3141
3142 2002-01-16  Allan Rae  <rae@lyx.org>
3143
3144         * insetinclude.C (docbook): someone forgot a ";"
3145
3146 2002-01-16  José Matos  <jamatos@fep.up.pt>
3147
3148         * figinset.C (docbook): removed a old place holder "@".
3149         * insetgraphics.C (docbook): remove the file sufix if graphic is eps.
3150         * insetinclude.C (linuxdoc): if include is verbatim, then export the
3151         ascii text version, clearly guarded inside a CDATA section.
3152         (docbook): in docbook 4, inlinegraphics is empty.
3153         * insettabular.C (linuxdoc): export the ascii version of the table
3154         inside a CDATA section.
3155
3156 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3157
3158         * insetparent.C (InsetParent):
3159         * insetgraphicsParams.C (Write):
3160         (Read):
3161         * insetgraphics.C (prepareFile):
3162         (readFigInset):
3163         (docbook):
3164         * insetexternal.C (executeCommand):
3165         (doSubstitution): use Buffer::filePath
3166
3167         * insetbib.C (getFiles): add a #warning for Angus
3168
3169         * insetgraphics.C: Add a remark about how filenames should be
3170         considered to be relative to buffer (but absolute is still allowed)
3171         (draw): do not try to get status if lyxrc.use_gui is false
3172
3173 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
3174
3175         * inset.[Ch]:
3176         * insetcollapsable.[Ch]:
3177         * insettabular.[Ch] (searchForward, searchBackward): change the
3178         bool const & params to bool.
3179
3180         * insetminipage.[Ch] (width, height): renamed as pageWidth, pageHeight
3181         to avoid the name clash with InsetCollapsable's methods of the same
3182         names but different functionality.
3183
3184 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
3185
3186         * insettext.C (ascii): use lyx::count rather than countChar.
3187
3188 2002-01-14  John Levon  <moz@compsoc.man.ac.uk>
3189
3190         * insettabular.C: return early for the LFUN_*BUF[SEL] funcs too
3191
3192 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3193
3194         * insetgraphics.C (updateInset): do not try to render image if
3195         lyxrc.use_gui is false (bug #104)
3196
3197         * insetinclude.C (loadIfNeeded): do not call bufferlist.readFile
3198         if file does not exist
3199
3200         * figinset.C (browseFile): add shortcuts to directory buttons
3201
3202         * insettext.C (updateLocal): update menubar and toolbar here too.
3203
3204 2002-01-13  Allan Rae  <rae@lyx.org>
3205
3206         * insettabular.C (InsetTabular): Both constructors now initialise
3207         all class variables.
3208
3209 2002-01-11  Juergen Vigna  <jug@sad.it>
3210
3211         * insettext.C (insetButtonPress): set the_locking_inset to 0.
3212
3213 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3214
3215         * insettabular.C (getStatus): add forgotten brace around multiline
3216         if statement.
3217
3218 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3219
3220         * insetfloat.C (validate): require "float" instead of "floats".
3221
3222 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
3223
3224         * insettabular.C (getStatus): use FuncStatus
3225
3226 2002-01-08  Juergen Vigna  <jug@sad.it>
3227
3228         * insettabular.C (insetButtonRelease): now this should work too
3229         correctly.
3230
3231         * insetminipage.C (getMaxWidth): fixed for minipage inside insets and
3232         if the width is a percentage.
3233
3234         * inset.h: added isChar() function and implemented this for
3235         insetspecialchar insetquotes and insetlatexaccent.
3236         added forceDefaultParagraphs() and implemented it for insettabular.
3237
3238 2002-01-07  Juergen Vigna  <jug@sad.it>
3239
3240         * insettext.C (getLyXText): Fixed this function. An insert into the
3241         map is only done if we REALLY have a new BufferView.
3242
3243 2002-01-07  Martin Vermeer  <martin.vermeer@hut.fi>
3244
3245         * insettext.C: fix bug illustrated by attachment #37 of bug #59
3246
3247 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
3248
3249         * insetinclude.C: fix use of FileInfo
3250
3251 2002-01-07  Juergen Vigna  <jug@sad.it>
3252
3253         * insettabular.C (draw): fixed clearing of cell around inset.
3254
3255 2002-01-05  Juergen Vigna  <jug@sad.it>
3256
3257         * insettext.C (draw): move the calls so that insetWidth/Asc/Desc
3258         variables are updated.
3259
3260         * insettabular.C (resetPos): set always the inset_y as it may be
3261         needed in another function.
3262         (searchBackward): don't draw while searching.
3263
3264 2002-01-04  Juergen Vigna  <jug@sad.it>
3265
3266         * insettext.C (lockInsetInInset): forgot to set a cursor.
3267
3268 2002-01-02  Juergen Vigna  <jug@sad.it>
3269
3270         * insettext.C (insertInset): make the correct undo informations on
3271         inserting new insets.
3272
3273 2001-12-31  John Levon  <moz@compsoc.man.ac.uk>
3274
3275         * insettabular.C: correct single-cell select vertically
3276
3277 2001-12-27  Juergen Vigna  <jug@sad.it>
3278
3279         * insettabular.C (ascii): export as tab-separated-values if the
3280         function was not called from export (f.ex.: clipboard).
3281
3282         * insetcollapsable.h: added default support for ascii, linuxdoc and
3283         docbook export (the insettext is exported by default!)
3284
3285         * insettabular.C (copySelection): suff the clipboard with the tabular
3286         data in a tab separated format, seems more naturals then with all the
3287         formating.
3288
3289 2001-12-24  Juergen Vigna  <jug@sad.it>
3290
3291         * insettext.C (insetMotionNotify): added a mouse_x & mouse_y position
3292         to check for REAL mouseMotion.
3293
3294 2001-12-20  Juergen Vigna  <jug@sad.it>
3295
3296         * inset.C (cursor): return the owners cursor if available instead of
3297         always only the bv->text->cursor.
3298
3299         * insettabular.C (checkLongtableSpecial): works now.
3300
3301 2001-12-19  Juergen Vigna  <jug@sad.it>
3302
3303         * insettabular.C (tabularFeatures): fix the row setting of ltt as
3304         this has to be always row + 1 as 0 means not selected!
3305         (checkLongtableSpecial): added
3306         (tabularFeatures): better longtable options support
3307
3308         * insettext.C (resizeLyXText): reinit the text always also on a
3309         empty insettext!
3310
3311 2001-12-18  Juergen Vigna  <jug@sad.it>
3312
3313         * insettext.C (updateInsetInInset): look if we have to autocollapse
3314         paragraps and return if the update is requested for ourself.
3315
3316         * insetert.C (status): update the insettext not myself as that is what
3317         we need.
3318
3319         * insetcollapsable.C (updateInsetInInset): always call the InsetText's
3320         function only return if the update was requested with myself.
3321
3322         * insettext.C (insetButtonPress): fixed stupid bug.
3323         (various functions): pay attention that lt is cleared BEFORE calling
3324         updateLocal() and try to use it in the right manner (don't use it
3325         if it's not really neccessary!)
3326         (collapseParagraphs): insert a blank between collapsing paragraphs
3327         if neccessary (not already there!).
3328
3329 2001-12-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3330
3331         * insettabular.C: move includes around a bit, add a couple of
3332         consts.
3333
3334         * insettext.[Ch]: move includes around a bit, other ws changes and
3335         small stuff.
3336
3337 2001-12-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3338
3339         * insettext.C (insetButtonRelease): fix compile problem
3340
3341 2001-12-17  Juergen Vigna  <jug@sad.it>
3342
3343         * insettext.C (insetButtonPress): set the selection cursor!
3344         (insetButtonPress): clear the selection (and set with that the
3345         selection.cursor) if we only hit an inset!
3346
3347         * insetert.C (read): removed piece of compatibility code only needed
3348         for 1.2.0.
3349
3350         * insettabular.C (insetButtonRelease): fixed so that sub-dialogs
3351         can be opened.
3352
3353         * insetcollapsable.C (insetButtonRelease): changed so that it can
3354         open eventual existing popup dialogs on mousebutton==3.
3355
3356         * insetfloat.C (insetButtonRelease): removed not needed anymore!
3357
3358         * insetminipage.C (insetButtonRelease): removed not needed anymore!
3359
3360         * inset.C (insetButtonRelease): return a bool for telling the outer
3361         world that we opened a dialog.
3362
3363 2001-12-07  Juergen Vigna  <jug@sad.it>
3364
3365         * insettext.C (paragraph): remove the deleteing of paragraphs as
3366         it was a WRONG move!
3367
3368 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
3369
3370         * insettabular.h:
3371         * insettabular.C: use new setSelection(). Allow
3372           selection of single cells.
3373
3374 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3375
3376         * insetquotes.C (latex): fix to use the local language setting at
3377         the point where the inset is inserted (different macros for
3378         different french packages)
3379
3380 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3381
3382         * inset.h: add par_owner_ member variable and parOwner
3383         setter/accessor.
3384
3385 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3386
3387         * insettabular.C (everywhere): adapt because widths are now real
3388         widths and not strings
3389
3390         * insettext.C (draw): re-introduce the calls to width(), ascent()
3391         and descent() to initialize the caching variables.
3392
3393 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3394
3395         * insettext.C (draw):
3396         (drawFrame): use insetWidth instead of last_width
3397
3398         * insettext.h: remove variable last_width (insetWidth is exactly
3399         the same) and last_height (computed but never used!)
3400
3401 2001-12-10  Allan Rae  <rae@lyx.org>
3402
3403         * insettabular.C (localDispatch): cleanup unlockInsetInInset calls
3404
3405 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
3406
3407         * insettext.C (insetAllowed): add comment
3408
3409 2001-12-05  Juergen Vigna  <jug@sad.it>
3410
3411         * insettext.C (insetAllowed): fixed for the case that we directly
3412         ask the insettext from its LyXText.
3413         (paragraph): fixed the crash when assigning the par->next() from
3414         the EmptyParagraphMechanism!
3415
3416 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3417
3418         * insetbib.C:
3419         * insettabular.C:
3420         * insettext.C: change "while(" to "while ("
3421
3422 2001-12-04  Juergen Vigna  <jug@sad.it>
3423
3424         * insetert.C (edit): handle Inlined status.
3425
3426         * insettext.C (insertInset): trying John's fix for the trailing cursor
3427
3428         * insetert.C (insetButtonPress): added to handle inlined status
3429         (insetMotionNotify): ditto.
3430
3431         * insettext.C (clearInset): changed Painter & in BufferView * param,
3432         to be able to call ascent,descent methods.
3433
3434 2001-12-03  Juergen Vigna  <jug@sad.it>
3435
3436         * insettext.C (updateInsetInInset): use lt variable to forbid
3437         changes of LyXText in an update call.
3438         (updateInsetInInset): fixed updating of non locked insets!
3439
3440 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
3441
3442         * insettabular.C: capture some more functions to prevent
3443         selection drawing problems. Bug #451274
3444
3445 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
3446
3447         * insetgraphics.C:
3448         * insetgraphicsParams.C: fix inverted sense of float_equal
3449
3450 2001-11-30  Juergen Vigna  <jug@sad.it>
3451
3452         * insettabular.C (InsetTabular): use the save_id flag to create also
3453         the tabular with the same id's.
3454
3455         * insettext.C (setParagraphData): added a same_id function for undo
3456         to set the same paragraph id's as of the paragraph we are setting.
3457
3458 2001-11-30  José Matos <jamatos@fep.up.pt>
3459
3460         * inseturl.[Ch]:
3461         * insettoc.[Ch]: DocBook -> docbook.
3462
3463 2001-11-29  André Pönitz <poenitz@gmx.net>
3464
3465         * inseterror.C:
3466         * insettext.C: further reduction of header dependencies by using
3467         lyx::layout_type and lyx::textclass_type from support/types.h
3468
3469 2001-11-29  Juergen Vigna  <jug@sad.it>
3470
3471         * insettext.C: inserted a reinitLyXText function everywhere I delete
3472         the paragraphs! This should fixe the crashes we had.
3473         Also use the new function firstRow() instead of getRowNearY(dummy_y)
3474         (paragraph): set the InsetOwner() of the new paragraphs!
3475
3476 2001-11-28  André Pönitz <poenitz@gmx.net>
3477
3478         * insetnote.C: add pos initialization that I removed without
3479           knowing what I did.
3480
3481 2001-11-28  Juergen Vigna  <jug@sad.it>
3482
3483         * insettabular.C (resetPos): hack to not crash with infinite paints.
3484
3485         * insettabular.h: insert missing function allowSpellcheck()!
3486
3487         * insetcollapsable.C (draw): fixed wrong width of collapsed inset!
3488
3489 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
3490
3491         * insetfloatlist.h:
3492         * insetfloatlist.C: derive from InsetCommand so gui can use it
3493           easily
3494
3495 2001-11-26  André Pönitz <poenitz@gmx.net>
3496
3497         * insettext.[Ch]:
3498         * insetert.C:
3499         * insetnote.C: reduce header dependencies, introduce type for
3500         positions
3501
3502 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
3503
3504         * various: update for Alert.h
3505
3506 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
3507
3508         * inset.h: fix comment
3509
3510         * insettext.C: use par->isInset()
3511
3512 2001-11-22  Allan Rae  <rae@lyx.org>
3513
3514         * insetcollapsable.h:
3515         * inset.h: Changes to checkInsertChar() behaviour.
3516         Now return value indicates whether chars can be inserted.
3517
3518 2001-11-11  Michael A. Koziarski <michael@koziarski.org>
3519
3520         * various:  updated to use the new LaTeXFeatures
3521
3522 2001-11-14  José Matos  <jamatos@fep.up.pt>
3523
3524         * insetspecialchar.C (linuxdoc):
3525         (docbook): don't give a name to a unused variable.
3526
3527         * insettext.C (docbook): removed unused variable.
3528
3529 2001-11-13  Herbert Voss  <voss@perce.de>
3530
3531         * insetgraphic.C: fix scale bug
3532
3533 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3534
3535         * inset.h (isSpace):
3536         (isLetter): new virtual methods.
3537
3538         * insetspecialchar.C (isSpace):
3539         (isLetter): implement here.
3540
3541 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
3542
3543         * inset.h: new inline helpers
3544
3545         * insettext.C: use new helpers
3546
3547 2001-11-07  José Matos  <jamatos@fep.up.pt>
3548
3549         * insettext.C (docbook): full support for paragraphs inside insettext.
3550
3551 2001-11-06  José Matos  <jamatos@novalis.fc.up.pt>
3552
3553         * insetindex.C: added header file for std::ostream.
3554
3555 2001-11-03  José Matos  <jamatos@fep.up.pt>
3556
3557         * insetindex.C: added using std::ostream that I forgot yesterday.
3558
3559 2001-11-02  Ben Guillon  <nicolas.marsgui@libertysurf.fr>
3560
3561         * insetindex.h (docbook):
3562         * insetindex.C (docbook): added support for docbook export.
3563
3564 2001-11-02  José Matos  <jamatos@fep.up.pt>
3565
3566         * insetcaption.C(docbook): added support for docbook export.
3567
3568 2001-11-02  Dekel Tsur  <dekelts@tau.ac.il>
3569
3570         * insetexternal.C (updateExternal): Do not run update command if
3571         result file exists and is up to date.
3572
3573         * ExternalTemplate.C (readFormat): Support the updateresult token.
3574
3575 2001-10-31  Kayvan A. Sylvan  <kayvan@sylvan.com>
3576
3577         * insetexternal.C (doSubstitution): Fix filepath ($$FPath in
3578         external_templates) to use the buffer->fileName() but only if
3579         previewing. Generating a TeX file should make FPath return
3580         "".
3581
3582 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
3583
3584         * insetert.h:
3585         * insetert.C: fix some problems
3586
3587 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
3588
3589         * insetexternal.C (doSubstitution): Added $$FPath token
3590         to list of usable substitutions in external inset templates.
3591
3592 2001-10-24  Juergen Vigna  <jug@sad.it>
3593
3594         * insettabular.C: use new ltType struct for setting longtable
3595         header and footers also new UNSET enums.
3596
3597 2001-10-24  José Matos  <jamatos@fep.up.pt>
3598
3599         * insettabular.C (linuxdoc): Now exports the ascii's table version.
3600         (docbook): If the table is not inside a float then wrap it inside
3601         <informaltable>...</informaltable>.
3602
3603 2001-10-23  José Matos  <jamatos@fep.up.pt>
3604
3605         * insetref.C (docbook): removed / terminator to conform SGML.
3606
3607         * insetspecialchar.C (linuxdoc):
3608         (docbook): Added support for special chars, more than ascii export.
3609
3610 2001-10-22  Juergen Vigna  <jug@sad.it>
3611
3612         * insettext.C (checkInsertChar): added for REALLY checking the
3613         font of the inserted char in the right inset!
3614
3615 2001-10-19  Juergen Vigna  <jug@sad.it>
3616
3617         * inset.h: added method allowSpellcheck() so that insets who do
3618         not have anything to spellcheck can tell and so they are over-jumped.
3619         Implemented for InsetText and co.
3620
3621 2001-10-18  Juergen Vigna  <jug@sad.it>
3622
3623         * inset.C (getMaxWidth): use LyXText::workWidth(BufferView, Inset *).
3624
3625 2001-10-15  José Matos  <jamatos@fep.up.pt>
3626
3627         * insetert.C: allow export for docbook and linuxdoc
3628
3629 2001-10-07  Adrien Rebollo <adrien.rebollo@gmx.fr>
3630
3631         * insetquotes.C (dispString): handles latin3 and latin4 quotes
3632
3633 2001-10-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3634
3635         * insetquotes.C (dispString): fix handling of latin9 quotes
3636
3637 2001-10-03  Juergen Vigna  <jug@sad.it>
3638
3639         * insetert.C: ditto
3640
3641         * insetcollapsable.C: change updateInset calls to not tell BV that
3642         we have changed status.
3643
3644 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3645
3646         * insettabular.C (deletable): make const
3647
3648 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
3649
3650         * insetert.C (latex): Fix the returned value
3651
3652 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
3653
3654         * insetert.[Ch] (selectNextWordToSpellcheck): new method.
3655         Returns string(), so nothing in an ERT inset is spellchecked.
3656
3657         * insetgraphics.C (draw): print the filename if not displaying the
3658         image.
3659         (width): make sure that the width and draw methods are consistent.
3660         (updateInset): don't even load the image into cache if not displaying
3661         it.
3662
3663 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
3664
3665         * various files (selectNextWord): renamed as
3666         selectNextWordToSpellcheck.
3667
3668         * insetgraphics.C (draw): remove the previous change. Right place
3669         is in imageLoaderXPM.C.
3670         (draw): don't display the image if params.display == NONE.
3671
3672 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
3673
3674         * figinset.C (runqueue):
3675         * insetgraphics.C (draw): set background colour of inset from
3676         background to the user-configurable graphicsbg.
3677
3678 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3679
3680         * insetquotes.C (InsetQuotes): when trying to decide the side of
3681         the quote, choose `left' only after a space or '('
3682
3683 2001-09-04  José Matos  <jamatos@fep.up.pt>
3684         * figinset.C
3685         * figinset.h
3686         * insetcaption.C
3687         * insetcaption.h
3688         * insetcollapsable.h
3689         * insetcommand.C
3690         * insetcommand.h
3691         * inseterror.h
3692         * insetert.C
3693         * insetert.h
3694         * insetexternal.C
3695         * insetexternal.h
3696         * insetfloat.C
3697         * insetfloat.h
3698         * insetfloatlist.h
3699         * insetgraphics.C
3700         * insetgraphics.h
3701         * inset.h
3702         * insetinclude.C
3703         * insetinclude.h
3704         * insetlabel.C
3705         * insetlabel.h
3706         * insetlatexaccent.C
3707         * insetlatexaccent.h
3708         * insetquotes.C
3709         * insetquotes.h
3710         * insetref.C
3711         * insetref.h
3712         * insetspecialchar.C
3713         * insetspecialchar.h
3714         * insettabular.C
3715         * insettabular.h
3716         * insettext.C
3717         * insettext.C (docbook): rename docBook method to docbook.
3718
3719 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
3720
3721         * inset.h (getFirstParagraph): New virtual method.
3722
3723 2001-08-20  Herbert Voss  <voss@perce.de>
3724         * insetbib.C: added a option bibtotoc which is from "BIB to TOC"
3725         in the the bibtex-database-gui for inserting a line
3726         \addcontentsline...
3727
3728         If no style is given than there is no tex-output.
3729
3730 2001-08-18  Angus Leeming  <a.leeming@ic.ac.uk>
3731
3732         * insetbib.[Ch] (getFiles): new method, returning the BibTeX database
3733         files as a vector.
3734         (getKeys): use it.
3735
3736 2001-08-18  Dekel Tsur  <dekelts@tau.ac.il>
3737
3738         * insetert.C (latex): Fix output for multiple paragraphs.
3739         (write): New code for writing paragraph data.
3740         (read): Set font after reading the inset.
3741         (localDispatch): Call set_latex_font() for more cases.
3742
3743         * insetnote.h: Add empty validate method.
3744         * insetert.h: Ditto
3745
3746         * insetnote.C (InsetNote): Set language to the language of the
3747         document.
3748
3749 2001-08-16  Juergen Vigna  <jug@sad.it>
3750
3751         * insettext.C: implemented the new FINISHED states.
3752
3753         * insettabular.C: ditto
3754
3755         * inset.h: added more FINISHED states for cursor right,up,down
3756
3757 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
3758
3759         * insetfloatlist.C: use "FloatName List"
3760
3761 2001-08-14  Juergen Vigna  <jug@sad.it>
3762
3763         * insetert.C (edit): forgot to set status_ in edit calls!
3764
3765 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
3766
3767         * insettext.C: Compilation fix
3768
3769 2001-08-13  Juergen Vigna  <jug@sad.it>
3770
3771         * inset.C (getMaxWidth): fixed bug of returning the wrong max width.
3772
3773         * insetcollapsable.C (edit): don't recollapse an already open inset.
3774
3775         * insettext.C: fixed problem when reinitializing LyXText by not doing
3776         it while lt is in use and post this to the next possible time in
3777         getLyXText().
3778         (searchForward): fixed not unlocking of inset if nothing found.
3779         (edit): set cursor behind right (was set -1 pos).
3780
3781         * insetert.C (InsetERT): init status_ also in the 3rd constructor.
3782
3783         * insettabular.C (tabularFeatures): fixed fix where deleting the
3784         last row didn't get the right actcell!
3785
3786 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
3787
3788         * insettext.C (localDispatch): Change language only when the inset
3789         becomes empty.
3790
3791 2001-08-10  Juergen Vigna  <jug@sad.it>
3792
3793         * insettabular.C (selectNextWordInt): use the front using edit call.
3794
3795         * insetcollapsable.C (getMaxWidth): rename inset to in to not have
3796         the parameter overwrite class variable inset.
3797
3798         * inset.C (getMaxWidth): fix the setting of the minwidth = 10.
3799
3800         * insettext.C (saveLyXTextState): check for invalid cursor-par.
3801         (reinitLyXText): remove wrong_cursor bool as not needed anymore!
3802
3803         * insettabular.C (calculate_dimensions_of_cells): let's try to call
3804         update only for fixed with cells.
3805         (resetPos): try to fix the lockup on spellchecking or s&r.
3806
3807         * insettext.C (update): comment this out as it seems first wrong
3808         and second not needed anymore!
3809         (some functions): call reinitLyXText() only in update() in all other
3810         positions set only need_update = INIT.
3811
3812 2001-08-08  Juergen Vigna  <jug@sad.it>
3813
3814         * insettabular.C (setPos): fixed wrong actrow < rows() check.
3815
3816         * insettext.C (insetUnlock): remove double-space on inset unlock.
3817
3818         * insetcollapsable.C (draw): fix returned x when label > inset-width.
3819
3820         * insettabular.C (update): fixed cursor positon after an insert.
3821         (insetAllowed): do not allow to insert insets when not inside the
3822         inset!
3823         (draw): clear below an inset too as it could have changed height.
3824
3825         * inset.C (getMaxWidth): fixed width for inset in inset.
3826
3827         * insettext.C (update): small fix.
3828
3829         * insettabular.C (tabularFeatures): added selection support to
3830         DELETE_ROW/DELETE_COLUMN.
3831
3832 2001-08-07  Juergen Vigna  <jug@sad.it>
3833
3834         * inset.C (getMaxWidth): recoded and all it's implementations!
3835
3836         * insettext.C (init,setParagraph+constructors): cleanups
3837         (reinitLyXText): fixed problem with wrong cursor when all paragraphs
3838         are new and I want do a save/restore of the cursor position which is
3839         not possible anymore.
3840
3841         * insetcollapsable.C (searchBackward): recollapse inset if not found.
3842         (searchBackward): ditto
3843         (selectNextWord): ditto
3844
3845 2001-08-07  Angus Leeming  <a.leeming@ic.ac.uk>
3846
3847         * insetlatexaccent.C (checkContents): Add some debug messages
3848
3849 2001-08-07  Juergen Vigna  <jug@sad.it>
3850
3851         * insetert.C (read): don't use InsetCollapsable::read as we don't
3852         write the collapsed status anymore only the status.
3853         (write): ditto.
3854
3855 2001-08-06  Juergen Vigna  <jug@sad.it>
3856
3857         * insetert.C (set_latex_font): use LyXText's setFont directly.
3858
3859         * insettext.C (drawFrame): fixed one time more the right position
3860         and size of the frame!
3861
3862         * insetert.C (~InsetERT): hide the dialog.
3863         (showInsetDialog): added implementation
3864         (open): ditto
3865         (close): ditto
3866         (status): new function for the status of the ERT inset (3-state).
3867         (write): output also the status of the inset for readback!
3868         (read): readback the status if available otherwise use collapsed_.
3869
3870         * insettext.C (edit): small fix of setting the position, which could
3871         have gone < 0.
3872
3873         * insetert.C (width): implement this function for inlined viewing.
3874         Added minimum width of 10 pixels!
3875
3876         * insetminipage.C (InsetMinipage): just change the colors a bit so
3877         that border/background is a bit more visible. We will remove this
3878         anyway for 1.2.0!
3879
3880         * insettext.C (textWidth): add a 'bool fordraw' parameter and use this
3881         function for getting the important widths for drawing in various
3882         functions and in LyXText.
3883         (draw): fixed up a bit (frame drawing/clearing)
3884
3885 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3886
3887         * inset.C (convertFont): delete method. not used.
3888
3889 2001-08-03  Juergen Vigna  <jug@sad.it>
3890
3891         * insettext.C (setFont): don't call for a draw update if we're just
3892         changing the cursor font!
3893
3894 2001-08-02  Juergen Vigna  <jug@sad.it>
3895
3896         * insettext.C (draw): clear the background with the right color if
3897         needed. Update myself if x&max-width changed and return without doing
3898         anything. Let the update code handle the right stuff.
3899
3900         * insetminipage.C (getMaxWidth): fixed returning of maxwidth when
3901         inside another inset.
3902
3903 2001-08-01  Juergen Vigna  <jug@sad.it>
3904
3905         * insetcollapsable.C (update): added an in_update bool so we avoid
3906         reentering.
3907
3908         * insettabular.C (update): added an in_update bool so we avoid
3909         reentering.
3910
3911         * insettext.C (insetButtonPress): hopefully fixed setselection/clear
3912         selection problem.
3913         (update): added an in_update bool so we avoid reentering.
3914
3915         * insettabular.C (localDispatch): clear col/row selection when doing
3916         something else inside an inset.
3917
3918         * insettext.C (getLyXText): fixed bug when requesting a recursive
3919         insettext!
3920
3921 2001-08-01  Angus Leeming  <a.leeming@ic.ac.uk>
3922
3923         * insetcite.C (latex): Paranoia check. Make sure that there is no
3924         whitespace between the citation keys.
3925
3926 2001-07-31  Juergen Vigna  <jug@sad.it>
3927
3928         * inset.h (nodraw): make the set function also const so that this
3929         can be called from inside other const functions.
3930
3931         * insetcollapsable.h: removed inline variable and moved it over
3932         to the only user InsetERT.
3933
3934         * insetcollapsable.C (insetButtonRelease): fixed uncollpasing the
3935         inset opening immediately therein lying insets dialogs!
3936
3937         * insetert.C (localDispatch): set the font also if we don't have any
3938         chars in this paragraph, otherwise if we delete all of em and start
3939         writing we have the wrong font.
3940         (inlined): added
3941         (draw): implemented for inline support
3942         (insetButtonRelease): ditto.
3943
3944 2001-07-30  Juergen Vigna  <jug@sad.it>
3945
3946         * insettext.C (reinitLyXText): new function to reinit the insets
3947         text after lot's of paragraph changes. Use this instead of the
3948         cache.clear() which is VERY dangerous.
3949
3950         * insetfloat.C (insetButtonRelease): we should only show the dialog
3951         if we press on the label otherwise we have problems to open mouse
3952         button 3 dialogs inside this float (f.ex. of a tabular!)
3953
3954 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3955
3956         * insetert.C: change back to "ERT"
3957
3958         * insetfloat.C: handliign of RMB on label added.
3959
3960 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3961
3962         * insetgraphicsParams.C: #include LOstream.h here.
3963
3964         * insetfoot.h: remove InsetFoot:: qualifier.
3965
3966 2001-07-29  Baruch Even  <baruch@lyx.org>
3967
3968         * ChangeLog: Hiding time travel evidence.
3969
3970         * insetgraphicsParams.h:
3971         * insetgraphicsParams.C:
3972         * insetgraphics.C: Added horizontal scale option, it actually scales both
3973         directions since it keeps image proportions.
3974
3975         * insetgraphics.C: Fixed EPS detection to be non-hacky.
3976
3977 2001-07-29  Baruch Even  <baruch@lyx.org>
3978
3979         * insetgraphics.C (decideOutputImageFormat): when doing postscript output
3980         convert PNG/GIF/JPG to EPS, assume the rest are EPS already.
3981
3982         HACKY! Will need to add an EPS detection routine like old InsetFig does!
3983
3984 2001-07-29  Baruch Even  <baruch@lyx.org>
3985
3986         * insetgraphics.C: Added EPSI to be an alias of EPS.
3987
3988 2001-07-29  Baruch Even  <baruch@lyx.org>
3989
3990         * insetgraphics.C: Change GRAPHICS to Graphics.
3991         Changed image conversion rules (documented at the beginning of file).
3992
3993 2001-07-28  Angus Leeming  <a.leeming@ic.ac.uk>
3994
3995         * insetert.C (get_new_label): int -> Paragraph::size_type to get
3996         std::min working.
3997
3998         * insetgraphics.C: added a using std::endl directive.
3999
4000         * insetcommand.h (getScreenLabel): removed pure virtual function,
4001         as it duplicates that in InsetButton.
4002
4003         * insetbib.[Ch] (getScreenLabel):
4004         * insetbutton.[Ch] (getScreenLabel):
4005         * insetcite.[Ch] (getScreenLabel):
4006         * insetert.[Ch] (getScreenLabel):
4007         * insetexternal.[Ch] (getScreenLabel):
4008         * insetfloatlist.[Ch] (getScreenLabel):
4009         * insetinclude.[Ch] (getScreenLabel):
4010         * insetindex.[Ch] (getScreenLabel):
4011         * insetlabel.h (getScreenLabel):
4012         * insetparent.[Ch] (getScreenLabel):
4013         * insetref.[Ch] (getScreenLabel):
4014         * insettoc.[Ch] (getScreenLabel):
4015         * inseturl.[Ch] (getScreenLabel): passed a Buffer const * parameter.
4016
4017         * insetcite.C (getScreenLabel): use this Buffer parameter in creating
4018         the label.
4019         (validate): remove check on "cite" when using natbib.
4020
4021 2001-07-26  Baruch Even  <baruch@lyx.org>
4022
4023         * insetgraphics.C (draw): changed casting to be in one place rather than
4024         all over the function.
4025
4026         * insetgraphics.h:
4027         * insetgraphics.C (read): Added compatibility reads of InsetFig.
4028
4029         * insetgraphicsParams.h:
4030         * insetgraphicsParams.C:
4031         * insetgraphics.C: Removed inline option and changed rotateAngle to float.
4032
4033 2001-07-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
4034
4035         * insetfoot.C (validate): Added method to ensure that the
4036         right bit of LaTeX is emitted.
4037
4038         * insetfoot.h: Added validate method to set the correct
4039         LaTeXFeatures bit for the special footnote code.
4040
4041 2001-07-26  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
4042
4043         * insetquotes.C (dispString): display the right ISO8859-{1,9,15}
4044         quotes
4045
4046 2001-07-27  Juergen Vigna  <jug@sad.it>
4047
4048         * inset.h: remove not used font variable in parameter.
4049         removed checkInsertChar in UpdatableInset as it was equal to
4050         the one in Inset and so not needed.
4051
4052         * insetert.C (checkInsertChar): implementation of function
4053         checkInsertChar.
4054
4055         * inset.h: added new function checkInsertChar.
4056
4057         * various files: added c-tor and clone() function.
4058
4059         * insetcollapsable.h: removed clone function here as this should
4060         be only realized in REAL insets and added it to all collapsable
4061         insets! (with the copy-constructor).
4062
4063 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4064
4065         * insetminipage.C (read): handle missing parameters more gracefully
4066
4067         * insetcollapsable.C (read): handel missing collapsed more gracefully
4068
4069 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4070
4071         * insetfloat.C (read): handle missing parameters.
4072
4073         * insettext.C (read): handle old latex end_inset
4074
4075         * insetert.C (setButtonLabel): new method
4076         (init): use it, to set the dynamic label correctly
4077         (read): use it
4078
4079         * Makefile.am (EXTRA_DIST): add files that is not part or the
4080         binary here.
4081
4082         * insetcollapsable.h: remove autocollapsable (no users), remove
4083         draw_label, change_label_with_text and companion code. Remove args
4084         from some methods.
4085         * insetert.[Ch]: move here instead (only user)
4086
4087         * inset.h: rename private variable name to name_, make
4088         selectNextWord return a const string. make getInsetName return a
4089         string const &. Remove bool from open, add close.
4090
4091         * Makefile.am: don't compile insetlist, insetsection
4092         and insettheorem
4093
4094 2001-07-24  Juergen Vigna  <jug@sad.it>
4095
4096         * insetert.C (InsetERT): put init after the paragraph initialization,
4097         as otherwise we don't set the draw_label right.
4098
4099         * insetcollapsable.C (insetMotionNotify): fixed opening/closing the
4100         insets with the mouse without having strange selections.
4101         (edit): if the inset was collapsed and we open it here then put the
4102         cursor always at the beginning of the inset.
4103         (get_new_label): 15 instead of 10 max chars in the label.
4104
4105         * insetert.C (localDispatch): added and handle various stuff we
4106         need to handle here (font setting on paragraph break, not permitted
4107         layout setting, etc.).
4108
4109         * inset.h: added default copy-consturctor and implemented this in
4110         various insets with the change to use this in the clone function!
4111
4112 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4113
4114         * insetminipage.C (InsetMinipage): set background color to red :)
4115
4116 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4117
4118         * insettext.C (insetUnlock): only set update to CLEAR_FRAME if
4119         draw frame mode is LOCKED.
4120
4121         * insetcollapsable.C (edit):
4122         (insetButtonRelease): set update status to full when
4123         opening inset.
4124
4125         * insettext.C (clearInset):
4126         * insettabular.C (draw):
4127         * insetlatexaccent.C (draw): honor background color.
4128
4129         * inset.h: new member background_color_, initialized to
4130         LColor::inherit.
4131
4132         * inset.C (backgroundColor): new method.
4133         (setBackgroundColor): new method.
4134
4135         * insetert.C (init): new method, called by the ctors.
4136         (InsetERT): when inserting contents, make sure the font is
4137         ALL_INHERIT.
4138
4139         * insetnote.C (InsetNote): when inserting content, remove trailing
4140         newline
4141         (init): set background color to LColor::note
4142
4143 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4144
4145         * insetcollapsable.C: adjust
4146
4147         * insetbutton.C: adjust
4148
4149 2001-07-23  Juergen Vigna  <jug@sad.it>
4150
4151         * insetcollapsable.h: removed widthCollapsed variable, LyXFont
4152         parameter on the _collapsed function (was not needed) and call
4153         always width_collapsed().
4154
4155         * insetert.C (InsetERT): use setLabel with "true" flag.
4156
4157         * insetcollapsable.C: modified various functions to set the draw_label
4158         string right in any condition.
4159         (setLabel): added a bool parameter to set change_label_with_text.
4160
4161         * insetcollapsable.h: added draw_label string which is set to the
4162         actual drawn label-string, while label is the original static label
4163         of this collapsable inset. Added bool change_label_with_text to set
4164         if we want that the label changes to the start of the InsetText's
4165         text when collabpsed. You can set this flag with the setLabel funciton.
4166         Added bool inlined for inlined collapsable insets, but not handled
4167         yet.
4168
4169         * insetcollapsable.C (get_new_label): added should get a new label
4170         from the InsetText beginning (for now 10 chars).
4171
4172 2001-07-21  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
4173
4174         * insetquotes.C (latex): fix the handling of french double quotes
4175         when not using the french pachage.
4176
4177 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4178
4179         * insetcollapsable.h: make WidthCollapsed mutable.
4180
4181         * insetindex.C (lyxCode): InsetIndex returns INDEX_CODE,
4182         InsetPrintIndex returns INDEX_PRINT_CODE.
4183
4184         * inset.h: add INDEX_PRINT_CODE
4185
4186         * insetcollapsable.C (draw): init widthCollapsed if necessary
4187         (width): ditto.
4188
4189         * insetquotes.C (width): use the local language, not the document
4190         language.
4191         (draw): ditto.
4192         (dispString): add additional spacing for all french languages,
4193         like fr_CA.
4194         (validate): make it work when there is no default language
4195
4196         * insetspecialchar.h: rename kind to kind_; add kind() accessor.
4197
4198         * insetnote.C (init): new method, called by the constructors
4199         (InsetNote): new constructor with contents passed as a string
4200
4201 2001-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4202
4203         * insetfootlike.C (insetAllowed): disallow float in footlike.
4204
4205         * insetert.C (InsetERT): add collapsed argument to the constrctor
4206         with contents.
4207
4208 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4209
4210         * insetindex.h: shut off warning
4211
4212 2001-07-20  Juergen Vigna  <jug@sad.it>
4213
4214         * insetcollapsable.C (update): recoded hopefully works now!
4215
4216 2001-07-19  Juergen Vigna  <jug@sad.it>
4217
4218         * most files: implemented the below new introduced function.
4219
4220         * inset.h: added new edit(BufferView *, bool front) method to be able
4221         to enter an inset from the front/back without knowing x/y positions
4222         and baselines inside the inset. So I just can tell the inset activate
4223         me and set the cursor on the front/back of yourself.
4224
4225 2001-07-18  Juergen Vigna  <jug@sad.it>
4226
4227         * insetcollapsable.C (edit): fixed hopefully the y parameter which
4228         is given to the InsetText.
4229         (insetButtonPress): ditto
4230         (insetButtonRelease): ditto
4231         (insetMotionNotify): ditto
4232
4233 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4234
4235         * insetspecialchar.[Ch]: change HYPHENATION_BREAK to
4236         LIGATURE_BREAK, since the name is so stupid.
4237
4238 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
4239
4240         * insetnote.[Ch]: (insertInset, insetAllowed): removed. Note now uses
4241         the default InsetCollapsable methods. I.e., it can insert anything.
4242         (write) output the name of the inset, not some silly hack for
4243         compatability with the old InsetInfo.
4244
4245         * insetinfo.[Ch]: removed.
4246         * insetnote.[Ch]: new files. InsetNote replaces InsetInfo. The inset is
4247         now collapsable, but functionality is otherwise identical to InsetInfo.
4248
4249         * Makefile.am: removed insetinfo.[Ch]. Added insetnote.[Ch].
4250
4251 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4252
4253         * insetspecialchar.[Ch]: add support for HYPHENATION_BREAK. some
4254         reformatting
4255
4256         * insetquotes.C: general cleanup
4257         (dispString): add spaces inside french double quotes.
4258         (latex): ditto. Moreover, treat first the case where the frenchb
4259         or french options have been given.
4260
4261 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
4262
4263         * insetcite.[Ch] (latex, validate): new methods, required for natbib
4264         support.
4265
4266 2001-07-19  Dekel Tsur  <dekelts@tau.ac.il>
4267
4268         * figinset.C (RegisterFigure): Print debug message only when
4269         current_view is available.
4270
4271 2001-07-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4272
4273         * many files: update to match the change below
4274
4275         * inset.h (insetAllowed): renamed from insertInsetAllowed;
4276         implement the version which takes an inset here.
4277
4278         * insetcollapsable.[Ch]: implement open and isOpen
4279
4280         * inset.h: remove insertInsetAllowed from Inset
4281         (open): new method, to open or close an inset
4282         (isOpen): returns the status of an inset
4283         (isCollapsable, colapse): removed
4284
4285 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
4286
4287         * insetquotes.C (dispString): display french guillemets when using
4288         ISO8859-15.
4289
4290 2001-07-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4291
4292         * insetcollapsable.h: remove bogus return statements
4293
4294 2001-07-18  Juergen Vigna  <jug@sad.it>
4295
4296         * insettabular.C (selectNextWord): fixed spellchecking for the
4297         first cell of a tabular (wasn't entered!)
4298         (getLyXText): changed to enter automatically insettext and return
4299         it's LyXText if we're locked.
4300
4301 2001-07-17  Juergen Vigna  <jug@sad.it>
4302
4303         * various files: implemented the below functions.
4304
4305         * inset.h: added functions
4306         - virtual string selectNextWord(BufferView *, float & value) const;
4307         - virtual void selectSelectedWord(BufferView *) { return; }
4308         - virtual void toggleSelection(BufferView *, bool /*kill_selection*/)
4309         needed for spellchecking correctly!
4310
4311 2001-07-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4312
4313         * insetert.C (latex): write out all paragraphs.
4314
4315 2001-07-17  Baruch Even  <baruch@lyx.org>
4316
4317         * insetgraphics.C (draw): Removed unneeded casts.
4318
4319 2001-07-16  Juergen Vigna  <jug@sad.it>
4320
4321         * insettext.C (update): fixed small oversight (reset lt to 0).
4322
4323 2001-07-14  Baruch Even  <baruch@lyx.org>
4324
4325         * insetgraphics.h:
4326         * insetgraphics.C: Added a copy c-tor and handled the same_id case.
4327
4328 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
4329
4330         Consistent use of Lsstream.h:
4331         * figinset.C: removed using std::ostringstream directive.
4332
4333         * insetgraphics.C (createLatexOptions):
4334         * insetinclude.C (unique_id):
4335         std::ostringstream -> ostringstream.
4336         * insettext.C (localDispatch): std::istringstream -> istringstream.
4337
4338 2001-07-13  Juergen Vigna  <jug@sad.it>
4339
4340         * insetfloat.C (insertInsetAllowed): added missing const_cast.
4341
4342         * insetcollapsable.C (getLockingInset): ditto.
4343
4344 2001-07-12  Juergen Vigna  <jug@sad.it>
4345
4346         * insetcollapsable.h: added implementation of new function for
4347         collapsable status.
4348
4349         * various files: added implementation of new insertInsetAllowed-func
4350         and redone the function a bit more.
4351
4352         * inset.h: added isCollapsable(), bool collapsed(),
4353         collapsed(BufferView *, bool) and insertInsetAllowed(Inset::Code).
4354
4355         * insetfloat.C (insertInsetAllowed): make a bit more checks.
4356
4357         * insettext.C (getLyXText): use 'lt' to assure we're not erasing the
4358         LyXText which is marked for removal while we're using it!
4359
4360         * insettext.h: added private LyXText * lt to use it to assure we are
4361         not deleting our LyXText while we're using it!
4362
4363 2001-07-11  Juergen Vigna  <jug@sad.it>
4364
4365         * insettext.C (insertInset): check if we are before the inset after
4366         inserting it! This check IS needed. Remove the Undo-Call as it is
4367         called in LyXText::insertInset!
4368
4369         * insettext.h: added struct InnerCache.
4370
4371         * insettext.C (deleteLyXText): insert a new InnerCache mechanism so
4372         that we ONLY delete the LyXText in the getLyXText() routine. So we
4373         are sure we don't delete LyXText while someone is working with it!
4374
4375 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4376
4377         * insetexternal.C: (*it). -> it->
4378         * insettext.C: ditto
4379
4380 2001-07-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4381
4382         * insetcollapsable.C (edit): always open collapsed insets (even if
4383         they are not autocollapsable)
4384
4385         * insetcommand.C (operator=): simplify.
4386
4387 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4388
4389         * insetert.C (latex): handle META_NEWLINE
4390
4391 2001-07-09  Juergen Vigna  <jug@sad.it>
4392
4393         * insetert.h: a normal InsetText can insert insets, but we won't.
4394
4395         * inset.h: return default "false" on insertInsetAllowed and implement
4396         this function where a returnvalue != "false" is needed.
4397
4398 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4399
4400         * insetert.C (InsetERT): new contructor
4401
4402 2001-07-06  Juergen Vigna  <jug@sad.it>
4403
4404         * a lot of files: added implementation of the below new functions
4405         and the change to clone(). Also the call of the new undo-functions
4406         where needed.
4407
4408         * inset.h: added an inset_id, added functions getParFromID,
4409         getInsetFromID, firstParagraph, cursor and id functions, added
4410         bool same_ids to clone function.
4411
4412 2001-07-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4413
4414         * insettext.[hC]: make cached_text a shared_ptr, make Cache be a map
4415         of BufferView * and shared_ptr<LyXText>
4416
4417 2001-07-05  Juergen Vigna  <jug@sad.it>
4418
4419         * insettext.C (clear): deleted also the cache not only LyXText.
4420         (setParagraphData): ditto.
4421
4422 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4423
4424         * insetfloat.C (latex): let the specific placement take presedence
4425         if set, otherwise choose document placement if set, otherwise just
4426         use float default placement.
4427
4428 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4429
4430         * insettext.C (localDispatch): call CutAndPaste::'s static method
4431         directly.
4432
4433 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4434
4435         * insetbib.C: no meed to include forms.h here.
4436
4437 2001-07-03  Angus Leeming  <a.leeming@ic.ac.uk>
4438
4439         * insettext.C: added using std::make_pair directive.
4440
4441 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4442
4443         * insettext.C (getLyXText): avoid multiple lookups, and simplify
4444         slightly
4445         (deleteLyXText): ditto
4446         (resizeLyXText): ditto
4447
4448 2001-07-02  Juergen Vigna  <jug@sad.it>
4449
4450         * insettext.C (getLyXText): introduce a cache in getLyXText so that
4451         following calls are only returned the right pointer without the over
4452         head to search in the map.
4453         (various funcs): reset the cached_bview variable as this signs that
4454         the cache is not valid anymore.
4455
4456 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4457
4458         * insettabular.C (clone): do not copy the LyXTabular twice
4459
4460 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4461
4462         * insettext.h (TEXT): delete method
4463
4464 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4465
4466         * insetmarginal.C (latex):
4467         * insetfoot.C (latex): fix spacing of notes in LaTeX
4468
4469         * insettext.C (localDispatch): use .c_str() on istringstream
4470         constructor argument.
4471
4472 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
4473
4474         * insettoc.h:
4475         * insettoc.C:
4476         * inseturl.h:
4477         * inseturl.C: fix method names in these to begin
4478           with small char too, so they inherit
4479
4480 2001-06-28  Juergen Vigna  <jug@sad.it>
4481
4482         * insettext.C (setFont): fixed font settings using toggleFree()
4483         instead of setFont().
4484
4485 2001-06-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4486
4487         * Change a lot of method names to begin with a small char.
4488         Changes to a lot of files because of this.
4489
4490 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4491
4492         * insetfloatlist.C (Write): std:: qualify ostream
4493         (Latex): ditto
4494
4495 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
4496
4497         * figinset.C:
4498         * inset.C:
4499         * insetgraphics.C: send debug output to Debug::INFO instead of
4500         Debug::ANY.
4501
4502 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
4503
4504         * insettabular.h:
4505         * insettabular.C (getStatus): update to use func_status
4506
4507 2001-06-26  ben <nicolas.marsgui@libertysurf.fr>
4508
4509         * insetref.C (DocBook): added support for cross-references without
4510         a name.
4511
4512 2001-06-26  The LyX Project  <jug@sad.it>
4513
4514         * insetref.C:
4515         * insetref.h:
4516         * insetlabel.C:
4517         * insetlabel.h: removed escape method and moved it to
4518         support/lstrings.h.
4519
4520 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4521
4522         * insettabular.C (getMaxWidth): do the speedup in a different way,
4523         remove dead code
4524
4525 2001-06-24  The LyX Project  <Asger>
4526
4527         * insettabular.C (getMaxWidth): We cache a mapping from
4528         inset to cell in order to speed this method up.
4529
4530 2001-06-24  The LyX Project  <Asger>
4531
4532         * insettext.C: Optimized InsetText::draw or something.
4533
4534 2001-06-23  The LyX Project  <lyx@rose.home.sad.it>
4535
4536         * insettext.C (LocalDispatch): fixed inserting of 'normal chars'
4537
4538 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4539
4540         * inset.h: name change from lyxinset.h
4541
4542 2001-06-22  Dekel Tsur  <dekelts@tau.ac.il>
4543
4544         * insetfloat.C (Validate): Add a call to InsetCollapsable::Validate
4545
4546 2001-06-14  Juergen Vigna  <jug@sad.it>
4547
4548         * insettext.C (draw): removed warnings.
4549
4550 2001-06-13  Juergen Vigna  <jug@sad.it>
4551
4552         * insettabular.C (nodraw): only go down the tree if we don't have
4553         that flag set otherwise it's obvious that we don't want to draw.
4554         (LocalDispatch): do also an update if we have an undispached result.
4555
4556 2001-06-19  Angus Leeming  <a.leeming@ic.ac.uk>
4557
4558         * insetcite.C:
4559         * insetgraphicsParams.C:
4560         * insettext.C: removed // -*- C++ -*- as first line.
4561
4562 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4563
4564         * lyxinset.h (resizeLyXText): shut off warning about unused
4565         parameter "force"
4566
4567 2001-06-07  Juergen Vigna  <jug@sad.it>
4568
4569         * insettext.C (resizeLyXText): honor the new force flag.
4570
4571         * lyxinset.h: add 'bool force' parameter to resizeLyXText(...)
4572
4573         * insettabular.C (deleteLyXText): new function
4574
4575 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
4576
4577         * insettheorem.C:
4578         * insetminipage.C:
4579         * insetlist.C:
4580         * insetfootlike.C:
4581         * insetfloat.C:
4582         * insetert.C:
4583         * insetcollapsable.C:
4584         * insetcaption.C: LColor tidy
4585
4586 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4587
4588         * figinset.C: fix typo
4589
4590 2001-06-01  Juergen Vigna  <jug@sad.it>
4591
4592         * insettabular.C (resetPos): small hack so that scroll is not set to
4593         0 when we are in the last column of a tabular. This is a problem we
4594         have because of constats 20 offset on both directions, so this can
4595         cause on the limit an endless loop.
4596
4597         * insettext.C (SetFont): forgot that we can have locking insets ;)
4598
4599 2001-05-31  Juergen Vigna  <jug@sad.it>
4600
4601         * insettabular.C (LocalDispatch): small fix for LFUN_TAB.
4602
4603 2001-05-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4604
4605         * figinset.C: add using std:: directive for the C functions which
4606         need that.
4607
4608 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4609
4610         * insetfloat.C (Write): write out wide info
4611         (Read): read the wide info
4612         (Latex): use the wide info when creating latex.
4613
4614         * insettext.C: adjust
4615
4616         * insetgraphics.[Ch] (statusMessage): change to return string
4617         (width): adjust
4618         (draw): adjust
4619
4620         * figinset.C (runqueue): add std::
4621         (Recompute): ditto
4622
4623 2001-05-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4624
4625         * insetcite.C (Ascii): add std:: qualifier
4626
4627 2001-05-28  Juergen Vigna  <jug@sad.it>
4628
4629         * insettext.C (resizeLyXText): clear LyXText ONLY if we don't have
4630         a endless-width inset (maxWidth < 0).
4631         (Edit): change language only if not equal.
4632
4633         * insettabular.C (resetPos): call UpdateLocal only on REAL scroll!
4634
4635         * insettext.C (draw): fixed draw/clear of InsetText-Frame
4636
4637 2001-05-16  Juergen Vigna  <jug@sad.it>
4638
4639         * insettext.C (selectAll): added
4640         (clearSelection): added
4641
4642         * insettabular.C (SetFont): now we may set a font on a whole selection!
4643         (getSelection): added helper function.
4644
4645 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
4646
4647         * insetcite.C (Ascii): Add method.
4648
4649 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
4650
4651         * figinset.C:
4652         * insetbib.C: fix path for OS/2 & Win32
4653
4654 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4655
4656         * insetfoot.C (Latex): don't use % after footnote.
4657
4658 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4659
4660         * insettext.C (Read): use clear
4661         (SetParagraphData): use LyXParagraph copy constructor instead of clone
4662
4663 2001-05-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4664
4665         * insetfloatlist.h: add a bunch of std:: qualifiers.
4666
4667 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4668
4669         * lyxinset.h: remve LOF_CODE, LOT_CODE, LOA_CODE, add
4670         FLOAT_LIST_CODE, renumber code list.
4671
4672         * insettoc.C (getScreenLabel): remove support for float lists
4673         (LyxCode): ditto
4674         (Ascii): ditto
4675
4676         * insetfloatlist.[Ch]: new files
4677
4678         * Makefile.am (libinsets_la_SOURCES): add insetfloatlist.[Ch]
4679
4680 2001-04-27  Angus Leeming  <a.leeming@ic.ac.uk>
4681
4682         * insettabular.C (LocalDispatch):
4683         * insettext.C (LocalDispatch): getClipboard() is now a BufferView
4684         method
4685
4686 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4687
4688         * insettext.C: remvoe !NEW_INSETS cruft
4689
4690         * insettabular.C: remove !NEW_INSETS cruft
4691
4692         * insetcollapsable.h: remove !NEW_INSETS cruft
4693
4694         * insetbib.C: remove !NEW_INSETS cruft
4695
4696 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4697
4698         * insettoc.C: hack to make listof algorithm work
4699
4700 2001-04-20  Juergen Vigna  <jug@sad.it>
4701
4702         * insettext.C (Edit): call checkAndActivateInset with y=0 if y < 0.
4703
4704 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4705
4706         * insetquotes.C (Latex): improve the guard against
4707         unwanted !` and ?` ligatures. This should really be done in
4708         another place (to catch all this ligatures at low-level).
4709
4710 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4711
4712         * insettext.C (init): remvoe leftovers from cursor_visible change
4713         (draw): use c++ cast
4714         (LocalDispatch): dispatch LFUN_MESSAGE
4715
4716         * insettabular.C (InsetTabular): remove leftovers from
4717         cursor_visible, and scoped_ptr changes
4718         (draw): use c++ cast
4719
4720         * insetcollapsable.C (draw): use c++ cast
4721
4722         * ExternalTemplate.h: inherit privaely from noncopyable
4723         * insetcommand.h: ditto
4724         * insetinclude.h: ditto
4725
4726 2001-04-16  Allan Rae  <rae@lyx.org>
4727
4728         * insettoc.C (Ascii):
4729         * insettext.C (draw):
4730         * insettabular.C (setPos):
4731         * insetminipage.C (Read):
4732         * insetfloat.C (placement):
4733         * insetcaption.C (Ascii, DocBook):
4734         * figinset.C (runqueue): #warning triggers an error on Sun CC 6.0 as
4735         an unrecognised preprocessor directive.  So ensure they're wrapped.
4736
4737 2001-04-06  John Levon  <moz@compsoc.man.ac.uk>
4738
4739         * insetexternal.h:
4740         * insetexternal.C: set view on Clone. Add _ to private members.
4741
4742 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4743
4744         * insettext.C (InsetText): fix new
4745         (InsetText): reindent some, simplify deletion of par list
4746         (clear): simplify deletion of par list, fix new
4747         (SetParagraphData): simplify deletion of par list
4748
4749         * insettabular.[Ch] (getLabelList): implement new method
4750
4751 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4752
4753         * lyxinset.h: do not include gettext.h...
4754
4755         * inset.C:
4756         * insetcaption.C:
4757         * insetexternal.C:
4758         * insetgraphics.C:
4759         * insetindex.C:
4760         * insetlabel.C:
4761         * insetlatexaccent.C:
4762         * insetminipage.C:
4763         * insetquotes.C:
4764         * insettabular.C:
4765         * inseturl.C: ... and do it here instead
4766
4767 2001-04-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4768
4769         * insetcollapsable.[Ch] (getLabelList): add std:: on vector<string>
4770
4771         * insettext.[Ch] (getLabelList): add std:: on vector<string>
4772
4773         * insetcollapsable.[Ch] (getLabelList): implement
4774
4775         * insettext.[Ch] (getLabelList): implement
4776
4777         * insettext.h: reindent
4778
4779         * insettabular.h: make tabular a scoped_ptr
4780
4781         * insettext.C (init): adjust for cursor_visible
4782         (ToggleInsetCursor): constify asc and desc, font, adjust for
4783         cursor_visible
4784         (ShowInsetCursor): constify asc and desc, font, adjust for
4785         cursor_visible
4786         (HideInsetCursor): adjust for cursor_visible
4787
4788         * insettabular.C: reindent some
4789         (InsetTabular): adjust for scoped_ptr and cursor_visible
4790         (InsetTabular): ditto
4791         (~InsetTabular): delete delete
4792         (Clone): adjust for scoped_ptr
4793         (Read): constify old_format, adjust for scoped_ptr, move init of
4794         token
4795         (draw): constify tx, localize loop vars.
4796         some other localization of variables, remove double initilizatons.
4797
4798         * insetfoot.C: remove using std::ostream, add ostream where needed
4799
4800 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4801
4802         * lyxinset.h: some reindentaion, use initializer list for
4803         constructro.
4804         UpdatableInset: make cursor_visible a private var add
4805         public isCursorVisible(), add protected toggleCursorVisible() and
4806         proctected setCursorVisible(bool), make scroll call the Inset::scroll
4807
4808         * insettoc.C: remvoe using decl
4809         (getScreenLabel): make cmdname donst
4810         (LyxCode): ditto
4811         (Ascii): ditto
4812         (Ascii): don't use endl
4813
4814         * insetfootlike.C: remove using decl at file scope and add std::
4815         where needed
4816         * insetmarginal.C: ditto
4817
4818         * insetfoot.C: some reformatting
4819
4820         * insetfloat.C (InsetButtonRelease): adjust the hit area
4821
4822         * insetert.C (SetFont): some reformatting
4823
4824         * insetcollapsable.C: some reformatting and constification
4825         (Clone): comment out.
4826         * insetcollapsable.h: some reformatting
4827         (Clone): comment out.
4828
4829         * inset.C: reindent
4830         (scroll): simplify
4831
4832 2001-03-30  Juergen Vigna  <jug@sad.it>
4833
4834         * insetcollapsable.h: changen *inset to be a InsetText inset.
4835
4836         * some files: changed to reflect the above change.
4837
4838 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
4839
4840         * insetexternal.[Ch]: renamed InsetExternal::InsetExternalParams as
4841         InsetExternal::Params.
4842         Added operator==() and operator!=() for the Params struct.
4843
4844 2001-03-29  Juergen Vigna  <jug@sad.it>
4845
4846         * lyxinset.h: changed parameter of getMaxWidth from Painter & to
4847         BufferView *.
4848
4849         * insetminipage.C: removed widthp_ and all it's functions and changed
4850         to use new %-lengths of LyXLength.
4851
4852 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
4853
4854         * figinset.[Ch]: changed headers lyx.h, form1.h -> figure_form.h.
4855
4856 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
4857
4858         * insetgraphicsParams.C (operator!=): new function, needed by the
4859         ControlGraphics class.
4860
4861 2001-03-28  Juergen Vigna  <jug@sad.it>
4862
4863         * insettext.C (InsetButtonPress): only enter !inset if button == 2
4864         (checkAndActivateInset): don't use the values returned from
4865         call to bv->checkInsetHit.
4866
4867         * insetminipage.C (Clone): set special minipage values.
4868
4869         * insetcollapsable.C (draw): changed to draw the button in the
4870         upper left corner outside the textinset.
4871         (ascent): changed because of different drawing
4872         (descent): ditto
4873         (width): ditto
4874         (Edit): ditto
4875         (InsetButtonPress): ditto
4876         (InsetButtonRelease): ditto
4877         (InsetMotionNotify): ditto
4878
4879 2001-03-27  Dekel Tsur  <dekelts@tau.ac.il>
4880
4881         * figinset.C (GetPSSizes): Fix for the case when filename doesn't
4882         contain a suffix.
4883         (Clone): ditto
4884
4885 2001-03-26  Juergen Vigna  <jug@sad.it>
4886
4887         * lyxinset.h: added ShowInsetDialog() function in UpdatableInset.
4888
4889         * insettext.C (ShowInsetDialog): implemented above function.
4890
4891         * insettabular.C (ShowInsetDialog): ditto
4892
4893         * insetminipage.C (ShowInsetDialog): ditto
4894
4895 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
4896
4897         * insetinclude.[Ch]: rename InsetInclude::InsetIncludeParams as
4898         InsetInclude::Params. Don't store a buffer * in Params. Store the
4899         master file name instead.
4900
4901 2001-03-23  Juergen Vigna  <jug@sad.it>
4902
4903         * insetcollapsable.C (InsetMotionNotify):
4904         (InsetButtonRelease):
4905         (InsetButtonPress): fixed y-offset (minipages).
4906
4907         * insettext.C (draw): force a FULL update if cleared == true.
4908
4909         * insetcollapsable.C (draw): Lars forgotten entry for changing this
4910         routine to draw the minipages on its position-flag.
4911         (InsetInInsetY): give back the right y position, because of minipage
4912         position-flag.
4913
4914 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
4915
4916         * insetfloat.h
4917         * insetfloat.C (DocBook): docbook export code.
4918
4919 2001-03-22  Juergen Vigna  <jug@sad.it>
4920
4921         * insetminipage.C (getMaxWidth): added function to set the drawing
4922         width!
4923         (Read): should work now!
4924
4925         * insetcollapsable.C (InsetCollapsable): default is now NOT collapsed
4926         if we create a new inset.
4927
4928 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
4929
4930         * figinset.C (fl_set_preemptive_callback): moved definition outside
4931         of namespace anon.
4932
4933 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
4934
4935         * insetminipage.C (Read): prepare for reading of minipage arguments.
4936
4937 2001-03-18  Baruch Even  <baruch@lyx.org>
4938
4939         * insetgraphics.C: Minor cleanups of the comments and code.
4940
4941 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
4942
4943         * insetminipage.C (InsetMinipage): default to not collapsed
4944
4945 2001-03-16  Juergen Vigna  <jug@sad.it>
4946
4947         * insetminipage.C (width): modified with to be a string
4948         (widthp): added widthp (for % width) support functions.
4949         (InsetButtonRelease): added to open the options dialog on button==3.
4950         (~InsetMinipage): added to hide the dialog.
4951
4952         * insetminipage.h: added hideDialog signal
4953
4954 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
4955
4956         * insetminipage.h: change the order or Position to match
4957         LyXParagraph::MINIPAGE_ALIGNMENT
4958
4959         * several files: remvoe CXX_WORKING_NAMESPACES
4960
4961         * ExternalTemplate.h: noncopyable is in namespace boost
4962         * insetinclude.h: ditto
4963         * insetcommand.h: ditto
4964
4965 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
4966
4967         * insettext.C (Edit): #else# -> #else.
4968         * insettoc.C: added using directive.
4969
4970 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
4971
4972         * insetminipage.h: add pos, inner_pos, width and height. + getters
4973         and setters for all of them.
4974
4975 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
4976
4977         * insetinclude.C (Latex): Do not exit when the textclass of the
4978         included file differ from the textclass of the parent file.
4979
4980 2001-03-12  Angus Leeming  <a.leeming@ic.ac.uk>
4981
4982         * ExternalTemplate.C (read): the reading of external insets now checks
4983         for \end_inset and removes it form the input stream.
4984
4985 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
4986
4987         * ExternalTemplate.h:
4988         * ExternalTemplate.C:
4989         * insetexternal.h:
4990         * insetexternal.C: move form to GUII
4991
4992 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
4993
4994         * insetinclude.h:
4995         * insetinclude.C: add InsetIncludeParams, use
4996         composition rather than derivation of InsetCommand
4997
4998 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
4999
5000         * insettoc.C (Ascii): use the Buffer typedefs
5001
5002 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5003
5004         * insettoc.C (Ascii): implement for dynamic number of lists
5005
5006         * insetcaption.[Ch]: update from new_insets branch
5007         * insetfloat.[Ch]: ditto
5008
5009 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
5010
5011         * insetexternal.C:
5012         * figinset.C: use new File Dialog
5013
5014 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5015
5016         * insettext.C: changes becuase of ParagraphParameters.
5017
5018 2001-02-28  Baruch Even  <baruch@ev-en.org>
5019
5020         * insetgraphics.C (updateInset): Changed due to the change in
5021         GraphicsCache.
5022
5023 2001-02-26  Juergen Vigna  <jug@sad.it>
5024
5025         * insettext.C (SetFont): Set Undo only if we have selection (as it is
5026         handled in LyXText).
5027
5028 2001-02-23  Juergen Vigna  <jug@sad.it>
5029
5030         * insettext.C (draw): some small repainting fixes.
5031         (LocalDispatch): put the sel_cursor stuff after the insert of chars.
5032
5033         * inset.C (LocalDispatch): changed action to be a kb_action (as it
5034         should be) and not an int.
5035
5036         * insettabular.C (LocalDispatch): ditto
5037
5038         * insettext.C (LocalDispatch): ditto
5039
5040         * insetcollapsable.C (LocalDispatch): ditto
5041
5042 2001-02-22  Juergen Vigna  <jug@sad.it>
5043
5044         * insettabular.C (LocalDispatch): return DISPATCHED if we cannot
5045         DISPATCH it and we don't have a locking_inset.
5046
5047 2001-02-21  Baruch Even  <baruch@ev-en.org>
5048
5049         * insetgraphics.[Ch]: Changed to use boost::shared_ptr<GraphicsCacheItem>
5050         instead of GraphicsCacheItem *.
5051
5052 2001-02-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5053
5054         * insetcollapsable.C (getLyXText): add const qualifier to second
5055         parameter.
5056
5057 2001-02-22  Juergen Vigna  <jug@sad.it>
5058
5059         * insettext.C (getLyXText): honor the recursive parameter.
5060         (SetUpdateStatus): set need_update to CURSOR_PAR if LyXText needs it.
5061
5062         * inset.C (getLyXText): added bool recursive parameter.
5063
5064         * insettext.C (SetUpdateStatus): or the update codes.
5065         (draw): check need_update with &.
5066         (InsetButtonPress): set no_selection to not put a selection when
5067         entering an inset and it is redraws in another spot.
5068
5069         * insettext.h: made need_update an int.
5070
5071 2001-02-20  Baruch Even  <baruch@ev-en.org>
5072
5073         * insetgraphics.h:
5074         * insetgraphisc.C: Changed to use better semantics when loading images
5075         for inline view. Now it doesn't keep the pixmap itself but it's holder.
5076
5077 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
5078
5079         * insetcommand.h:
5080         * inseterror.h:
5081         * insetgraphics.C: change name of "hide" signal to "hideDialog",
5082         consistent with InsetTabular.
5083
5084 2001-02-19  Juergen Vigna  <jug@sad.it>
5085
5086         * insettabular.C (LocalDispatch): implement PAGE up/down.
5087
5088         * insettext.C (draw): clear all of it on need_update==INIT too!
5089
5090         * insettabular.C (InsetUnlock): always clear the selection.
5091
5092         * inset.C (scroll): normally we only want to scroll the inset until
5093         it is fully visible so if top_x + offset > 20 then just set scx to 0.
5094
5095 2001-02-14  Juergen Vigna  <jug@sad.it>
5096
5097         * insettabular.C (LocalDispatch): remove x_fix as it is not used.
5098         (resetPos): fixed scroll behaviour.
5099         (LocalDispatch): do an update if moving cursor inside a table cell
5100         requests a scroll of the tabular.
5101
5102 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
5103
5104         * insettext.C (textWidth): constify local var
5105
5106         * insettabular.C: small cleanup.
5107
5108         * insetfoot.C (Latex): constify local var
5109
5110         * insetcollapsable.C: small cleanup.
5111
5112         * figinset.C (runqueue): use compare instead of strcmp
5113
5114 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
5115
5116         * insettext.C:
5117         * insetinfo.C: remove cruft
5118
5119 2001-02-14  Juergen Vigna  <jug@sad.it>
5120
5121         * insettext.C (SetUpdateStatus): added a BufferView * parameter.
5122
5123 2001-02-13  Juergen Vigna  <jug@sad.it>
5124
5125         * insettext.C (InsertInset): don't move left (is this right?)
5126
5127         * insettabular.C (LocalDispatch): use of the no_draw variable
5128
5129         * insettabular.h: new no_draw variable to stop redraw
5130
5131         * insettabular.C (TabularFeatures): fixed update for alignment change
5132
5133 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
5134
5135         * insetinclude.C:
5136         * insetbib.h:
5137         * insetbib.C: move dialogs to frontends/
5138
5139 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
5140
5141         * insettext.C (LocalDispatch): Restore the language if the inset
5142         becomes empty.
5143
5144 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
5145
5146         * insettext.C (moveRightIntern): Update the selection cursor.
5147         (moveLeftIntern): Ditto.
5148
5149 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5150
5151         * Makefile.am: remove BoundingBox.h
5152
5153         * BoundingBox.h: removed
5154
5155 2001-02-08  Dekel Tsur  <dekelts@tau.ac.il>
5156
5157         * insettext.C (LocalDispatch): Update selection cursor when moving
5158         cursor to the right.
5159         (moveRightIntern): Call to CursorRight with 2 argument eqaul to false.
5160         (moveLeftIntern): Ditto.
5161
5162 2001-02-05  Baruch Even  <baruch.even@writeme.com>
5163
5164         * insetgraphics.C: Updated automatic image conversion, it now goes into
5165         temporary directory instead of with the image itself.
5166
5167 2001-01-21  Baruch Even  <baruch@ev-en.org>
5168
5169         * insetgraphics.C: Added Docbook support. Added Automatic image conversion
5170         to EPS or PNG when needed (support bitmap graphics).
5171
5172 2000-11-02  Baruch Even  <baruch@ev-en.org>
5173
5174         * insetgraphics.C:
5175         * insetgraphiscParams.C: Some cleaning up, changing from std::endl to '\n'
5176         and removal of commented out code.
5177
5178 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
5179
5180         * insetbib.C (callback): Update citations if the key has changed.
5181
5182 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
5183
5184         * insetbib.C (InsetBibKey): Better computation of default key.
5185         (getScreenLabel) Show both the key and the label.
5186         (getBibLabel): New method.
5187         (callback): Force a redraw if the inset have been changed.
5188
5189 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
5190
5191         * insetref.C (getType, getName): Move methods from
5192         src/frontends/xforms/FormRef.C.
5193
5194 2001-01-12  Dekel Tsur  <dekelts@tau.ac.il>
5195
5196         * insettabular.C: Various improvements (use only one dummy position).
5197
5198 2001-01-25  Dekel Tsur  <dekelts@tau.ac.il>
5199
5200         * insetbib.C (bibitemWidest): Use lyxfont::width instead of
5201         par->bibkey->width. This fixes the crashes when running without
5202         gui or when having included documents.
5203
5204 2001-01-22  Dekel Tsur  <dekelts@tau.ac.il>
5205
5206         * insetcommand.C (getAsString, setFromString): Cleanup.
5207
5208 2001-01-21  Dekel Tsur  <dekelts@tau.ac.il>
5209
5210         * insetref.C: Add the array InsetRef::types that contains
5211         information about all supported reference types.
5212
5213 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5214
5215         * lyxinset.h: remove trailing comma in enum.
5216
5217 2001-01-17  John Levon  <moz@compsoc.man.ac.uk>
5218
5219         * insettext.C: kill LyXBell.