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