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