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