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