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