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