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