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