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