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