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