]> git.lyx.org Git - lyx.git/blob - src/insets/ChangeLog
Removed #ifdef's SCROLL_INSET, now default.
[lyx.git] / src / insets / ChangeLog
1 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
2
3         * insetinclude.C:
4         * insetbib.h:
5         * insetbib.C: move dialogs to frontends/
6
7 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
8
9         * insettext.C (LocalDispatch): Restore the language if the inset
10         becomes empty.
11
12 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
13
14         * insettext.C (moveRightIntern): Update the selection cursor.
15         (moveLeftIntern): Ditto.
16
17 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
18
19         * Makefile.am: remove BoundingBox.h
20
21         * BoundingBox.h: removed
22
23 2001-02-08  Dekel Tsur  <dekelts@tau.ac.il>
24         
25         * insettext.C (LocalDispatch): Update selection cursor when moving 
26         cursor to the right.
27         (moveRightIntern): Call to CursorRight with 2 argument eqaul to false.
28         (moveLeftIntern): Ditto.
29
30 2001-02-05  Baruch Even  <baruch.even@writeme.com>
31
32         * insetgraphics.C: Updated automatic image conversion, it now goes into
33         temporary directory instead of with the image itself.
34
35 2001-01-21  Baruch Even  <baruch@ev-en.org>
36
37         * insetgraphics.C: Added Docbook support. Added Automatic image conversion
38         to EPS or PNG when needed (support bitmap graphics).
39
40 2000-11-02  Baruch Even  <baruch@ev-en.org>
41
42         * insetgraphics.C:
43         * insetgraphiscParams.C: Some cleaning up, changing from std::endl to '\n'
44         and removal of commented out code.
45
46 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
47
48         * insetbib.C (callback): Update citations if the key has changed.
49
50 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
51
52         * insetbib.C (InsetBibKey): Better computation of default key.
53         (getScreenLabel) Show both the key and the label.
54         (getBibLabel): New method.
55         (callback): Force a redraw if the inset have been changed.
56
57 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
58
59         * insetref.C (getType, getName): Move methods from 
60         src/frontends/xforms/FormRef.C.
61
62 2001-01-12  Dekel Tsur  <dekelts@tau.ac.il>
63
64         * insettabular.C: Various improvements (use only one dummy position).
65
66 2001-01-25  Dekel Tsur  <dekelts@tau.ac.il>
67
68         * insetbib.C (bibitemWidest): Use lyxfont::width instead of
69         par->bibkey->width. This fixes the crashes when running without
70         gui or when having included documents.
71
72 2001-01-22  Dekel Tsur  <dekelts@tau.ac.il>
73
74         * insetcommand.C (getAsString, setFromString): Cleanup.
75
76 2001-01-21  Dekel Tsur  <dekelts@tau.ac.il>
77
78         * insetref.C: Add the array InsetRef::types that contains
79         information about all supported reference types.
80
81 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
82
83         * lyxinset.h: remove trailing comma in enum.
84
85 2001-01-17  John Levon  <moz@compsoc.man.ac.uk>
86
87         * insettext.C: kill LyXBell.