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