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