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