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