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