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