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