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