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