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