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