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