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