]> git.lyx.org Git - lyx.git/blob - src/insets/ChangeLog
70387c1579d57c7755f5e9c517975a999f48efed
[lyx.git] / src / insets / ChangeLog
1 2001-02-23  Juergen Vigna  <jug@sad.it>
2
3         * insettext.C (draw): some small repainting fixes.
4         (LocalDispatch): put the sel_cursor stuff after the insert of chars.
5
6         * inset.C (LocalDispatch): changed action to be a kb_action (as it
7         should be) and not an int.
8         
9         * insettabular.C (LocalDispatch): ditto
10
11         * insettext.C (LocalDispatch): ditto
12
13         * insetcollapsable.C (LocalDispatch): ditto
14
15 2001-02-22  Juergen Vigna  <jug@sad.it>
16
17         * insettabular.C (LocalDispatch): return DISPATCHED if we cannot
18         DISPATCH it and we don't have a locking_inset.
19
20 2001-02-21  Baruch Even  <baruch@ev-en.org>
21
22         * insetgraphics.[Ch]: Changed to use boost::shared_ptr<GraphicsCacheItem>
23         instead of GraphicsCacheItem *.
24
25 2001-02-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
26
27         * insetcollapsable.C (getLyXText): add const qualifier to second
28         parameter. 
29
30 2001-02-22  Juergen Vigna  <jug@sad.it>
31
32         * insettext.C (getLyXText): honor the recursive parameter.
33         (SetUpdateStatus): set need_update to CURSOR_PAR if LyXText needs it.
34
35         * inset.C (getLyXText): added bool recursive parameter.
36
37         * insettext.C (SetUpdateStatus): or the update codes.
38         (draw): check need_update with &.
39         (InsetButtonPress): set no_selection to not put a selection when
40         entering an inset and it is redraws in another spot.
41
42         * insettext.h: made need_update an int.
43
44 2001-02-20  Baruch Even  <baruch@ev-en.org>
45
46         * insetgraphics.h:
47         * insetgraphisc.C: Changed to use better semantics when loading images
48         for inline view. Now it doesn't keep the pixmap itself but it's holder.
49
50 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
51
52         * insetcommand.h:
53         * inseterror.h:
54         * insetgraphics.C: change name of "hide" signal to "hideDialog",
55         consistent with InsetTabular.
56         
57 2001-02-19  Juergen Vigna  <jug@sad.it>
58
59         * insettabular.C (LocalDispatch): implement PAGE up/down.
60
61         * insettext.C (draw): clear all of it on need_update==INIT too!
62
63         * insettabular.C (InsetUnlock): always clear the selection.
64
65         * inset.C (scroll): normally we only want to scroll the inset until
66         it is fully visible so if top_x + offset > 20 then just set scx to 0.
67
68 2001-02-14  Juergen Vigna  <jug@sad.it>
69
70         * insettabular.C (LocalDispatch): remove x_fix as it is not used.
71         (resetPos): fixed scroll behaviour.
72         (LocalDispatch): do an update if moving cursor inside a table cell
73         requests a scroll of the tabular.
74
75 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
76
77         * insettext.C (textWidth): constify local var
78
79         * insettabular.C: small cleanup.
80
81         * insetfoot.C (Latex): constify local var
82
83         * insetcollapsable.C: small cleanup.
84
85         * figinset.C (runqueue): use compare instead of strcmp
86
87 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
88
89         * insettext.C:
90         * insetinfo.C: remove cruft
91
92 2001-02-14  Juergen Vigna  <jug@sad.it>
93
94         * insettext.C (SetUpdateStatus): added a BufferView * parameter.
95
96 2001-02-13  Juergen Vigna  <jug@sad.it>
97
98         * insettext.C (InsertInset): don't move left (is this right?)
99
100         * insettabular.C (LocalDispatch): use of the no_draw variable
101
102         * insettabular.h: new no_draw variable to stop redraw
103
104         * insettabular.C (TabularFeatures): fixed update for alignment change
105
106 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
107
108         * insetinclude.C:
109         * insetbib.h:
110         * insetbib.C: move dialogs to frontends/
111
112 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
113
114         * insettext.C (LocalDispatch): Restore the language if the inset
115         becomes empty.
116
117 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
118
119         * insettext.C (moveRightIntern): Update the selection cursor.
120         (moveLeftIntern): Ditto.
121
122 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
123
124         * Makefile.am: remove BoundingBox.h
125
126         * BoundingBox.h: removed
127
128 2001-02-08  Dekel Tsur  <dekelts@tau.ac.il>
129         
130         * insettext.C (LocalDispatch): Update selection cursor when moving 
131         cursor to the right.
132         (moveRightIntern): Call to CursorRight with 2 argument eqaul to false.
133         (moveLeftIntern): Ditto.
134
135 2001-02-05  Baruch Even  <baruch.even@writeme.com>
136
137         * insetgraphics.C: Updated automatic image conversion, it now goes into
138         temporary directory instead of with the image itself.
139
140 2001-01-21  Baruch Even  <baruch@ev-en.org>
141
142         * insetgraphics.C: Added Docbook support. Added Automatic image conversion
143         to EPS or PNG when needed (support bitmap graphics).
144
145 2000-11-02  Baruch Even  <baruch@ev-en.org>
146
147         * insetgraphics.C:
148         * insetgraphiscParams.C: Some cleaning up, changing from std::endl to '\n'
149         and removal of commented out code.
150
151 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
152
153         * insetbib.C (callback): Update citations if the key has changed.
154
155 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
156
157         * insetbib.C (InsetBibKey): Better computation of default key.
158         (getScreenLabel) Show both the key and the label.
159         (getBibLabel): New method.
160         (callback): Force a redraw if the inset have been changed.
161
162 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
163
164         * insetref.C (getType, getName): Move methods from 
165         src/frontends/xforms/FormRef.C.
166
167 2001-01-12  Dekel Tsur  <dekelts@tau.ac.il>
168
169         * insettabular.C: Various improvements (use only one dummy position).
170
171 2001-01-25  Dekel Tsur  <dekelts@tau.ac.il>
172
173         * insetbib.C (bibitemWidest): Use lyxfont::width instead of
174         par->bibkey->width. This fixes the crashes when running without
175         gui or when having included documents.
176
177 2001-01-22  Dekel Tsur  <dekelts@tau.ac.il>
178
179         * insetcommand.C (getAsString, setFromString): Cleanup.
180
181 2001-01-21  Dekel Tsur  <dekelts@tau.ac.il>
182
183         * insetref.C: Add the array InsetRef::types that contains
184         information about all supported reference types.
185
186 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
187
188         * lyxinset.h: remove trailing comma in enum.
189
190 2001-01-17  John Levon  <moz@compsoc.man.ac.uk>
191
192         * insettext.C: kill LyXBell.