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