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