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