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