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