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