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