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