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