2011-06-17 Jürg Billeter <j@bitron.ch> Release 0.13.0 Enable vapigen by default cogl-1.0: Add cogl_color_init_from_{4f,4ub} bindings gnet-2.0: Fix syntax errors 2011-06-17 Alexander Larsson <alexl@redhat.com> libnotify: Remove outdated dependencies 2011-06-17 Jürg Billeter <j@bitron.ch> Fix .begin and .end on async methods using generic types Fixes bug 652763. 2011-06-16 Luca Bruno <lucabru@src.gnome.org> Fix target_type of inner expression for generic field access The target_type of inner expression must have the actual type arguments. Fixes a regression introduced by 4935646d325911198e1fbf1c4f0734be03341c. 2011-06-16 Jürg Billeter <j@bitron.ch> gtk+-3.0: Fix GtkPlug and GtkSocket bindings 2011-06-14 Luca Bruno <lucabru@src.gnome.org> gobject-introspection: Fix TypeTag in gidl.vapi 2011-06-14 Jürg Billeter <j@bitron.ch> gtk+-3.0: Fix GtkWidget::*_event bindings 2011-06-13 Luca Bruno <lucabru@src.gnome.org> gdk-pixbuf-2.0: Fix PixbufSaveFunc and Pixbuf.save_to_callbackv bindings Based on patch by Robert Ancell. Fixes bug 652441. tests: Add regression test for bug 623092 2011-06-12 Robert Ancell <robert.ancell@canonical.com> zlib: Make next_in and next_out buffers in Stream be unowned Fixes bug 652344. 2011-06-12 Luca Bruno <lucabru@src.gnome.org> codegen: Fix access to arrays with fixed length Fixes bug 652380. 2011-06-11 Oliver Sauder <os@esite.ch> gdk-2.0, gdk-3.0: Fix GdkDevice bindings Fixes bug 652343. 2011-06-11 Luca Bruno <lucabru@src.gnome.org> gidlparser: Support nullable metadata for properties 2011-06-10 Luca Bruno <lucabru@src.gnome.org> x11: Add more function bindings Partially fixes bug 647496. GAsync: Fix the definition of async virtual methods in interfaces Fixes bug 652252. 2011-06-09 Luca Bruno <lucabru@src.gnome.org> girparser: Remove unused variables girparser: Add closure argument for metadata codegen: Support owned delegate parameter in set accessor Transfer ownership of owned value parameter in set accessor codegen: Fix memory leak in set accessor with owned value Fixes bug 652181. 2011-06-08 Luca Bruno <lucabru@src.gnome.org> girparser: Only rely on virtual-method for marking a method as virtual 2011-06-08 Oliver Sauder <os@esite.ch> gtk+-2.0, gtk+-3.0: Fix return value of gtk_target_table_new_from_list Fixes bug 652137. 2011-06-08 Luca Bruno <lucabru@src.gnome.org> gio-2.0: Fix Bus.watch_name and watch_name_on_connection bindings Fixes bug 652123. 2011-06-07 Luca Bruno <lucabru@src.gnome.org> tests: Add ref-testing for the GIR parser 2011-06-05 Luca Bruno <lucabru@src.gnome.org> gtk+-2.0, gtk+-3.0: Mark TreeModel.get_path return value as nullable Fixes bug 651871. girparser: Set vfunc_name for virtual methods if name differs from invoker gtk+-2.0, gtk+-3.0: Make TreeModel.ref_node and unref_node be virtual Fixes bug 651872. 2011-06-04 Luca Bruno <lucabru@src.gnome.org> Move custom_return_type_cname CCode attribute down to Method girparser: Threat union with registered GType as boxed type 2011-06-04 Oliver Sauder <os@esite.ch> x11: Add XGetInputFocus method to Display Fixes bug 651853. 2011-06-03 Luca Bruno <lucabru@src.gnome.org> girparser: Handle array length index for return values Fixes bug 651773. 2011-06-03 Jürg Billeter <j@bitron.ch> Fix critical when calling generated enum to_string method 2011-06-03 Luca Bruno <lucabru@src.gnome.org> girparser: Always parse gtype structs as records even if they're disguised girparser: Ensure that cname of guessed accessor methods is correct girparser: Fix finding invoker method for virtual methods 2011-06-02 Luca Bruno <lucabru@src.gnome.org> D-Bus: Require class prerequisite for dbus interfaces Fixes bug 651715.