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