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