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