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