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