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