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