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