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