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