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