forked from conformal/gotk3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGES
More file actions
27 lines (26 loc) · 731 Bytes
/
CHANGES
File metadata and controls
27 lines (26 loc) · 731 Bytes
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
Changes in 0.0.2 (Wed Nov 13 2013)
- Begin GTK 3.10 support
- Add support for targeting GTK 3.6
- Add build tags to target previous GTK releases
- Additional function support for the following types:
* gtk.Label
* gtk.Misc
* gtk.Scrollbar
* gtk.SpinButton
* gtk.Window
- New support for the following types:
* gtk.Builder
* gtk.CheckButton
* gtk.Frame
* gtk.Range
* gtk.Scrollbar
* gtk.Separator
* gtk.SeparatorMenuItem
* gtk.ShadowType
* gtk.ToggleButton
- Add glib.GetUserSpecialDir
- Use C constants directly instead of using iota
- Fix several nil pointer dereferences
- General code cleanup
Initial Release 0.0.1 (Tue Jul 16 2013)
- Initial release