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