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