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