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