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