]> git.lyx.org Git - lyx.git/blob - src/frontends/gtk/ChangeLog
GTK compile fixes.
[lyx.git] / src / frontends / gtk / ChangeLog
1 2004-03-24  Angus Leeming  <leeming@lyx.org>
2
3         * GMenubar.C (submenuDisabled, onSubMenuActivate): compile fixes
4         due to the changes in FuncStatus.
5
6         * GToolbar.C (update): ditto.
7
8         * lyx_gui.C (start): remove code to order buffers as it no longer
9         compiles and none of the other frontends do this anymore.
10
11 2004-03-17  Angus Leeming  <leeming@lyx.org>
12
13         * Makefile.am: remove mention of the forks dialog.
14
15 2004-02-09  Huang Ying <hying_caritas@163.com>
16
17         * GXpmBtnTbl.C : add a GXpmBtnTbl class to automate creating a Xpm
18         Button Table according to a set of xpm data or xbm data, is equivalent
19         with bmtable in xforms frontend.
20         * GMathPanel.C : revise using GXpmBtnTbl.
21         * gimages : a directory for xpm used in gtk frontend only.
22         * GMathDelim.C : math delimiter dialog.
23
24 2004-02-07  Huang Ying <hying_caritas@163.com>
25
26         * GViewBase.C : add addCancel, addOK, addApply, add Restore to 
27         facilitate setup buttons signal.
28         * GAboutLyx.C : using addxxx series functions.
29         * GTableCreate.C : using addxxx series functions.
30         * GText.C : using addxxx series functions.
31         * GUrl.C : using addxxx series functions.
32         
33 2004-02-02  Huang Ying <hying_caritas@163.com>
34
35         * GAboutLyx.C : the "CREDITS" is in "ISO8859-1" charset not locale 
36         charset, so change the convert function from Glib::locale_to_utf8
37         to Glib::convert(credit, "UTF-8", "ISO8859-1").
38         
39 2003-12-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
40
41         * Dialogs.C:
42         * Makefile.am: remove vclog (compile fix)
43
44 2003-12-14  Michael Schmitt  <michael.schmitt@teststep.org>
45
46         * Dialogs.C:
47         * Makefile.am: remove minipage
48
49 2003-10-30  Huang Ying  <hying_caritas@163.com>
50
51         * GToolbar.C : change layouts widget update code according xforms
52         fronetends to prevent layouts widget from disable always.
53
54 2003-10-28  Huang Ying  <hying_caritas@163.com>
55         
56         * codeConvert.h (etc): Change FcChar to XftChar according to the libxft
57         interface changing.
58         * FileDialogPrivate.C : get rid of button support in FileDialog
59         because of the implementation of Gtk::FileSelection changed.
60         * glade/.cvsignore : add *.gladep, which is generated during editing
61         *.galde
62         * Add MathPanel, TableCreate and Url dialog
63
64 2003-10-15  José Matos  <jamatos@lyx.org>
65
66         * lyx_gui.C (start): add lyxsocket.
67         (LyX_XErrHandler): fix call to emergencyCleanup.
68
69 2003-10-14  Angus Leeming  <leeming@lyx.org>
70
71         * lyx_gui.C (start): store the LyXView in the LyX list of all LyXViews.
72
73 2003-10-13  José Matos  <jamatos@lyx.org>
74
75         * lyx_gui.C (set_datasocket_callback, set_serversocket_callback,
76         remove_datasocket_callback, remove_serversocket_callback):
77         prefix those fucntions with lyx_gui:: to link correctly.
78
79         * lyx_gui.C (start): fix call to dispatch.
80
81 2003-10-13  Angus Leeming  <leeming@lyx.org>
82
83         * lyx_gui.C (set_datasocket_callback, set_serversocket_callback,
84         remove_datasocket_callback, remove_serversocket_callback):
85         placeholder functions, enabling the frontend to be linked.
86
87 2003-10-08  Angus Leeming  <leeming@lyx.org>
88
89         Fix doxygen warnings.
90
91         * Alert_pimpl.C: \file Alert_pimpl.C -> \file gtk/Alert_pimpl.C
92         * FileDialog.C: \file FileDialog.C -> \file gtk/FileDialog.C
93         * GView.C: \file GView.C -> \file gtk/GView.C
94         * GView.h: \file GView.h -> \file gtk/GView.h
95
96 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
97
98         * GToolbar.C (add): Make it take a ToobarBackend::Item as arg,
99         adjust.
100         (onButtonClicked): take a FuncRequest
101         (update): adjust
102
103         * GMenubar.C (submenuDisabled): pass FuncRequest to getStatus.
104         (onSubMenuActivate): ditto
105         (onCommandActivate): pass MenuItem::func to dispatch
106
107         * LyXKeySymFactory.C (create): fix new bug
108
109         * GView.C (GView): fix new bug
110
111         * GToolbar.C (add): fix new bug
112
113 2003-09-18  Angus Leeming  <leeming@lyx.org>
114
115         * GPainter.C:
116         * GPainter.h:
117         * GWorkArea.C:
118         * GWorkArea.h:
119         * lyx_gui.C: rename EnumLColor as LColor_color.
120
121 2003-09-16  Angus Leeming  <leeming@lyx.org>
122
123         * GScreen.[Ch] (workarea):
124         * GWorkArea.[Ch] (~ColorCache, getColor, getXftColor, cacheColor,
125         cacheXftColor, getPainter, workWidth, workHeight, xpos, ypos, getWindow,
126         getDisplay, getPixmap, getGC, getColormap, getXftDraw, getColorHandler):
127         move out-of-line.
128
129 2003-09-15  Angus Leeming  <leeming@lyx.org>
130
131         * GPainter.C: add #include "LColor.h".
132         * GPainter.[Ch] (setForeground, point, line, lines, rectangle, fillRectangle,
133         fillPolygon, arc): pass EnumLColor args, rather than LColor::color ones.
134
135         * GScreen.C:
136         * GWorkArea.C: add #include "LColor.h".
137
138         * GWorkArea.h: remove #include "LColor.h".
139         change typedefs to take an EnumLColor arg rather than an LColor::color one.
140
141         * GWorkArea.h (getColor, getXftColor, cacheColor, cacheXftColor):
142         * GWorkArea.[Ch] (getXftColor, getGdkColor): pass EnumLColor args, rather
143         than LColor::color ones.
144
145         * lyx_gui.C (hexname, update_color): pass EnumLColor args, rather
146         than LColor::color ones.
147
148 2003-09-10  Angus Leeming  <leeming@lyx.org>
149
150         * GToolbar.C (onLayoutSelected): missed a change from a call to the
151         Buffer::params member variable to the Buffer::params() function.
152
153 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
154
155         * GPainter.C: change Assert to BOOST_ASSERT
156
157 2003-09-08  Angus Leeming  <leeming@lyx.org>
158
159         * GPainter.h: do not #include <config.h> in header files.
160
161 2003-09-02  Angus Leeming  <leeming@lyx.org>
162
163         * .cvsignore:
164         * glade/.cvsignore: new files.
165
166 2003-09-02  Angus Leeming  <leeming@lyx.org>
167
168         * all files: standard-conformant header blurbs.
169
170 2003-09-02  Huang Ying  <hying_caritas@163.com>
171
172         * initial release