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