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