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