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