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