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