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