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