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