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