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