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