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