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