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