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