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