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