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