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