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