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