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