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