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