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