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