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