]> git.lyx.org Git - lyx.git/blob - src/frontends/gtk/ChangeLog
gtk_patch_2003_10_28
[lyx.git] / src / frontends / gtk / ChangeLog
1 2003-10-28  Huang Ying <hying_caritas@163.com>
2         * codeConvert.h (etc): Change FcChar to XftChar according to the libxft
3         interface changing.
4         * FileDialogPrivate.C : get rid of button support in FileDialog
5         because of the implementation of Gtk::FileSelection changed.
6         * glade/.cvsignore : add *.gladep, which is generated during editing
7         *.galde
8         * Add MathPanel, TableCreate and Url dialog
9
10 2003-10-15  José Matos  <jamatos@lyx.org>
11
12         * lyx_gui.C (start): add lyxsocket.
13         (LyX_XErrHandler): fix call to emergencyCleanup.
14
15 2003-10-14  Angus Leeming  <leeming@lyx.org>
16
17         * lyx_gui.C (start): store the LyXView in the LyX list of all LyXViews.
18
19 2003-10-13  José Matos  <jamatos@lyx.org>
20
21         * lyx_gui.C (set_datasocket_callback, set_serversocket_callback,
22         remove_datasocket_callback, remove_serversocket_callback):
23         prefix those fucntions with lyx_gui:: to link correctly.
24
25         * lyx_gui.C (start): fix call to dispatch.
26
27 2003-10-13  Angus Leeming  <leeming@lyx.org>
28
29         * lyx_gui.C (set_datasocket_callback, set_serversocket_callback,
30         remove_datasocket_callback, remove_serversocket_callback):
31         placeholder functions, enabling the frontend to be linked.
32
33 2003-10-08  Angus Leeming  <leeming@lyx.org>
34
35         Fix doxygen warnings.
36
37         * Alert_pimpl.C: \file Alert_pimpl.C -> \file gtk/Alert_pimpl.C
38         * FileDialog.C: \file FileDialog.C -> \file gtk/FileDialog.C
39         * GView.C: \file GView.C -> \file gtk/GView.C
40         * GView.h: \file GView.h -> \file gtk/GView.h
41
42 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
43
44         * GToolbar.C (add): Make it take a ToobarBackend::Item as arg,
45         adjust.
46         (onButtonClicked): take a FuncRequest
47         (update): adjust
48
49         * GMenubar.C (submenuDisabled): pass FuncRequest to getStatus.
50         (onSubMenuActivate): ditto
51         (onCommandActivate): pass MenuItem::func to dispatch
52
53         * LyXKeySymFactory.C (create): fix new bug
54
55         * GView.C (GView): fix new bug
56
57         * GToolbar.C (add): fix new bug
58
59 2003-09-18  Angus Leeming  <leeming@lyx.org>
60
61         * GPainter.C:
62         * GPainter.h:
63         * GWorkArea.C:
64         * GWorkArea.h:
65         * lyx_gui.C: rename EnumLColor as LColor_color.
66
67 2003-09-16  Angus Leeming  <leeming@lyx.org>
68
69         * GScreen.[Ch] (workarea):
70         * GWorkArea.[Ch] (~ColorCache, getColor, getXftColor, cacheColor,
71         cacheXftColor, getPainter, workWidth, workHeight, xpos, ypos, getWindow,
72         getDisplay, getPixmap, getGC, getColormap, getXftDraw, getColorHandler):
73         move out-of-line.
74
75 2003-09-15  Angus Leeming  <leeming@lyx.org>
76
77         * GPainter.C: add #include "LColor.h".
78         * GPainter.[Ch] (setForeground, point, line, lines, rectangle, fillRectangle,
79         fillPolygon, arc): pass EnumLColor args, rather than LColor::color ones.
80
81         * GScreen.C:
82         * GWorkArea.C: add #include "LColor.h".
83
84         * GWorkArea.h: remove #include "LColor.h".
85         change typedefs to take an EnumLColor arg rather than an LColor::color one.
86
87         * GWorkArea.h (getColor, getXftColor, cacheColor, cacheXftColor):
88         * GWorkArea.[Ch] (getXftColor, getGdkColor): pass EnumLColor args, rather
89         than LColor::color ones.
90
91         * lyx_gui.C (hexname, update_color): pass EnumLColor args, rather
92         than LColor::color ones.
93
94 2003-09-10  Angus Leeming  <leeming@lyx.org>
95
96         * GToolbar.C (onLayoutSelected): missed a change from a call to the
97         Buffer::params member variable to the Buffer::params() function.
98
99 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
100
101         * GPainter.C: change Assert to BOOST_ASSERT
102
103 2003-09-08  Angus Leeming  <leeming@lyx.org>
104
105         * GPainter.h: do not #include <config.h> in header files.
106
107 2003-09-02  Angus Leeming  <leeming@lyx.org>
108
109         * .cvsignore:
110         * glade/.cvsignore: new files.
111
112 2003-09-02  Angus Leeming  <leeming@lyx.org>
113
114         * all files: standard-conformant header blurbs.
115
116 2003-09-02  Huang Ying  <hying_caritas@163.com>
117
118         * initial release