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