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