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