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