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