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