]> git.lyx.org Git - features.git/blob - src/insets/ChangeLog
4fbc6d7cf225c6374e1c1f227f898b76223ba48a
[features.git] / src / insets / ChangeLog
1 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
2
3         * insettext.C (textWidth): constify local var
4
5         * insettabular.C: small cleanup.
6
7         * insetfoot.C (Latex): constify local var
8
9         * insetcollapsable.C: small cleanup.
10
11         * figinset.C (runqueue): use compare instead of strcmp
12
13 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
14
15         * insettext.C:
16         * insetinfo.C: remove cruft
17
18 2001-02-14  Juergen Vigna  <jug@sad.it>
19
20         * insettext.C (SetUpdateStatus): added a BufferView * parameter.
21
22 2001-02-13  Juergen Vigna  <jug@sad.it>
23
24         * insettext.C (InsertInset): don't move left (is this right?)
25
26         * insettabular.C (LocalDispatch): use of the no_draw variable
27
28         * insettabular.h: new no_draw variable to stop redraw
29
30         * insettabular.C (TabularFeatures): fixed update for alignment change
31
32 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
33
34         * insetinclude.C:
35         * insetbib.h:
36         * insetbib.C: move dialogs to frontends/
37
38 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
39
40         * insettext.C (LocalDispatch): Restore the language if the inset
41         becomes empty.
42
43 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
44
45         * insettext.C (moveRightIntern): Update the selection cursor.
46         (moveLeftIntern): Ditto.
47
48 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
49
50         * Makefile.am: remove BoundingBox.h
51
52         * BoundingBox.h: removed
53
54 2001-02-08  Dekel Tsur  <dekelts@tau.ac.il>
55         
56         * insettext.C (LocalDispatch): Update selection cursor when moving 
57         cursor to the right.
58         (moveRightIntern): Call to CursorRight with 2 argument eqaul to false.
59         (moveLeftIntern): Ditto.
60
61 2001-02-05  Baruch Even  <baruch.even@writeme.com>
62
63         * insetgraphics.C: Updated automatic image conversion, it now goes into
64         temporary directory instead of with the image itself.
65
66 2001-01-21  Baruch Even  <baruch@ev-en.org>
67
68         * insetgraphics.C: Added Docbook support. Added Automatic image conversion
69         to EPS or PNG when needed (support bitmap graphics).
70
71 2000-11-02  Baruch Even  <baruch@ev-en.org>
72
73         * insetgraphics.C:
74         * insetgraphiscParams.C: Some cleaning up, changing from std::endl to '\n'
75         and removal of commented out code.
76
77 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
78
79         * insetbib.C (callback): Update citations if the key has changed.
80
81 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
82
83         * insetbib.C (InsetBibKey): Better computation of default key.
84         (getScreenLabel) Show both the key and the label.
85         (getBibLabel): New method.
86         (callback): Force a redraw if the inset have been changed.
87
88 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
89
90         * insetref.C (getType, getName): Move methods from 
91         src/frontends/xforms/FormRef.C.
92
93 2001-01-12  Dekel Tsur  <dekelts@tau.ac.il>
94
95         * insettabular.C: Various improvements (use only one dummy position).
96
97 2001-01-25  Dekel Tsur  <dekelts@tau.ac.il>
98
99         * insetbib.C (bibitemWidest): Use lyxfont::width instead of
100         par->bibkey->width. This fixes the crashes when running without
101         gui or when having included documents.
102
103 2001-01-22  Dekel Tsur  <dekelts@tau.ac.il>
104
105         * insetcommand.C (getAsString, setFromString): Cleanup.
106
107 2001-01-21  Dekel Tsur  <dekelts@tau.ac.il>
108
109         * insetref.C: Add the array InsetRef::types that contains
110         information about all supported reference types.
111
112 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
113
114         * lyxinset.h: remove trailing comma in enum.
115
116 2001-01-17  John Levon  <moz@compsoc.man.ac.uk>
117
118         * insettext.C: kill LyXBell.