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