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