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