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