2010-06-20 Jürg Billeter <
[email protected]>
Release 0.9.2
gtk+-3.0: Fix GtkRadioAction:group and GtkRadioButton:group bindings
2010-06-20 Luca Bruno <
[email protected]>
gtk+-2.0: Fix GtkRadioAction:group and GtkRadioButton:group bindings
Fixes bug 621754.
2010-06-20 Simon Wenner <
[email protected]>
glib-2.0: Add g_utf8_collate_key* bindings
Fixes bug 621151.
2010-06-20 Luca Bruno <
[email protected]>
Do not support assigning to `this'
Fixes bug 620120.
2010-06-20 Ryan Lortie <
[email protected]>
GVariant parsing API
2010-06-20 Jürg Billeter <
[email protected]>
gtk+-3.0: Fix gtk_tree_path_get_indices_with_depth binding
glib-2.0: Support GVariant as fundamental type
This requires GLib 2.25.10.
D-Bus: Support [DBus (signature = "...")] Variant
This makes it possible to use GVariant in D-Bus clients and servers
without automatic boxing/unboxing.
2010-06-20 Luca Bruno <
[email protected]>
Do not allow ++ or -- before regex literals in scanner
Fixes bug 621923.
D-Bus: Support no-reply methods in static libdbus clients
Fixes bug 618892.
2010-06-20 Jürg Billeter <
[email protected]>
D-Bus: Report error when trying to create proxy for non-D-Bus interface
Fixes bug 603494.
D-Bus: Fix signal name mangling in dynamic dbus-glib clients
Fixes bug 583207.
D-Bus: Port tests to GDBus
Support GVariant casts and GDBus clients and servers
Move ObjectPath class from dbus-glib-1 to glib-2.0
gio-2.0: Move g_bus_* bindings to GLib.Bus namespace
gtk+-3.0: Fix gtk_application_new binding
Fixes bug 621323.
gio-2.0: Improve GApplication binding
gtk+-3.0: Drop sealed fields
Fixes bug 616127.
D-Bus: Move D-Bus helpers to DBusModule
2010-06-19 Luke Benstead <
[email protected]>
libarchive: fix cname of Archive.Write.write_header
Fixes bug 622056.
2010-06-19 Aaron Andersen <
[email protected]>
sdl-image: various nullability and type fixes, add some missing items
Fixes bug 619319.
2010-06-19 Evan Nemerson <
[email protected]>
clutter-1.0: Text.position_to_coords float params are out and nullable
Fixes bug 621491.
girparser: handle scope="async" annotations
Fixes bug 620387.
girparser: add special case for GPtrArray and GArray
Fixes bug 618660.
2010-06-18 Evan Nemerson <
[email protected]>
girparser: improve support for generic type arguments
2010-06-18 Zeeshan Ali (Khattak) <
[email protected]>
gststreamer-0.10: Revert some changes
The following fields were transformed to methods to make them
read-only for vala as they are macros for C:
* Gst.Message.type
* Gst.Message.src
* Gst.Event.type
* Gst.Event.src
Reverting this change as it breaks the build for rygel (and any app using
these APIs from vala 0.8.x) and its not so important anyways.
2010-06-18 Jürg Billeter <
[email protected]>
gtk+-3.0: Update to 2.90.3
gio-2.0: Update to 2.25.9
2010-06-17 Jürg Billeter <
[email protected]>
dova: Support overriding properties
dova: Support internal fields
dova: Fix flow analysis of error handling in non-void methods
dova: Fix virtual methods throwing errors
2010-06-16 Jim Nelson <
[email protected]>
gdk-2.0: Add GDK_NONE binding
Fixes bug 621318.
2010-06-16 Michael Terry <
[email protected]>
gtk+-3.0: Fix gtk_application_new binding
Fixes bug 621323.
2010-06-16 Luca Bruno <
[email protected]>
Do not allow abstract properties in non-abstract classes
Fixes bug 621184.
Handle struct equality for simple types and opaque structures.
Fixes bug 618217.
GIR writer: Fix crash on struct creation methods
Fixes bug 621495.
2010-06-16 Mikkel Kamstrup Erlandsen <
[email protected]>
D-Bus: Add missing casts for async server methods
Fixes bug 621692.
2010-06-16 Jürg Billeter <
[email protected]>
D-Bus: Add missing string.h include
GAsync: Fix virtual async methods returning structs
Fixes bug 621768.
2010-06-16 Luca Bruno <
[email protected]>
GAsync: Support returning structs from async methods
Fixes bug 620740.
2010-06-16 Jürg Billeter <
[email protected]>
dova: Fix warning when throwing errors in constructors
dova: Fix throwing errors in constructors
dova: Rename equal method to equals
2010-06-15 Jürg Billeter <
[email protected]>
D-Bus: Support string arrays in variants
Fixes bug 602003.
glib-2.0: Fix memory leak in GenericArray.set
Solution suggested by Evan Nemerson.
D-Bus: Fix declaration of proxy_new functions when used in other files
2010-06-15 Evan Nemerson <
[email protected]>
vapigen: Add support for deprecated metadata attributes
codegen: write G_GNUC_DEPRECATED in generated C where appropriate
Add support for [Deprecated] attribute
Fixes bug 614712.
2010-06-15 Jürg Billeter <
[email protected]>
glib-2.0: Add GLib.GenericArray (generic version of GLib.PtrArray)
Based on patch by Evan Nemerson.
glib-2.0: Use simple generics for HashTable creation method
2010-06-15 Evan Nemerson <
[email protected]>
Support simple generics for creation methods
2010-06-13 Adrien Bustany <
[email protected]>
rest-0.6: Make Rest.ProxyCall a GObject
The Rest.ProxyCall class was incorrectly detected as a Compact, non
GObject class by vapigen.
2010-06-13 Evan Nemerson <
[email protected]>
gudev-1.0: fix Device.get_property_keys and Client.query_by_subsystem
2010-06-10 Jürg Billeter <
[email protected]>
Add gdk-pixbuf-3.0, gdk-3.0, gdk-x11-3.0, and gtk+-3.0 bindings
gio-2.0: Update to 2.25.8
2010-06-08 Jürg Billeter <
[email protected]>
dova: Fix temporary variables used for throw statements
dova: Add initial support for error handling
dova: Unable to chain up to base constructor is fatal