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