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