]> git.lyx.org Git - lyx.git/blob - src/frontends/gtk/ChangeLog
John Spray's gtk scrolling patch
[lyx.git] / src / frontends / gtk / ChangeLog
1 2004-09-23  John Spray  <spray_john@users.sourceforge.net>
2
3         * GWorkArea.[Ch]: Add GWorkArea::onScrollWheel to implement
4         mouse-wheel scrolling of document
5
6 2004-07-24  Lars Gullik Bjonnes  <larsbj@gullik.net>
7
8         * GPainter.C (text): use boost::scoped_array to store the
9         temporary wchar_t pointer
10
11         * lyx_gui.C: change "support/std_sstream.h" to <sstream>
12
13 2004-07-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
14
15         * lyx_gui.C (register_socket_callback,unregister_socket_callback):
16         implement
17         (set_read_callback,remove_read_callback): remove implementation
18
19         * io_callback.[Ch]: new files
20         * Makefile.am (libgtk_la_SOURCES): handle them
21
22 2004-07-21  Lars Gullik Bjonnes  <larsbj@gullik.net>
23
24         * lyx_gui.C (register_socket_callback): add stub
25         (unregister_socket_callback): add stub
26
27 2004-05-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
28
29         * Makefile.am: dont create a separate xforms.lo use he files
30         directly when building libgtk instead.
31
32 2004-05-19  Angus Leeming  <leeming@lyx.org>
33
34         * Most files: wrap code up inside namespace lyx::frontend.
35
36 2004-05-04  Angus Leeming  <leeming@lyx.org>
37
38         * Dialogs.C: Remove "error" dialog identifier.
39
40 2004-04-28  Angus Leeming  <leeming@lyx.org>
41
42         * GToolbar.[Ch]: rewrite code to derive from a single Toolbar or
43         LayoutBox.
44
45         * GView.C: small changes due to changed Toolbar API.
46
47 2004-04-28  Angus Leeming  <leeming@lyx.org>
48
49         * WorkAreaFactory.C (create): No longer passed x, y data.
50
51         * GView.[Ch] (c-tor): no longer passes x, y data to BufferView c-tor.
52
53 2004-04-28  Angus Leeming  <leeming@lyx.org>
54
55         * WorkAreaFactory.C (create): pass a LyXView & to GWorkArea c-tor.
56
57         * GWorkArea.[Ch] (c-tor): now receives a LyXView &. Use it instead
58         of GView::instance.
59
60         * GView.[Ch] (instance): removed.
61
62 2004-04-27  Angus Leeming  <leeming@lyx.org>
63
64         * GView.[Ch]: split the window into 'top', 'left', 'center',
65         'right' and 'bottom' boxes.
66         (getBox): accessor for a particular box.
67
68         * GMenubar.C (c-tor):
69         * GMiniBuffer.C (c-tor):
70         * GWorkArea.C (c-tor):
71         * GToolbar.C (add): access the correct Box in GView.
72
73         * GToolbar.[Ch] (add, displayToolbar): show only those toolbars that
74         are flagged as 'ON'.
75
76 2004-04-27  Angus Leeming  <leeming@lyx.org>
77
78         * ghelpers.[Ch]: new files.
79         (findGladeFile): search the top_srcdir() as welll as LibFileSearch
80         when looking for glade files.
81
82         * Makefile.am: add new files.
83
84         * GAboutlyx.C (doBuild):
85         * GMathDelim.C (doBuild):
86         * GMathPanel.C (doBuild):
87         * GPrint.C (doBuild):
88         * GTableCreate.C (doBuild):
89         * GText.C (doBuild):
90         * GUrl.C (doBuild): use findGladeFile in preference to LibFileSearch.
91         Prevents crash when using a not-installed lyx executable.
92
93 2004-04-20  Angus Leeming  <leeming@lyx.org>
94
95         * Makefile.am (SUBDIRS): add gimages.
96
97         * gimages/.cvsignore: new file. Ignore Makefile.in, Makefile.
98
99         * gimages/Makefile.am: new file. Add the xpm files to EXTRA_DIST.
100
101         * glade/Makefile.am (GLADE_FILES): replace '*.glade' with the
102         names of the individual files.
103         'make distdir' Now works when srcdir != builddir.
104
105 2004-04-08  Angus Leeming  <leeming@lyx.org>
106
107         * GPainter.C: compile fixes.
108
109 2004-04-07  Alfredo Braunstein  <abraunst@lyx.org>
110
111         * GPainter.[Ch]: adjust to changes in Painter.h
112
113 2004-04-05  Angus Leeming  <leeming@lyx.org>
114
115         * Dialogs.C (build): set the preferences dialog button policy to
116         PreferencesPolicy.
117
118 2004-04-05  Angus Leeming  <leeming@lyx.org>
119
120         * GMenubar.C: wrap #warning calls inside #ifdef WITH_WARNINGS blocks.
121
122 2004-03-31  Angus Leeming  <leeming@lyx.org>
123
124         * GViewBase.C: remove mention of ControlButtons.h.
125
126         * Makefile.am: remove mention of xforms' Dialogs2.lo, FormBase.lo.
127
128 2004-03-31  Angus Leeming  <leeming@lyx.org>
129
130         * Dialogs.C (build): added preamble dialog.
131
132 2004-03-31  Angus Leeming  <leeming@lyx.org>
133
134         * Dialogs.C (build): added spellchecker dialog.
135
136 2004-03-31  Angus Leeming  <leeming@lyx.org>
137
138         * Dialogs.C (build): added preferences dialog.
139
140 2004-03-30  Angus Leeming  <leeming@lyx.org>
141
142         * Dialogs.C (build) added document dialog.
143
144 2004-03-28  Angus Leeming  <leeming@lyx.org>
145
146         * Dialogs.C (build): added print dialog.
147
148 2004-03-27  Angus Leeming  <leeming@lyx.org>
149
150         * Dialogs.C (build): added box, fidreplace, log, sendto, vspace
151         dialogs. Removed latexlog.
152
153         * Makefile.am: associated changes.
154
155 2004-03-26  Angus Leeming  <leeming@lyx.org>
156
157         * Makefile.am: ensure that the build can find lyx_forms.h when
158         srcdir != builddir.
159
160 2004-03-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
161
162         * GLyXKeySym.C (print): new method; print a keysym using
163         kb_keymap::printKeySym (should use some native gtk method instead)
164
165 2004-03-24  Angus Leeming  <leeming@lyx.org>
166
167         * GMenubar.C (submenuDisabled, onSubMenuActivate): compile fixes
168         due to the changes in FuncStatus.
169
170         * GToolbar.C (update): ditto.
171
172         * lyx_gui.C (start): remove code to order buffers as it no longer
173         compiles and none of the other frontends do this anymore.
174
175 2004-03-17  Angus Leeming  <leeming@lyx.org>
176
177         * Makefile.am: remove mention of the forks dialog.
178
179 2004-02-09  Huang Ying <hying_caritas@163.com>
180
181         * GXpmBtnTbl.C : add a GXpmBtnTbl class to automate creating a Xpm
182         Button Table according to a set of xpm data or xbm data, is equivalent
183         with bmtable in xforms frontend.
184         * GMathPanel.C : revise using GXpmBtnTbl.
185         * gimages : a directory for xpm used in gtk frontend only.
186         * GMathDelim.C : math delimiter dialog.
187
188 2004-02-07  Huang Ying <hying_caritas@163.com>
189
190         * GViewBase.C : add addCancel, addOK, addApply, add Restore to
191         facilitate setup buttons signal.
192         * GAboutLyx.C : using addxxx series functions.
193         * GTableCreate.C : using addxxx series functions.
194         * GText.C : using addxxx series functions.
195         * GUrl.C : using addxxx series functions.
196
197 2004-02-02  Huang Ying <hying_caritas@163.com>
198
199         * GAboutLyx.C : the "CREDITS" is in "ISO8859-1" charset not locale
200         charset, so change the convert function from Glib::locale_to_utf8
201         to Glib::convert(credit, "UTF-8", "ISO8859-1").
202
203 2003-12-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
204
205         * Dialogs.C:
206         * Makefile.am: remove vclog (compile fix)
207
208 2003-12-14  Michael Schmitt  <michael.schmitt@teststep.org>
209
210         * Dialogs.C:
211         * Makefile.am: remove minipage
212
213 2003-10-30  Huang Ying  <hying_caritas@163.com>
214
215         * GToolbar.C : change layouts widget update code according xforms
216         fronetends to prevent layouts widget from disable always.
217
218 2003-10-28  Huang Ying  <hying_caritas@163.com>
219
220         * codeConvert.h (etc): Change FcChar to XftChar according to the libxft
221         interface changing.
222         * FileDialogPrivate.C : get rid of button support in FileDialog
223         because of the implementation of Gtk::FileSelection changed.
224         * glade/.cvsignore : add *.gladep, which is generated during editing
225         *.galde
226         * Add MathPanel, TableCreate and Url dialog
227
228 2003-10-15  José Matos  <jamatos@lyx.org>
229
230         * lyx_gui.C (start): add lyxsocket.
231         (LyX_XErrHandler): fix call to emergencyCleanup.
232
233 2003-10-14  Angus Leeming  <leeming@lyx.org>
234
235         * lyx_gui.C (start): store the LyXView in the LyX list of all LyXViews.
236
237 2003-10-13  José Matos  <jamatos@lyx.org>
238
239         * lyx_gui.C (set_datasocket_callback, set_serversocket_callback,
240         remove_datasocket_callback, remove_serversocket_callback):
241         prefix those fucntions with lyx_gui:: to link correctly.
242
243         * lyx_gui.C (start): fix call to dispatch.
244
245 2003-10-13  Angus Leeming  <leeming@lyx.org>
246
247         * lyx_gui.C (set_datasocket_callback, set_serversocket_callback,
248         remove_datasocket_callback, remove_serversocket_callback):
249         placeholder functions, enabling the frontend to be linked.
250
251 2003-10-08  Angus Leeming  <leeming@lyx.org>
252
253         Fix doxygen warnings.
254
255         * Alert_pimpl.C: \file Alert_pimpl.C -> \file gtk/Alert_pimpl.C
256         * FileDialog.C: \file FileDialog.C -> \file gtk/FileDialog.C
257         * GView.C: \file GView.C -> \file gtk/GView.C
258         * GView.h: \file GView.h -> \file gtk/GView.h
259
260 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
261
262         * GToolbar.C (add): Make it take a ToobarBackend::Item as arg,
263         adjust.
264         (onButtonClicked): take a FuncRequest
265         (update): adjust
266
267         * GMenubar.C (submenuDisabled): pass FuncRequest to getStatus.
268         (onSubMenuActivate): ditto
269         (onCommandActivate): pass MenuItem::func to dispatch
270
271         * LyXKeySymFactory.C (create): fix new bug
272
273         * GView.C (GView): fix new bug
274
275         * GToolbar.C (add): fix new bug
276
277 2003-09-18  Angus Leeming  <leeming@lyx.org>
278
279         * GPainter.C:
280         * GPainter.h:
281         * GWorkArea.C:
282         * GWorkArea.h:
283         * lyx_gui.C: rename EnumLColor as LColor_color.
284
285 2003-09-16  Angus Leeming  <leeming@lyx.org>
286
287         * GScreen.[Ch] (workarea):
288         * GWorkArea.[Ch] (~ColorCache, getColor, getXftColor, cacheColor,
289         cacheXftColor, getPainter, workWidth, workHeight, xpos, ypos, getWindow,
290         getDisplay, getPixmap, getGC, getColormap, getXftDraw, getColorHandler):
291         move out-of-line.
292
293 2003-09-15  Angus Leeming  <leeming@lyx.org>
294
295         * GPainter.C: add #include "LColor.h".
296         * GPainter.[Ch] (setForeground, point, line, lines, rectangle, fillRectangle,
297         fillPolygon, arc): pass EnumLColor args, rather than LColor::color ones.
298
299         * GScreen.C:
300         * GWorkArea.C: add #include "LColor.h".
301
302         * GWorkArea.h: remove #include "LColor.h".
303         change typedefs to take an EnumLColor arg rather than an LColor::color one.
304
305         * GWorkArea.h (getColor, getXftColor, cacheColor, cacheXftColor):
306         * GWorkArea.[Ch] (getXftColor, getGdkColor): pass EnumLColor args, rather
307         than LColor::color ones.
308
309         * lyx_gui.C (hexname, update_color): pass EnumLColor args, rather
310         than LColor::color ones.
311
312 2003-09-10  Angus Leeming  <leeming@lyx.org>
313
314         * GToolbar.C (onLayoutSelected): missed a change from a call to the
315         Buffer::params member variable to the Buffer::params() function.
316
317 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
318
319         * GPainter.C: change Assert to BOOST_ASSERT
320
321 2003-09-08  Angus Leeming  <leeming@lyx.org>
322
323         * GPainter.h: do not #include <config.h> in header files.
324
325 2003-09-02  Angus Leeming  <leeming@lyx.org>
326
327         * .cvsignore:
328         * glade/.cvsignore: new files.
329
330 2003-09-02  Angus Leeming  <leeming@lyx.org>
331
332         * all files: standard-conformant header blurbs.
333
334 2003-09-02  Huang Ying  <hying_caritas@163.com>
335
336         * initial release