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