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