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