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