]> git.ipfire.org Git - thirdparty/vala.git/log
thirdparty/vala.git
15 years agoglib-2.0: Add string.slice method 0a692ab35788c14498127ca8c04d144a6616ae57
Jürg Billeter [Sat, 19 Dec 2009 09:00:36 +0000 (10:00 +0100)] 
glib-2.0: Add string.slice method

15 years agovala-gen-introspect: Allow absolute path in .files
Arun Raghavan [Thu, 17 Dec 2009 07:30:44 +0000 (13:00 +0530)] 
vala-gen-introspect: Allow absolute path in .files

This allows one to specify absolute paths to headers and libraries in
.files. This will make it possible to generate the VAPI as part of the
library's build process.

15 years agoPrint error domain and code of uncaught errors
Jürg Billeter [Tue, 15 Dec 2009 20:16:40 +0000 (21:16 +0100)] 
Print error domain and code of uncaught errors

15 years agovalac: Add --symbols option
Jürg Billeter [Tue, 15 Dec 2009 19:06:05 +0000 (20:06 +0100)] 
valac: Add --symbols option

Writes the name of each exported function to the specified file.

Based on patch by Haakon Sporsheim, fixes bug 586494.

15 years agogstreamer-0.10: Fix GstCoreError binding
Jürg Billeter [Tue, 15 Dec 2009 18:19:39 +0000 (19:19 +0100)] 
gstreamer-0.10: Fix GstCoreError binding

Fixes bug 604601.

15 years agoReport error when field initializers may throw errors
Jürg Billeter [Sun, 13 Dec 2009 17:08:07 +0000 (18:08 +0100)] 
Report error when field initializers may throw errors

15 years agogstreamer-0.10: Fix gst_bus_add_watch binding
Jürg Billeter [Sun, 13 Dec 2009 16:53:27 +0000 (17:53 +0100)] 
gstreamer-0.10: Fix gst_bus_add_watch binding

Use gst_bus_add_watch_full to accept owned delegates.

15 years agoWrite parameter positions in VAPI files
Jürg Billeter [Sun, 13 Dec 2009 16:52:24 +0000 (17:52 +0100)] 
Write parameter positions in VAPI files

15 years agoNULL-terminate array copies
Jürg Billeter [Sun, 13 Dec 2009 16:31:29 +0000 (17:31 +0100)] 
NULL-terminate array copies

15 years agoFix vapi/Makefile.am
Jürg Billeter [Tue, 8 Dec 2009 22:07:15 +0000 (23:07 +0100)] 
Fix vapi/Makefile.am

15 years agovalac: Require --header when using --use-header 3c53cbc399b95be3dc274b095d11c53267a7e2dd
Jürg Billeter [Sun, 6 Dec 2009 17:25:00 +0000 (18:25 +0100)] 
valac: Require --header when using --use-header

15 years agogio-2.0: Fix many async functions which don't end in _async.
Evan Nemerson [Thu, 3 Dec 2009 17:52:12 +0000 (09:52 -0800)] 
gio-2.0: Fix many async functions which don't end in _async.

Fixes bug 598657.

15 years agoFix some typos in CCode attributes.
Evan Nemerson [Wed, 2 Dec 2009 21:55:55 +0000 (13:55 -0800)] 
Fix some typos in CCode attributes.

15 years agoclutter-1.0: Clutter.get_option_group* functions transfer ownership.
Evan Nemerson [Wed, 2 Dec 2009 20:50:06 +0000 (12:50 -0800)] 
clutter-1.0: Clutter.get_option_group* functions transfer ownership.

Fixes bug 602688.

15 years agoAdd libarchive bindings.
Julian Andres Klode [Wed, 2 Dec 2009 20:11:03 +0000 (12:11 -0800)] 
Add libarchive bindings.

Bind libarchive(3) to a large extent; excluding the ACL functions
which are severely underdocumented.

15 years agounique-1.0: update to unique-1.1.6.
Evan Nemerson [Wed, 2 Dec 2009 17:40:09 +0000 (09:40 -0800)] 
unique-1.0: update to unique-1.1.6.

Fixes bug 603609.

15 years agolinux: add rfkill event structure, flags, and constants
Michael 'Mickey' Lauer [Sat, 28 Nov 2009 16:30:02 +0000 (17:30 +0100)] 
linux: add rfkill event structure, flags, and constants

15 years agoglib-2.0: Do not use size_t for GString.len
Jürg Billeter [Fri, 27 Nov 2009 09:43:11 +0000 (10:43 +0100)] 
glib-2.0: Do not use size_t for GString.len

GString methods are not size_t safe and binding the len field as
size_t is inconvenient for application developers due to the
inconsistent handling in GLib.

15 years agogstreamer-0.10: Don't expose class structures
Zeeshan Ali (Khattak) [Wed, 25 Nov 2009 14:45:39 +0000 (16:45 +0200)] 
gstreamer-0.10: Don't expose class structures

Hide the class structs from metadata file and custom bind the virtual
functions.

15 years agolinux: fix InotifyMaskFlags enum and add missing values CLOSE and MOVE
Michael 'Mickey' Lauer [Wed, 25 Nov 2009 12:52:02 +0000 (13:52 +0100)] 
linux: fix InotifyMaskFlags enum and add missing values CLOSE and MOVE

15 years agogtk+-2.0: Gtk.SelectionData.get_data does not return an array length.
Evan Nemerson [Tue, 24 Nov 2009 20:58:32 +0000 (12:58 -0800)] 
gtk+-2.0: Gtk.SelectionData.get_data does not return an array length.

Fixes bug 602776.

15 years agoglib-2.0: Add missing g_ptr_array_index() binding.
Eric Alber [Tue, 24 Nov 2009 09:52:21 +0000 (01:52 -0800)] 
glib-2.0: Add missing g_ptr_array_index() binding.

Fixes bug 595781.

15 years agosqlite3: add progress_handler method and ProgressCallback delegate
Philipp Zabel [Mon, 23 Nov 2009 09:44:48 +0000 (10:44 +0100)] 
sqlite3: add progress_handler method and ProgressCallback delegate

Fixes bug 602702.

15 years agolinux: add adjtime(2) and adjtimex(2) with assorted flags and constants
Michael 'Mickey' Lauer [Sun, 22 Nov 2009 23:00:14 +0000 (00:00 +0100)] 
linux: add adjtime(2) and adjtimex(2) with assorted flags and constants

15 years agogtk+-2.0: nullability fixes for GtkToolButton and descendants.
Evan Nemerson [Sat, 21 Nov 2009 03:54:35 +0000 (19:54 -0800)] 
gtk+-2.0: nullability fixes for GtkToolButton and descendants.

Fixes bug 602273.

15 years agoglib-2.0: Fix GLib.ValueArray.values binding.
Evan Nemerson [Fri, 20 Nov 2009 21:00:04 +0000 (13:00 -0800)] 
glib-2.0: Fix GLib.ValueArray.values binding.

15 years agoposix: Fix FILE bindings (copy from GLib.FileStream), and add popen.
Evan Nemerson [Fri, 20 Nov 2009 19:05:53 +0000 (11:05 -0800)] 
posix: Fix FILE bindings (copy from GLib.FileStream), and add popen.

Fixes bug 595880.

15 years agoAdd readline bindings.
Jukka-Pekka Iivonen [Fri, 20 Nov 2009 07:21:11 +0000 (23:21 -0800)] 
Add readline bindings.

Fixes bug 563057.

15 years agogdk-pixbuf-2.0: Allow Gdk.PixbufLoader.write to specify array length.
Evan Nemerson [Mon, 16 Nov 2009 22:36:16 +0000 (14:36 -0800)] 
gdk-pixbuf-2.0: Allow Gdk.PixbufLoader.write to specify array length.

Fixes bug 597870.

15 years agoGAsync: Fix base access in async methods
Jürg Billeter [Mon, 16 Nov 2009 21:07:48 +0000 (22:07 +0100)] 
GAsync: Fix base access in async methods

Fixes bug 601558.

15 years agox11: Add drawable, pixmap and RECTANGLE structs.
Nicolas Bruguier [Mon, 16 Nov 2009 20:49:26 +0000 (12:49 -0800)] 
x11: Add drawable, pixmap and RECTANGLE structs.

Fixes bug 598174.

15 years agogtksourceview-2.0: Fix gtksourceview's guess_language method.
James Campos [Mon, 16 Nov 2009 19:05:02 +0000 (11:05 -0800)] 
gtksourceview-2.0: Fix gtksourceview's guess_language method.

Fixes bug 601934.

15 years agoAdd avahi-gobject bindings.
Sebastian Noack [Mon, 16 Nov 2009 18:56:37 +0000 (10:56 -0800)] 
Add avahi-gobject bindings.

Fixes bug 601777.

15 years agovalac: Do not check for an entry point when using C source files
pancake [Sun, 15 Nov 2009 22:49:45 +0000 (23:49 +0100)] 
valac: Do not check for an entry point when using C source files

15 years agoclutter-1.0: use the specialized Cogl.Handle classes for the Clutter.Texture Cogl...
Ali Sabil [Sat, 14 Nov 2009 19:03:18 +0000 (20:03 +0100)] 
clutter-1.0: use the specialized Cogl.Handle classes for the Clutter.Texture Cogl properties

15 years agoFix invalid memory access in scanner on unbalanced parentheses
Jürg Billeter [Fri, 13 Nov 2009 21:20:14 +0000 (22:20 +0100)] 
Fix invalid memory access in scanner on unbalanced parentheses

Fixes bug 601789.

15 years agogtk+-2.0: Mark adjustment argument to GtkV/HScrollbar as nullable.
Evan Nemerson [Fri, 13 Nov 2009 18:45:21 +0000 (10:45 -0800)] 
gtk+-2.0: Mark adjustment argument to GtkV/HScrollbar as nullable.

Fixes bug 597622.

15 years agogtk+-2.0: Mark Gtk.Widget.can_focus as not having an accessor method,
Evan Nemerson [Fri, 13 Nov 2009 18:25:42 +0000 (10:25 -0800)] 
gtk+-2.0: Mark Gtk.Widget.can_focus as not having an accessor method,
to preserve compatibility with GTK+ < 2.18.

Fixes bug 601221.

15 years agorest: Convert ProxyError and ProxyCallError to errordomain.
Adrien Bustany [Fri, 13 Nov 2009 15:45:42 +0000 (12:45 -0300)] 
rest: Convert ProxyError and ProxyCallError to errordomain.

Fixes bug 601737.

15 years agovapigen: Support hidden attribute for enum values
Johann Prieur [Fri, 13 Nov 2009 10:45:10 +0000 (11:45 +0100)] 
vapigen: Support hidden attribute for enum values

15 years agoglib-2.0: Add g_build_path binding
Florian Brosch [Fri, 13 Nov 2009 10:42:34 +0000 (11:42 +0100)] 
glib-2.0: Add g_build_path binding

15 years agogtk+-2.0: make several Gtk.Entry.set_icon_* parameters nullable.
Evan Nemerson [Fri, 13 Nov 2009 08:18:19 +0000 (00:18 -0800)] 
gtk+-2.0: make several Gtk.Entry.set_icon_* parameters nullable.

Fixes bug 600597.

15 years agolibgsf-1: Update to 1.14.16, regenerate.
Evan Nemerson [Thu, 12 Nov 2009 10:12:17 +0000 (02:12 -0800)] 
libgsf-1: Update to 1.14.16, regenerate.

Partially fixes bug 600295.

15 years agoclutter-1.0: fixed the Stage.color property accessors
Ali Sabil [Thu, 12 Nov 2009 10:11:08 +0000 (11:11 +0100)] 
clutter-1.0: fixed the Stage.color property accessors

15 years agoclutter-1.0: use the specialized Cogl.Handle classes for the Clutter.Shader.get_cogl_...
Ali Sabil [Wed, 11 Nov 2009 14:49:09 +0000 (15:49 +0100)] 
clutter-1.0: use the specialized Cogl.Handle classes for the Clutter.Shader.get_cogl_*() methods

15 years agoclutter-1.0: changed the return value of Clutter.Stage.get_default() to Clutter.Stage
Ali Sabil [Wed, 11 Nov 2009 14:31:03 +0000 (15:31 +0100)] 
clutter-1.0: changed the return value of Clutter.Stage.get_default() to Clutter.Stage

16 years agogobject-2.0: add GLib.ParamSpec.set_value_default ().
Ali Sabil [Wed, 11 Nov 2009 07:45:26 +0000 (23:45 -0800)] 
gobject-2.0: add GLib.ParamSpec.set_value_default ().

16 years agoglib-2.0: add GLib.Scanner.config binding.
Ali Sabil [Wed, 11 Nov 2009 07:42:49 +0000 (23:42 -0800)] 
glib-2.0: add GLib.Scanner.config binding.

16 years agoAdd twitter-glib-1.0 bindings.
Adrien Bustany [Wed, 11 Nov 2009 00:19:00 +0000 (16:19 -0800)] 
Add twitter-glib-1.0 bindings.

Fixes bug 593033.

16 years agosdl-ttf: add missing SDL namespace to SDL.RWops arguments.
Levi Bard [Wed, 11 Nov 2009 00:08:17 +0000 (16:08 -0800)] 
sdl-ttf: add missing SDL namespace to SDL.RWops arguments.

16 years agoAdd ccss-1 and remove gl-1.0 from vapi/Makefile.am
Evan Nemerson [Tue, 10 Nov 2009 23:52:38 +0000 (15:52 -0800)] 
Add ccss-1 and remove gl-1.0 from vapi/Makefile.am

16 years agoDon't use "using" in *.vapi.
Evan Nemerson [Tue, 10 Nov 2009 20:56:32 +0000 (12:56 -0800)] 
Don't use "using" in *.vapi.

Fixes bug 593195.

16 years agoAdd initial ccss-1 bindings
Ali Sabil [Tue, 10 Nov 2009 23:03:48 +0000 (00:03 +0100)] 
Add initial ccss-1 bindings

16 years agoclutter-1.0: Replaced the clutter-1.0 bindings with generated ones
Ali Sabil [Tue, 10 Nov 2009 22:48:48 +0000 (23:48 +0100)] 
clutter-1.0: Replaced the clutter-1.0 bindings with generated ones

Based on patch from Frederik Zipp

16 years agocogl-1.0: Replaced the cogl-1.0 bindings with generated ones
Ali Sabil [Tue, 10 Nov 2009 22:44:56 +0000 (23:44 +0100)] 
cogl-1.0: Replaced the cogl-1.0 bindings with generated ones

16 years agoglib-2.0: replace many (u)long variables with (s)size_t and time_t
Evan Nemerson [Sat, 29 Aug 2009 20:19:28 +0000 (13:19 -0700)] 
glib-2.0: replace many (u)long variables with (s)size_t and time_t

Fixes bug 592188.

16 years agognutls, zlib: Use array_length_cname, not array_length_name.
Sebastian Noack [Tue, 10 Nov 2009 19:47:00 +0000 (11:47 -0800)] 
gnutls, zlib: Use array_length_cname, not array_length_name.

Fixes bug 601256.

16 years agosdl-net: fix incorrect IPAddress.from_host binding.
Levi Bard [Tue, 10 Nov 2009 19:36:04 +0000 (11:36 -0800)] 
sdl-net: fix incorrect IPAddress.from_host binding.

Fixes bug 601296.

16 years agolinux: bind backtrace(3), backtrace_symbols(3), and backtrace_symbols_fd()
Michael 'Mickey' Lauer [Mon, 9 Nov 2009 20:56:09 +0000 (21:56 +0100)] 
linux: bind backtrace(3), backtrace_symbols(3), and backtrace_symbols_fd()

support for application self-debugging as found in glibc since version 2.1

16 years agolinux: add DirEntType for the d_type extension of struct dirent
Michael 'Mickey' Lauer [Mon, 9 Nov 2009 20:54:00 +0000 (21:54 +0100)] 
linux: add DirEntType for the d_type extension of struct dirent

16 years agolibnl fixes
Michael 'Mickey' Lauer [Mon, 9 Nov 2009 20:50:57 +0000 (21:50 +0100)] 
libnl fixes

bind libnl-2.0 and fix libnl-1 to compile with the old version of libnl,
libnl-1 was actually developed against libnl-2.0, which is fixed with this commit.

16 years agoglib-2.0: fix GLib.MarkupParseContext.pop binding
Philipp Zabel [Tue, 20 Oct 2009 10:56:06 +0000 (12:56 +0200)] 
glib-2.0: fix GLib.MarkupParseContext.pop binding

This method does not take a GLib.MarkupParser parameter.

Fixes bug 599053.

16 years agopango: fix Pango.Attribute constructors' transfer of ownership and Pango.Scale
Philipp Zabel [Fri, 6 Nov 2009 18:43:24 +0000 (19:43 +0100)] 
pango: fix Pango.Attribute constructors' transfer of ownership and Pango.Scale

The Pango.attr_*_new constructors return owned Pango.Attribute references.
Pango.Scale is not an enum. Turn it into a namespace with double constants.
The latter is needed so for Pango.attr_scale_new, because it is impossible
to convert from enum Pango.Scale to double.

Fixes bug 600993.

16 years agolibgdata: Fix query_all_albums, several type check functions, regenerate.
Evan Nemerson [Sun, 1 Nov 2009 21:37:14 +0000 (13:37 -0800)] 
libgdata: Fix query_all_albums, several type check functions, regenerate.

Fixes bug 597191.

16 years agohildon-1: fix Hildon.gtk_init binding
Philipp Zabel [Fri, 16 Oct 2009 09:44:06 +0000 (11:44 +0200)] 
hildon-1: fix Hildon.gtk_init binding

Finishes fixing bug 598656.

16 years agohildon-1: un-hide Hildon.Note.note_type property
Philipp Zabel [Fri, 16 Oct 2009 09:13:47 +0000 (11:13 +0200)] 
hildon-1: un-hide Hildon.Note.note_type property

This needs to be visible if one wants to subclass Hildon.Note.

Partially fixes bug 598656.

16 years agohildon-1: update to Fremantle bindings
Philipp Zabel [Tue, 6 Oct 2009 10:05:19 +0000 (12:05 +0200)] 
hildon-1: update to Fremantle bindings

Partially fixes bug 598656.

16 years agohildon-1: add Hildon specific gtk+-2.0 modifications in hildon-1-custom.vala
Philipp Zabel [Fri, 16 Oct 2009 08:49:10 +0000 (10:49 +0200)] 
hildon-1: add Hildon specific gtk+-2.0 modifications in hildon-1-custom.vala

Hildon depends on a modified GTK. Instead of polluting gtk+-2.0.vapi with
Hildon specific modifications, add those bindings here.

Partially fixes bug 598656.

16 years agogdk-2.0: Fix Gdk.Device.get_axis binding.
Evan Nemerson [Sun, 1 Nov 2009 03:39:11 +0000 (20:39 -0700)] 
gdk-2.0: Fix Gdk.Device.get_axis binding.

Fixes bug 598834.

16 years agolibosso: Use tabs instead of spaces, do not spread methods across multiple lines.
Evan Nemerson [Sun, 1 Nov 2009 03:27:04 +0000 (20:27 -0700)] 
libosso: Use tabs instead of spaces, do not spread methods across multiple lines.

16 years agolibosso: fix struct Rpc bindings
Philipp Zabel [Tue, 20 Oct 2009 14:15:02 +0000 (16:15 +0200)] 
libosso: fix struct Rpc bindings

osso_rpc_free_val should be destroy_function instead of unref_function.
The value union contained in osso_rpc_t is not a GLib.Value

Fixes bug 599052.

16 years agolibgnome-2.0: Fix gnome_execute_* bindings.
Evan Nemerson [Sun, 1 Nov 2009 03:03:37 +0000 (20:03 -0700)] 
libgnome-2.0: Fix gnome_execute_* bindings.

Fixes bug 599346.

16 years agoAdd libmagic bindings.
Jens Georg [Sat, 7 Nov 2009 19:15:37 +0000 (11:15 -0800)] 
Add libmagic bindings.

Fixes bug 599811.

16 years agogstreamer-0.10: gst_caps_to_string transfers ownership
Thijs Vermeir [Fri, 6 Nov 2009 14:29:03 +0000 (15:29 +0100)] 
gstreamer-0.10: gst_caps_to_string transfers ownership

16 years agoposix: bind InAddr as SimpleType since functions do actually require this to be passe...
Michael 'Mickey' Lauer [Thu, 5 Nov 2009 22:05:36 +0000 (23:05 +0100)] 
posix: bind InAddr as SimpleType since functions do actually require this to be passed by value

16 years agoGAsync: Fix virtual async methods
Jürg Billeter [Thu, 5 Nov 2009 15:09:39 +0000 (16:09 +0100)] 
GAsync: Fix virtual async methods

Fixes bug 600827.

16 years agoPost-release version bump
Jürg Billeter [Wed, 4 Nov 2009 22:17:47 +0000 (23:17 +0100)] 
Post-release version bump

16 years agoRelease 0.7.8 0.7.8
Jürg Billeter [Wed, 4 Nov 2009 22:01:57 +0000 (23:01 +0100)] 
Release 0.7.8

16 years agogtk+-2.0: Fix gtk_icon_info_load_icon binding
Jürg Billeter [Mon, 2 Nov 2009 16:27:10 +0000 (17:27 +0100)] 
gtk+-2.0: Fix gtk_icon_info_load_icon binding

16 years agoSupport enums as generic type arguments
Jürg Billeter [Mon, 2 Nov 2009 16:21:35 +0000 (17:21 +0100)] 
Support enums as generic type arguments

16 years agogdk-2.0: Fix gdk_window_set_back_pixmap binding
Jürg Billeter [Sat, 31 Oct 2009 15:00:07 +0000 (16:00 +0100)] 
gdk-2.0: Fix gdk_window_set_back_pixmap binding

16 years agoposix: Add the three waitpid() flags
Colomban Wendling [Thu, 1 Oct 2009 16:49:39 +0000 (18:49 +0200)] 
posix: Add the three waitpid() flags

Add WNOHANG, WUNTRACED and WCONTINUED.

Fixes bug 597020.

16 years agoposix: Add SIG_DFL, SIG_ERR, and SIG_IGN
Łukasz Pankowski [Sat, 31 Oct 2009 14:28:02 +0000 (15:28 +0100)] 
posix: Add SIG_DFL, SIG_ERR, and SIG_IGN

Fixes bug 595872.

16 years agoDocumentation fixes
Didier 'Ptitjes [Sat, 31 Oct 2009 10:03:23 +0000 (11:03 +0100)] 
Documentation fixes

16 years agoFix critical warnings when using signals in interfaces
Jürg Billeter [Sat, 31 Oct 2009 13:30:01 +0000 (14:30 +0100)] 
Fix critical warnings when using signals in interfaces

16 years agolinux.vapi: add more posix extensions and BSDisms:
Michael 'Mickey' Lauer [Sat, 24 Oct 2009 12:54:56 +0000 (14:54 +0200)] 
linux.vapi: add more posix extensions and BSDisms:
* inet_aton(3)
* openpty(3)
* forkpty(3)
* login_tty(3)

16 years agoposix.vapi: add accept(2), connect(2), and listen(2)
Michael 'Mickey' Lauer [Sat, 24 Oct 2009 12:45:07 +0000 (14:45 +0200)] 
posix.vapi: add accept(2), connect(2), and listen(2)

Signed-off-by: Michael 'Mickey' Lauer <mickey@vanille-media.de>
16 years agoposix.vapi: add inet_addr(3), inet_ntoa(3), htonl(3), htons(3), ntohl(3), ntohs(3...
Michael 'Mickey' Lauer [Sat, 24 Oct 2009 12:40:36 +0000 (14:40 +0200)] 
posix.vapi: add inet_addr(3), inet_ntoa(3), htonl(3), htons(3), ntohl(3), ntohs(3), and InAddr

Signed-off-by: Michael 'Mickey' Lauer <mickey@vanille-media.de>
16 years agoposix.vapi: add {get|set}priority(2) and PRIO_ constants from resource.h
Michael 'Mickey' Lauer [Sat, 24 Oct 2009 12:30:31 +0000 (14:30 +0200)] 
posix.vapi: add {get|set}priority(2) and PRIO_ constants from resource.h

Signed-off-by: Michael 'Mickey' Lauer <mickey@vanille-media.de>
16 years agoposix.vapi: add nice(2)
Michael 'Mickey' Lauer [Sat, 24 Oct 2009 12:17:22 +0000 (14:17 +0200)] 
posix.vapi: add nice(2)

Signed-off-by: Michael 'Mickey' Lauer <mickey@vanille-media.de>
16 years agoposix: fix qsort binding
Ryan Lortie [Sat, 31 Oct 2009 02:47:28 +0000 (22:47 -0400)] 
posix: fix qsort binding

16 years agoGAsync: Fix temporary variable initialization in loops
Jürg Billeter [Wed, 28 Oct 2009 15:10:29 +0000 (16:10 +0100)] 
GAsync: Fix temporary variable initialization in loops

Fixes bug 599568.

16 years agoFix static property access in instance methods
Jürg Billeter [Wed, 28 Oct 2009 14:18:54 +0000 (15:18 +0100)] 
Fix static property access in instance methods

Fixes bug 599892.

16 years agoFix delegates returning structs
Jürg Billeter [Wed, 28 Oct 2009 14:09:59 +0000 (15:09 +0100)] 
Fix delegates returning structs

Fixes bug 595610.

16 years agolibgda-4.0: Fix gda_data_model_get_*value_at bindings
Shawn Ferris [Tue, 27 Oct 2009 17:20:43 +0000 (18:20 +0100)] 
libgda-4.0: Fix gda_data_model_get_*value_at bindings

Fixes bug 599523.

16 years agogtk+-2.0: Update to GTK+ 2.18
Matias De la Puente [Tue, 27 Oct 2009 17:08:11 +0000 (18:08 +0100)] 
gtk+-2.0: Update to GTK+ 2.18

Fixes bug 599607.

16 years agogtk+-2.0: Fix GtkScale::format-value binding
Jürg Billeter [Tue, 27 Oct 2009 17:02:52 +0000 (18:02 +0100)] 
gtk+-2.0: Fix GtkScale::format-value binding

Fixes bug 599727.

16 years agoGASync: Do not declare async data struct too early
Jürg Billeter [Tue, 27 Oct 2009 16:35:58 +0000 (17:35 +0100)] 
GASync: Do not declare async data struct too early

Async data struct declaration depends on declarations of local
variable types and thus must be appended after visiting the method
body.

Fixes bug 599767.

16 years agoClean up unused GError in case of catch statement without arguments
Alexander Bokovoy [Sun, 25 Oct 2009 09:21:40 +0000 (11:21 +0200)] 
Clean up unused GError in case of catch statement without arguments

When catch statement has no arguments, no access to a GError is possible
from Vala source code. Therefore, do not create temporary variable which
is not used. Also, clear error object as it is not passed upwards then.

16 years agox11: Add XGrabKey and XKeysymToKeycode bindings
Jürg Billeter [Mon, 26 Oct 2009 17:44:10 +0000 (18:44 +0100)] 
x11: Add XGrabKey and XKeysymToKeycode bindings