]> git.lyx.org Git - features.git/blob - src/frontends/gtk/ChangeLog
The EnumLColor patch, free of macros.
[features.git] / src / frontends / gtk / ChangeLog
1 2003-09-15  Angus Leeming  <leeming@lyx.org>
2
3         * GPainter.C: add #include "LColor.h".
4         * GPainter.[Ch] (setForeground, point, line, lines, rectangle, fillRectangle,
5         fillPolygon, arc): pass EnumLColor args, rather than LColor::color ones.
6
7         * GScreen.C:
8         * GWorkArea.C: add #include "LColor.h".
9
10         * GWorkArea.h: remove #include "LColor.h".
11         change typedefs to take an EnumLColor arg rather than an LColor::color one.
12
13         * GWorkArea.h (getColor, getXftColor, cacheColor, cacheXftColor):
14         * GWorkArea.[Ch] (getXftColor, getGdkColor): pass EnumLColor args, rather
15         than LColor::color ones.
16
17         * lyx_gui.C (hexname, update_color): pass EnumLColor args, rather
18         than LColor::color ones.
19
20 2003-09-10  Angus Leeming  <leeming@lyx.org>
21
22         * GToolbar.C (onLayoutSelected): missed a change from a call to the
23         Buffer::params member variable to the Buffer::params() function.
24
25 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
26
27         * GPainter.C: change Assert to BOOST_ASSERT
28
29 2003-09-08  Angus Leeming  <leeming@lyx.org>
30
31         * GPainter.h: do not #include <config.h> in header files.
32
33 2003-09-02  Angus Leeming  <leeming@lyx.org>
34
35         * .cvsignore:
36         * glade/.cvsignore: new files.
37
38 2003-09-02  Angus Leeming  <leeming@lyx.org>
39
40         * all files: standard-conformant header blurbs.
41
42 2003-09-02  Huang Ying  <hying_caritas@163.com>
43
44         * initial release