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