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