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