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