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