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