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