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