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