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