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