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