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