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