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