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