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