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