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