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