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