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