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