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