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