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