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