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