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