]> git.lyx.org Git - lyx.git/blob - src/frontends/gtk/ChangeLog
Pass LyxView & to the WorkArea.
[lyx.git] / src / frontends / gtk / ChangeLog
1 2004-04-28  Angus Leeming  <leeming@lyx.org>
2
3         * WorkAreaFactory.C (create): pass a LyXView & to GWorkArea c-tor.
4
5         * GWorkArea.[Ch] (c-tor): now receives a LyXView &. Use it instead
6         of GView::instance.
7
8         * GView.[Ch] (instance): removed.
9
10 2004-04-27  Angus Leeming  <leeming@lyx.org>
11
12         * GView.[Ch]: split the window into 'top', 'left', 'center',
13         'right' and 'bottom' boxes.
14         (getBox): accessor for a particular box.
15
16         * GMenubar.C (c-tor):
17         * GMiniBuffer.C (c-tor):
18         * GWorkArea.C (c-tor):
19         * GToolbar.C (add): access the correct Box in GView.
20
21         * GToolbar.[Ch] (add, displayToolbar): show only those toolbars that
22         are flagged as 'ON'.
23
24 2004-04-27  Angus Leeming  <leeming@lyx.org>
25
26         * ghelpers.[Ch]: new files.
27         (findGladeFile): search the top_srcdir() as welll as LibFileSearch
28         when looking for glade files.
29
30         * Makefile.am: add new files.
31
32         * GAboutlyx.C (doBuild):
33         * GMathDelim.C (doBuild):
34         * GMathPanel.C (doBuild):
35         * GPrint.C (doBuild):
36         * GTableCreate.C (doBuild):
37         * GText.C (doBuild):
38         * GUrl.C (doBuild): use findGladeFile in preference to LibFileSearch.
39         Prevents crash when using a not-installed lyx executable.
40
41 2004-04-20  Angus Leeming  <leeming@lyx.org>
42
43         * Makefile.am (SUBDIRS): add gimages.
44
45         * gimages/.cvsignore: new file. Ignore Makefile.in, Makefile.
46
47         * gimages/Makefile.am: new file. Add the xpm files to EXTRA_DIST.
48
49         * glade/Makefile.am (GLADE_FILES): replace '*.glade' with the
50         names of the individual files.
51         'make distdir' Now works when srcdir != builddir.
52
53 2004-04-08  Angus Leeming  <leeming@lyx.org>
54
55         * GPainter.C: compile fixes.
56
57 2004-04-07  Alfredo Braunstein  <abraunst@lyx.org>
58
59         * GPainter.[Ch]: adjust to changes in Painter.h
60
61 2004-04-05  Angus Leeming  <leeming@lyx.org>
62
63         * Dialogs.C (build): set the preferences dialog button policy to
64         PreferencesPolicy.
65
66 2004-04-05  Angus Leeming  <leeming@lyx.org>
67
68         * GMenubar.C: wrap #warning calls inside #ifdef WITH_WARNINGS blocks.
69
70 2004-03-31  Angus Leeming  <leeming@lyx.org>
71
72         * GViewBase.C: remove mention of ControlButtons.h.
73
74         * Makefile.am: remove mention of xforms' Dialogs2.lo, FormBase.lo.
75
76 2004-03-31  Angus Leeming  <leeming@lyx.org>
77
78         * Dialogs.C (build): added preamble dialog.
79
80 2004-03-31  Angus Leeming  <leeming@lyx.org>
81
82         * Dialogs.C (build): added spellchecker dialog.
83
84 2004-03-31  Angus Leeming  <leeming@lyx.org>
85
86         * Dialogs.C (build): added preferences dialog.
87
88 2004-03-30  Angus Leeming  <leeming@lyx.org>
89
90         * Dialogs.C (build) added document dialog.
91
92 2004-03-28  Angus Leeming  <leeming@lyx.org>
93
94         * Dialogs.C (build): added print dialog.
95
96 2004-03-27  Angus Leeming  <leeming@lyx.org>
97
98         * Dialogs.C (build): added box, fidreplace, log, sendto, vspace
99         dialogs. Removed latexlog.
100
101         * Makefile.am: associated changes.
102
103 2004-03-26  Angus Leeming  <leeming@lyx.org>
104
105         * Makefile.am: ensure that the build can find lyx_forms.h when
106         srcdir != builddir.
107
108 2004-03-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
109
110         * GLyXKeySym.C (print): new method; print a keysym using
111         kb_keymap::printKeySym (should use some native gtk method instead)
112
113 2004-03-24  Angus Leeming  <leeming@lyx.org>
114
115         * GMenubar.C (submenuDisabled, onSubMenuActivate): compile fixes
116         due to the changes in FuncStatus.
117
118         * GToolbar.C (update): ditto.
119
120         * lyx_gui.C (start): remove code to order buffers as it no longer
121         compiles and none of the other frontends do this anymore.
122
123 2004-03-17  Angus Leeming  <leeming@lyx.org>
124
125         * Makefile.am: remove mention of the forks dialog.
126
127 2004-02-09  Huang Ying <hying_caritas@163.com>
128
129         * GXpmBtnTbl.C : add a GXpmBtnTbl class to automate creating a Xpm
130         Button Table according to a set of xpm data or xbm data, is equivalent
131         with bmtable in xforms frontend.
132         * GMathPanel.C : revise using GXpmBtnTbl.
133         * gimages : a directory for xpm used in gtk frontend only.
134         * GMathDelim.C : math delimiter dialog.
135
136 2004-02-07  Huang Ying <hying_caritas@163.com>
137
138         * GViewBase.C : add addCancel, addOK, addApply, add Restore to
139         facilitate setup buttons signal.
140         * GAboutLyx.C : using addxxx series functions.
141         * GTableCreate.C : using addxxx series functions.
142         * GText.C : using addxxx series functions.
143         * GUrl.C : using addxxx series functions.
144
145 2004-02-02  Huang Ying <hying_caritas@163.com>
146
147         * GAboutLyx.C : the "CREDITS" is in "ISO8859-1" charset not locale
148         charset, so change the convert function from Glib::locale_to_utf8
149         to Glib::convert(credit, "UTF-8", "ISO8859-1").
150
151 2003-12-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
152
153         * Dialogs.C:
154         * Makefile.am: remove vclog (compile fix)
155
156 2003-12-14  Michael Schmitt  <michael.schmitt@teststep.org>
157
158         * Dialogs.C:
159         * Makefile.am: remove minipage
160
161 2003-10-30  Huang Ying  <hying_caritas@163.com>
162
163         * GToolbar.C : change layouts widget update code according xforms
164         fronetends to prevent layouts widget from disable always.
165
166 2003-10-28  Huang Ying  <hying_caritas@163.com>
167
168         * codeConvert.h (etc): Change FcChar to XftChar according to the libxft
169         interface changing.
170         * FileDialogPrivate.C : get rid of button support in FileDialog
171         because of the implementation of Gtk::FileSelection changed.
172         * glade/.cvsignore : add *.gladep, which is generated during editing
173         *.galde
174         * Add MathPanel, TableCreate and Url dialog
175
176 2003-10-15  José Matos  <jamatos@lyx.org>
177
178         * lyx_gui.C (start): add lyxsocket.
179         (LyX_XErrHandler): fix call to emergencyCleanup.
180
181 2003-10-14  Angus Leeming  <leeming@lyx.org>
182
183         * lyx_gui.C (start): store the LyXView in the LyX list of all LyXViews.
184
185 2003-10-13  José Matos  <jamatos@lyx.org>
186
187         * lyx_gui.C (set_datasocket_callback, set_serversocket_callback,
188         remove_datasocket_callback, remove_serversocket_callback):
189         prefix those fucntions with lyx_gui:: to link correctly.
190
191         * lyx_gui.C (start): fix call to dispatch.
192
193 2003-10-13  Angus Leeming  <leeming@lyx.org>
194
195         * lyx_gui.C (set_datasocket_callback, set_serversocket_callback,
196         remove_datasocket_callback, remove_serversocket_callback):
197         placeholder functions, enabling the frontend to be linked.
198
199 2003-10-08  Angus Leeming  <leeming@lyx.org>
200
201         Fix doxygen warnings.
202
203         * Alert_pimpl.C: \file Alert_pimpl.C -> \file gtk/Alert_pimpl.C
204         * FileDialog.C: \file FileDialog.C -> \file gtk/FileDialog.C
205         * GView.C: \file GView.C -> \file gtk/GView.C
206         * GView.h: \file GView.h -> \file gtk/GView.h
207
208 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
209
210         * GToolbar.C (add): Make it take a ToobarBackend::Item as arg,
211         adjust.
212         (onButtonClicked): take a FuncRequest
213         (update): adjust
214
215         * GMenubar.C (submenuDisabled): pass FuncRequest to getStatus.
216         (onSubMenuActivate): ditto
217         (onCommandActivate): pass MenuItem::func to dispatch
218
219         * LyXKeySymFactory.C (create): fix new bug
220
221         * GView.C (GView): fix new bug
222
223         * GToolbar.C (add): fix new bug
224
225 2003-09-18  Angus Leeming  <leeming@lyx.org>
226
227         * GPainter.C:
228         * GPainter.h:
229         * GWorkArea.C:
230         * GWorkArea.h:
231         * lyx_gui.C: rename EnumLColor as LColor_color.
232
233 2003-09-16  Angus Leeming  <leeming@lyx.org>
234
235         * GScreen.[Ch] (workarea):
236         * GWorkArea.[Ch] (~ColorCache, getColor, getXftColor, cacheColor,
237         cacheXftColor, getPainter, workWidth, workHeight, xpos, ypos, getWindow,
238         getDisplay, getPixmap, getGC, getColormap, getXftDraw, getColorHandler):
239         move out-of-line.
240
241 2003-09-15  Angus Leeming  <leeming@lyx.org>
242
243         * GPainter.C: add #include "LColor.h".
244         * GPainter.[Ch] (setForeground, point, line, lines, rectangle, fillRectangle,
245         fillPolygon, arc): pass EnumLColor args, rather than LColor::color ones.
246
247         * GScreen.C:
248         * GWorkArea.C: add #include "LColor.h".
249
250         * GWorkArea.h: remove #include "LColor.h".
251         change typedefs to take an EnumLColor arg rather than an LColor::color one.
252
253         * GWorkArea.h (getColor, getXftColor, cacheColor, cacheXftColor):
254         * GWorkArea.[Ch] (getXftColor, getGdkColor): pass EnumLColor args, rather
255         than LColor::color ones.
256
257         * lyx_gui.C (hexname, update_color): pass EnumLColor args, rather
258         than LColor::color ones.
259
260 2003-09-10  Angus Leeming  <leeming@lyx.org>
261
262         * GToolbar.C (onLayoutSelected): missed a change from a call to the
263         Buffer::params member variable to the Buffer::params() function.
264
265 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
266
267         * GPainter.C: change Assert to BOOST_ASSERT
268
269 2003-09-08  Angus Leeming  <leeming@lyx.org>
270
271         * GPainter.h: do not #include <config.h> in header files.
272
273 2003-09-02  Angus Leeming  <leeming@lyx.org>
274
275         * .cvsignore:
276         * glade/.cvsignore: new files.
277
278 2003-09-02  Angus Leeming  <leeming@lyx.org>
279
280         * all files: standard-conformant header blurbs.
281
282 2003-09-02  Huang Ying  <hying_caritas@163.com>
283
284         * initial release