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