]> git.lyx.org Git - lyx.git/blob - src/insets/ChangeLog
Some InsetTabular and -Text fixes.
[lyx.git] / src / insets / ChangeLog
1 2001-02-13  Juergen Vigna  <jug@sad.it>
2
3         * insettext.C (InsertInset): don't move left (is this right?)
4
5         * insettabular.C (LocalDispatch): use of the no_draw variable
6
7         * insettabular.h: new no_draw variable to stop redraw
8
9         * insettabular.C (TabularFeatures): fixed update for alignment change
10
11 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
12
13         * insetinclude.C:
14         * insetbib.h:
15         * insetbib.C: move dialogs to frontends/
16
17 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
18
19         * insettext.C (LocalDispatch): Restore the language if the inset
20         becomes empty.
21
22 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
23
24         * insettext.C (moveRightIntern): Update the selection cursor.
25         (moveLeftIntern): Ditto.
26
27 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
28
29         * Makefile.am: remove BoundingBox.h
30
31         * BoundingBox.h: removed
32
33 2001-02-08  Dekel Tsur  <dekelts@tau.ac.il>
34         
35         * insettext.C (LocalDispatch): Update selection cursor when moving 
36         cursor to the right.
37         (moveRightIntern): Call to CursorRight with 2 argument eqaul to false.
38         (moveLeftIntern): Ditto.
39
40 2001-02-05  Baruch Even  <baruch.even@writeme.com>
41
42         * insetgraphics.C: Updated automatic image conversion, it now goes into
43         temporary directory instead of with the image itself.
44
45 2001-01-21  Baruch Even  <baruch@ev-en.org>
46
47         * insetgraphics.C: Added Docbook support. Added Automatic image conversion
48         to EPS or PNG when needed (support bitmap graphics).
49
50 2000-11-02  Baruch Even  <baruch@ev-en.org>
51
52         * insetgraphics.C:
53         * insetgraphiscParams.C: Some cleaning up, changing from std::endl to '\n'
54         and removal of commented out code.
55
56 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
57
58         * insetbib.C (callback): Update citations if the key has changed.
59
60 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
61
62         * insetbib.C (InsetBibKey): Better computation of default key.
63         (getScreenLabel) Show both the key and the label.
64         (getBibLabel): New method.
65         (callback): Force a redraw if the inset have been changed.
66
67 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
68
69         * insetref.C (getType, getName): Move methods from 
70         src/frontends/xforms/FormRef.C.
71
72 2001-01-12  Dekel Tsur  <dekelts@tau.ac.il>
73
74         * insettabular.C: Various improvements (use only one dummy position).
75
76 2001-01-25  Dekel Tsur  <dekelts@tau.ac.il>
77
78         * insetbib.C (bibitemWidest): Use lyxfont::width instead of
79         par->bibkey->width. This fixes the crashes when running without
80         gui or when having included documents.
81
82 2001-01-22  Dekel Tsur  <dekelts@tau.ac.il>
83
84         * insetcommand.C (getAsString, setFromString): Cleanup.
85
86 2001-01-21  Dekel Tsur  <dekelts@tau.ac.il>
87
88         * insetref.C: Add the array InsetRef::types that contains
89         information about all supported reference types.
90
91 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
92
93         * lyxinset.h: remove trailing comma in enum.
94
95 2001-01-17  John Levon  <moz@compsoc.man.ac.uk>
96
97         * insettext.C: kill LyXBell.