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