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