]> git.lyx.org Git - lyx.git/blob - src/frontends/gtk/ChangeLog
Rename EnumLColor as LColor_color.
[lyx.git] / src / frontends / gtk / ChangeLog
1 2003-09-18  Angus Leeming  <leeming@lyx.org>
2
3         * GPainter.C:
4         * GPainter.h:
5         * GWorkArea.C:
6         * GWorkArea.h:
7         * lyx_gui.C: rename EnumLColor as LColor_color.
8
9 2003-09-16  Angus Leeming  <leeming@lyx.org>
10
11         * GScreen.[Ch] (workarea):
12         * GWorkArea.[Ch] (~ColorCache, getColor, getXftColor, cacheColor,
13         cacheXftColor, getPainter, workWidth, workHeight, xpos, ypos, getWindow,
14         getDisplay, getPixmap, getGC, getColormap, getXftDraw, getColorHandler):
15         move out-of-line.
16
17 2003-09-15  Angus Leeming  <leeming@lyx.org>
18
19         * GPainter.C: add #include "LColor.h".
20         * GPainter.[Ch] (setForeground, point, line, lines, rectangle, fillRectangle,
21         fillPolygon, arc): pass EnumLColor args, rather than LColor::color ones.
22
23         * GScreen.C:
24         * GWorkArea.C: add #include "LColor.h".
25
26         * GWorkArea.h: remove #include "LColor.h".
27         change typedefs to take an EnumLColor arg rather than an LColor::color one.
28
29         * GWorkArea.h (getColor, getXftColor, cacheColor, cacheXftColor):
30         * GWorkArea.[Ch] (getXftColor, getGdkColor): pass EnumLColor args, rather
31         than LColor::color ones.
32
33         * lyx_gui.C (hexname, update_color): pass EnumLColor args, rather
34         than LColor::color ones.
35
36 2003-09-10  Angus Leeming  <leeming@lyx.org>
37
38         * GToolbar.C (onLayoutSelected): missed a change from a call to the
39         Buffer::params member variable to the Buffer::params() function.
40
41 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
42
43         * GPainter.C: change Assert to BOOST_ASSERT
44
45 2003-09-08  Angus Leeming  <leeming@lyx.org>
46
47         * GPainter.h: do not #include <config.h> in header files.
48
49 2003-09-02  Angus Leeming  <leeming@lyx.org>
50
51         * .cvsignore:
52         * glade/.cvsignore: new files.
53
54 2003-09-02  Angus Leeming  <leeming@lyx.org>
55
56         * all files: standard-conformant header blurbs.
57
58 2003-09-02  Huang Ying  <hying_caritas@163.com>
59
60         * initial release