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