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