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