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