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