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