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