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