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