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