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