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