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