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