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