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