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