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