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