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