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