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