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