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