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