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