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