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