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