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