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