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