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