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