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