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