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