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