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