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