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