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