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