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