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