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