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