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