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