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