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