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