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