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