2012-06-23 Jürg Billeter Release 0.16.1 codegen: Fix memory leak accessing automatic property with owned getter Fixes bug 678630. 2012-06-23 Evan Nemerson glib-2.0: make GLib.Pid inherit from int Partially fixes bug 678420. gdk-3.0: Gdk.EventKey does not have a GType Fixes bug 678217. bindings: update GIR-based bindings 2012-06-23 Jürg Billeter codegen: Fix .begin on async methods returning structs gtk+-3.0: Fix gtk_entry_get_text_area bindings 2012-06-23 Michal Hruby girwriter: Use transfer-ownership=none for InitiallyUnowned based constructors 2012-06-23 Alberto Ruiz bindings: Add gir_namespace and gir_version to dbus-glib-1.vapi 2012-06-23 Evan Nemerson gtk+-2.0, gtk+-3.0: include necessary headers for IMContext(Info) types Fixes bug 635664. 2012-06-23 Robert Ancell gtk+-3.0: Gtk.Scrollbar constructor allows null adjustment Fixes bug 669516. 2012-06-23 David King gtk+-2.0, gtk+-3.0: fix Gtk.test_init Fixes bug 669767. 2012-06-23 Jesse van den Kieboom Added is_out annotation for StyleContext.lookup_color Fixes bug 675403. 2012-06-23 Evan Nemerson gtk+-3.0: hide SelectionData.get_data_with_length length parameter Fixes bug 676849. gtk+-3.0: add information to generate 2d0e7f49 dbus-glib-1: add dbus_g_connection_open binding Fixes bug 622043. 2012-06-23 Alexander Kurtz x11: Enable some fields which were previously commented out. https://bugzilla.gnome.org/show_bug.cgi?id=669374 2012-06-23 Evan Nemerson gstreamer-0.10: correct type id of Gst.TypeFindFactory Partially fixes bug 675364. 2012-06-23 Richard Schwarting libxml-2.0: add missing cnames to some Doc fields Fixes bug 677354. 2012-06-23 Evan Nemerson gdk-3.0: mark Gdk.Atom as derived from uint 2012-06-23 Richard Schwarting libxml-2.0: add SaveCtxt bindings Partially fixes bug 677355. 2012-06-23 Jürg Billeter codegen: Fix assertion failure on empty string switch statement Fixes bug 677205. GVariant: Fix memory leak when boxing and unboxing variants Fixes bug 674201. gnome-keyring-1: Fix gnome_keyring_item_get_info_sync binding Fixes bug 677256. codegen: Fix infinite recursion when using lambda in destructor Fixes bug 677261. glib-2.0: Fix typo in FileSeek attribute 2012-06-23 Evan Nemerson glib-2.0: set FileSeek cname to "int" 2012-06-23 Jürg Billeter glib-2.0: Include glib/gstdio.h when using DirUtils or Stat 2012-06-23 Alexander Larsson Update clutter vapi to final Clutter 1.10. 2012-06-23 Evan Nemerson gdk-3.0, libsoup-2.4, poppler-glib, rest-0.7, vte-2.90: update 2012-06-23 Michal Hruby glib-2.0: Add a few Source methods 2012-06-23 Jürg Billeter codegen: Fix capturing element variable of foreach without iterator Support virtual interface signals Fixes bug 676802. 2012-06-23 Marc-André Lureau glib-2.0: annotate nullable GLib.Uri arguments and return values g_uri_*() functions can take null values, return null as a normal operation, ex: parse_scheme() returns null when no scheme... https://bugzilla.gnome.org/show_bug.cgi?id=676609 2012-06-23 Evan Nemerson posix: add statvfs and fstatvfs function bindings statvfs is called statvfs_exec since just using statvfs would conflict with the existing statvfs type. 2012-06-23 Colin Walters build: Note that we don't support srcdir != builddir 2012-06-23 Evan Nemerson gtk+-2.0, gtk+-3.0: make TextTag constructor's parameter nullable 2012-06-23 Philip Flarsheim glib-2.0: add Hmac bindings Fixes bug 670243. 2012-06-23 Evan Nemerson gobject-2.0: add Type.{get,set}_qdata methods Fixes bug 673392. rest-0.7: update to git master Fixes bug 670488. gsl: correct MultifitLinearWorkspace construct/free C names Fixes bug 670838. 2012-06-23 Jesus Menendez-Castellano posix: add execv(p) and sigqueue methods, make sigval_t a simple type Fixes bug 673391. 2012-06-23 Christian Persch Use correct variable name to add vapigen directories Fixes bug 675097. 2012-06-23 Jürg Billeter glib-2.0: Update GUnicodeScript and GUnicodeBreakType bindings Fixes bug 674660. 2012-06-23 Robert Ancell posix: Add stat fields for high precision access/modification/status change timestamps (POSIX.1-2008) posix: Add utimensat and futimens bindings 2012-06-23 Jürg Billeter posix: Add ffs binding 2012-06-23 Luca Bruno gtk+-2.0, gtk+-3.0: Fix TargetList.add_table binding Based on patch by Axel FILMORE. Fixes bug 673117. 2012-05-17 Alexander Larsson Add direct vfunc accessors for Widget.get_preferred_height/width These are available as get_preferred_height_internal and get_preferred_width_internal similarly to the existing get_preferred_height_for_width_internal and get_preferred_width_for_height_internal methods. (cherry picked from commit 2d0e7f49c2b14946a0c16e024c14bef333e43c59)