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