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