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