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