-
Notifications
You must be signed in to change notification settings - Fork 3
/
ChangeLog
85 lines (58 loc) · 2.87 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
2024-04-21 Shiro Kawai <[email protected]>
* Update define-type stub directives to declare-stub-type.
2022-03-19 Shiro Kawai <[email protected]>
* Release 0.6.1
2022-03-18 Shiro Kawai <[email protected]>
* Add gtktoolbutton and gtk-widget-get-name, based on a
patch from Stephen Lewis.
2022-02-24 Shiro Kawai <[email protected]>
* DIST: Change tarball name to Gauche-gtk2-$VERSION (instead of
Gauche-gtk-$VERSION) to make it consistent with the package name.
2022-02-22 Shiro Kawai <[email protected]>
* Release 0.6: We've been too long being 0.6_pre1.
2021-05-18 Shiro Kawai <[email protected]>
* src/gauche-gtk.c: Update obsoleted Gauche API calls to newer ones.
2020-05-21 Shiro Kawai <[email protected]>
* Various improvements from @tsutomu-hiroshima
https://github.com/shirok/Gauche-gtk2/pull/6
- Fix gtk-button-get-label freeing gtk owned memory
- Enable gtk-table-get-size
- Enable font field of GtkCellRendererText
- GtkCellView, GtkComboBox, GtkComboBoxText implement GtkCellLayout
- Enable gtk-cell-view-get-cell-renderes
- Enable gtkcombboxtext
2016-09-27 Shiro Kawai <[email protected]>
* lib/h2s/parse.scm (parse-body): Fix for new Pango.
https://github.com/shirok/Gauche-gtk2/issues/5
2015-06-24 Shiro Kawai <[email protected]>
* src/gauche-gtk.c (call_callback), lib/gtk.scm (%gtk-call-callback):
Moved callback handling code to lib/gtk.scm, and allow to intercept
error handler using parameter gtk-callback-error-handler.
* lib/gtk/error-dialog.scm: Intercept error handler by
gtk-callback-error-handler, instead of using Gauche's custom
error reporter mechanism. Because of the change in Scm_ReportError,
it'll doesn't make much sense to use the latter.
2012-04-02 Shiro Kawai <[email protected]>
* src/gtk-lib.hints (gtk-tree-model-get-column-type): Fixed mismatch
of arguments - the function body referred to global function 'index'
instead of the argument 'index_'.
(gtk-ui-manager-add-ui-from-string): Use u_int instead of uint for
the portability.
Also fixed several places to suppress warnings.
* src/gauche-gtk.h: Added a couple of missing prototypes.
2011-11-23 Akinori Hattori <[email protected]>
* src/h2s-gtk.scm: Added gdk-pixbuf-directory.
* src/gtk-lib.hints: Fixed function redefinition errors.
* lib/h2s/parse.scm: Skip preprocessor directive inside the
enum definition.
2011-07-25 Shiro Kawai <[email protected]>
* lib/h2s/parse.scm (parse-struct): Strip GSEAL() macro for now,
in order to keep the backward compatibility---some time near
future we should discurage accessing gtk objects with slots.
2011-02-28 Shiro Kawai <[email protected]>
* src/h2s-gtk.scm (*header-search-paths*): Bail out with proper
error message when gtk and pango development environment can't
be found.
2010-05-25 Shiro Kawai <[email protected]>
* Imported CVS HEAD of Gauche-gtk and changed various parts
to catch up the latest Gauche.