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