14 months agogtk+-2.0, gtk+-3.0: Fix a few Clipboard related bindings master
Michal Hruby [Thu, 24 Feb 2011 12:41:56 +0000] 
gtk+-2.0, gtk+-3.0: Fix a few Clipboard related bindings

14 months agogtk+-2.0, gtk+-3.0: Fix GtkToggleActionEntry binding
Jim Nelson [Thu, 24 Feb 2011 12:05:39 +0000] 
gtk+-2.0, gtk+-3.0: Fix GtkToggleActionEntry binding

Fixes bug 643152.

14 months agogidlparser: Fix null-terminated array parameters in delegates
Michal Hruby [Thu, 24 Feb 2011 11:27:59 +0000] 
gidlparser: Fix null-terminated array parameters in delegates

14 months agocodegen: Use destroy_field in finalizers
Jürg Billeter [Wed, 23 Feb 2011 07:22:39 +0000] 
codegen: Use destroy_field in finalizers

14 months agoFix crash on assignment to array length field
Jürg Billeter [Wed, 23 Feb 2011 07:13:44 +0000] 
Fix crash on assignment to array length field

14 months agocodegen: Use destroy_variable in store_*
Jürg Billeter [Wed, 16 Feb 2011 16:19:59 +0000] 
codegen: Use destroy_variable in store_*

14 months agocodegen: Add destroy_local, destroy_parameter, and destroy_field
Jürg Billeter [Wed, 16 Feb 2011 15:56:00 +0000] 
codegen: Add destroy_local, destroy_parameter, and destroy_field

This is in line with load_* and store_* methods.

14 months agoUse store_local and store_parameter for simple assignments
Jürg Billeter [Wed, 16 Feb 2011 09:25:49 +0000] 
Use store_local and store_parameter for simple assignments

14 months agocodegen: Use temporary variable for string concatenation
Jürg Billeter [Wed, 16 Feb 2011 12:22:12 +0000] 
codegen: Use temporary variable for string concatenation

14 months agogio-2.0: Fix g_application_local_command_line binding
Jürg Billeter [Tue, 22 Feb 2011 12:55:20 +0000] 
gio-2.0: Fix g_application_local_command_line binding

Fixes bug 642885.

14 months agogdk-2.0, gdk-3.0: Fix Gdk.Rectangle.intersect binding
Michal Hruby [Tue, 22 Feb 2011 10:30:16 +0000] 
gdk-2.0, gdk-3.0: Fix Gdk.Rectangle.intersect binding

14 months agogirparser: Mark methods and properties as extern
Jürg Billeter [Tue, 22 Feb 2011 08:04:17 +0000] 
girparser: Mark methods and properties as extern

Fixes bug 642611.

14 months agogtk+-2.0, gtk+-3.0: Fix GtkActionEntry binding
Jürg Billeter [Tue, 22 Feb 2011 07:25:51 +0000] 
gtk+-2.0, gtk+-3.0: Fix GtkActionEntry binding

Fixes bug 642427.

14 months agorest-0.6: Mark the new_call method as virtual
Michal Hruby [Mon, 21 Feb 2011 20:47:40 +0000] 
rest-0.6: Mark the new_call method as virtual

14 months agorest-0.6: Fix multiple issues with the bindings
Michal Hruby [Sun, 20 Feb 2011 21:46:33 +0000] 
rest-0.6: Fix multiple issues with the bindings

15 months agocodegen: Add get_field_cvalue and load_field
Jürg Billeter [Wed, 16 Feb 2011 09:25:59 +0000] 
codegen: Add get_field_cvalue and load_field

15 months agocodegen: Add get_parameter_cvalue and load_parameter in dova
Jürg Billeter [Wed, 16 Feb 2011 09:18:46 +0000] 
codegen: Add get_parameter_cvalue and load_parameter in dova

15 months agocodegen: Use TargetValue for ref and out expressions
Jürg Billeter [Wed, 16 Feb 2011 08:26:26 +0000] 
codegen: Use TargetValue for ref and out expressions

15 months agocodegen: Drop unnecessary comma expressions when boxing values
Luca Bruno [Tue, 15 Feb 2011 15:44:55 +0000] 
codegen: Drop unnecessary comma expressions when boxing values

15 months agocodegen: Drop unnecessary comma expressions in silent casts
Luca Bruno [Tue, 15 Feb 2011 14:36:20 +0000] 
codegen: Drop unnecessary comma expressions in silent casts

Assume temporary variable owns value depending on the relative
expression.

15 months agocodegen: Move array length handling to load_variable
Jürg Billeter [Tue, 15 Feb 2011 15:04:47 +0000] 
codegen: Move array length handling to load_variable

15 months agoccodegen: Drop unnecessary comma expressions at end of full expressions
Luca Bruno [Tue, 15 Feb 2011 12:50:42 +0000] 
ccodegen: Drop unnecessary comma expressions at end of full expressions

With this change object creation expressions that refer to a local
variable and have simple struct initializer will directly emit the
creation expression instead of setting it as C expression.

15 months agocodegen: Drop unnecessary comma expressions in initializers
Luca Bruno [Tue, 15 Feb 2011 11:48:34 +0000] 
codegen: Drop unnecessary comma expressions in initializers

15 months agoRelease 0.11.6
Jürg Billeter [Mon, 14 Feb 2011 20:32:45 +0000] 
Release 0.11.6

15 months agoAllow casts in constant initializers
Jürg Billeter [Mon, 14 Feb 2011 18:50:36 +0000] 
Allow casts in constant initializers

15 months agoGVariant binding: add lookup APIs
Ryan Lortie [Mon, 14 Feb 2011 00:57:55 +0000] 
GVariant binding: add lookup APIs

15 months agocodegen: Use builder API to free captured variables
Jürg Billeter [Sun, 13 Feb 2011 16:03:07 +0000] 
codegen: Use builder API to free captured variables

15 months agocodegen: Guard array length access on simple assignment
Luca Bruno [Sun, 23 Jan 2011 10:21:09 +0000] 
codegen: Guard array length access on simple assignment

15 months agocodegen: Replace get_unref_expression_ with destroy_variable
Luca Bruno [Sat, 22 Jan 2011 11:26:03 +0000] 
codegen: Replace get_unref_expression_ with destroy_variable

15 months agoposix: Add recv() function binding.
Stefano Debenedetti [Fri, 11 Feb 2011 08:10:20 +0000] 
posix: Add recv() function binding.

Fixes bug 641785.

15 months agoglib-2.0: Fix PollFunc delegate binding.
Stefano Debenedetti [Fri, 11 Feb 2011 08:05:52 +0000] 
glib-2.0: Fix PollFunc delegate binding.

Fixes bug 641789.

15 months agoposix: Fix poll and ppoll bindings.
Stefano Debenedetti [Fri, 11 Feb 2011 07:57:23 +0000] 
posix: Fix poll and ppoll bindings.

Fixes bug 641788.

15 months agoAdd clutter-gtk-1.0 bindings
Jürg Billeter [Thu, 10 Feb 2011 23:03:28 +0000] 
Add clutter-gtk-1.0 bindings

Fixes bug 642013.

15 months agoglib-2.0: Improve performance of string.substring on large strings
Jürg Billeter [Thu, 10 Feb 2011 16:55:18 +0000] 
glib-2.0: Improve performance of string.substring on large strings

15 months agogtk+-2.0, gtk+-3.0: Fix gtk_style_copy binding
Jürg Billeter [Wed, 9 Feb 2011 19:32:19 +0000] 
gtk+-2.0, gtk+-3.0: Fix gtk_style_copy binding

Fixes bug 641950.

15 months agoAllow use of N_("foo") in constant initializer lists
Jürg Billeter [Wed, 9 Feb 2011 11:01:25 +0000] 
Allow use of N_("foo") in constant initializer lists

15 months agoFix signals with generic parameters
Jürg Billeter [Tue, 8 Feb 2011 21:08:03 +0000] 
Fix signals with generic parameters

Fixes bug 628639.

15 months agoSupport translated string constants
Jürg Billeter [Tue, 8 Feb 2011 19:32:35 +0000] 
Support translated string constants

Fixes bug 641543.

15 months agoReport error for constants with non-constant expressions
Jürg Billeter [Tue, 8 Feb 2011 18:59:25 +0000] 
Report error for constants with non-constant expressions

15 months agocodegen: Fix property accessor definitions with custom cname
Jürg Billeter [Tue, 8 Feb 2011 08:06:09 +0000] 
codegen: Fix property accessor definitions with custom cname

Fixes bug 641781.

15 months agogtk+-3.0: Fix gtk_widget_get_preferred_* bindings
Jürg Billeter [Mon, 7 Feb 2011 22:14:02 +0000] 
gtk+-3.0: Fix gtk_widget_get_preferred_* bindings

15 months agogtk+-2.0, gtk+-3.0: Fix gtk_text_iter_{begins,ends}_tag bindings
Jürg Billeter [Mon, 7 Feb 2011 22:09:06 +0000] 
gtk+-2.0, gtk+-3.0: Fix gtk_text_iter_{begins,ends}_tag bindings

15 months agogdk-3.0: Fix GdkRectangle binding
Jürg Billeter [Mon, 7 Feb 2011 22:05:07 +0000] 
gdk-3.0: Fix GdkRectangle binding

Fixes bug 637901.

15 months agoFix null-terminated array parameters in signals
Jürg Billeter [Mon, 7 Feb 2011 21:36:13 +0000] 
Fix null-terminated array parameters in signals

Fixes bug 641715.

15 months agogio-2.0: add array_null_terminated annotions in DBus Introspection
Frederik 'playya' Sdun [Mon, 7 Feb 2011 19:38:36 +0000] 
gio-2.0: add array_null_terminated annotions in DBus Introspection

15 months agopixman-1: fix Image ref and unref functions
Evan Nemerson [Mon, 7 Feb 2011 14:25:48 +0000] 
pixman-1: fix Image ref and unref functions

15 months agogio-2.0: Fix g_application_local_command_line binding
Jürg Billeter [Mon, 7 Feb 2011 09:32:37 +0000] 
gio-2.0: Fix g_application_local_command_line binding

Fixes bug 641512.

15 months agojson-glib-1.0: Make Object.set_member node parameter owned
Luca Bruno [Sun, 6 Feb 2011 08:15:55 +0000] 
json-glib-1.0: Make Object.set_member node parameter owned

15 months agocogl-1.0: Fix Matrix from_array, get_inverse and transform_point
Luca Bruno [Sun, 6 Feb 2011 08:12:05 +0000] 
cogl-1.0: Fix Matrix from_array, get_inverse and transform_point

15 months agoclutter-1.0: Fix Actor methods about transformation matrix and rotation.
Luca Bruno [Sun, 6 Feb 2011 08:06:33 +0000] 
clutter-1.0: Fix Actor methods about transformation matrix and rotation.

Fixed methods are apply_transform, get_tranformation_matrix
and get_rotation.

15 months agoclutter-1.0: make entries parameter of init_with_args an array
Evan Nemerson [Sat, 5 Feb 2011 01:59:58 +0000] 
clutter-1.0: make entries parameter of init_with_args an array

Fixes bug 639657.

15 months agolibsoup-2.4: Move form_* methods into Form and fix ownership issues
Marc-André Lureau [Sat, 5 Feb 2011 01:47:09 +0000] 
libsoup-2.4: Move form_* methods into Form and fix ownership issues

Fixes bug 640841.

15 months agoAdd pixman-1 bindings
Evan Nemerson [Sat, 5 Feb 2011 01:32:40 +0000] 
Add pixman-1 bindings

15 months agolinux: add omapfb bindings
Evan Nemerson [Fri, 4 Feb 2011 23:29:28 +0000] 
linux: add omapfb bindings

15 months agoglib-2.0: add missing parameter to Variant.dup_bytestring
Evan Nemerson [Fri, 4 Feb 2011 22:38:24 +0000] 
glib-2.0: add missing parameter to Variant.dup_bytestring

15 months agogdk-pixbuf-2.0: make return value of Gdk.Pixbuf.flip nullable
Evan Nemerson [Fri, 4 Feb 2011 20:12:06 +0000] 
gdk-pixbuf-2.0: make return value of Gdk.Pixbuf.flip nullable

15 months agogio-2.0: use GLib.Func for Cancellable.connect argument
Evan Nemerson [Fri, 4 Feb 2011 19:43:37 +0000] 
gio-2.0: use GLib.Func for Cancellable.connect argument

15 months agoglib-2.0: Add parse and try_parse methods to boolean and numeric types
Jürg Billeter [Fri, 28 Jan 2011 23:05:09 +0000] 
glib-2.0: Add parse and try_parse methods to boolean and numeric types

This deprecates string.to_bool and string.to_int*.

15 months agoDo not use verbose error reporting for deprecation warnings
Jürg Billeter [Fri, 28 Jan 2011 22:50:29 +0000] 
Do not use verbose error reporting for deprecation warnings

15 months agogio-2.0: Fix GDBusProxy::g-properties-changed binding
Jürg Billeter [Tue, 25 Jan 2011 12:56:14 +0000] 
gio-2.0: Fix GDBusProxy::g-properties-changed binding

15 months agomx-1.0: Make Padding a struct instead of a compact class
Evan Nemerson [Sun, 23 Jan 2011 23:07:13 +0000] 
mx-1.0: Make Padding a struct instead of a compact class

15 months agogtksourceview-2.0: Fix SourceCompletionContext and SourceCompletionProvider
Andrea Del Signore [Sun, 23 Jan 2011 19:10:20 +0000] 
gtksourceview-2.0: Fix SourceCompletionContext and SourceCompletionProvider

15 months agoRelease 0.11.5
Jürg Billeter [Fri, 21 Jan 2011 17:54:09 +0000] 
Release 0.11.5

15 months agoAdd test for throwing errors from catch clauses
Luca Bruno [Fri, 21 Jan 2011 17:31:07 +0000] 
Add test for throwing errors from catch clauses

15 months agogstreamer-pbutils-0.10: Use custom ref/unref functions for Gst.EncodingTarget
Sebastian Dröge [Fri, 21 Jan 2011 09:27:29 +0000] 
gstreamer-pbutils-0.10: Use custom ref/unref functions for Gst.EncodingTarget

15 months agogstreamer-pbutils-0.10: Update for 0.10.32
Arun Raghavan [Wed, 19 Jan 2011 07:48:33 +0000] 
gstreamer-pbutils-0.10: Update for 0.10.32

Main change is the addition of encoding profiles and related API.

15 months agoglib-2.0: Add string.last_index_of_char
Jürg Billeter [Thu, 20 Jan 2011 21:10:27 +0000] 
glib-2.0: Add string.last_index_of_char

This deprecates string.rchr.

15 months agoglib-2.0: Add string.last_index_of
Jürg Billeter [Thu, 20 Jan 2011 21:08:41 +0000] 
glib-2.0: Add string.last_index_of

This deprecates string.rstr.

15 months agogirwriter: Fix methods returning arrays
Michal Hruby [Thu, 20 Jan 2011 21:02:36 +0000] 
girwriter: Fix methods returning arrays

15 months agoAdd *~ to .gitignore
Luca Bruno [Thu, 20 Jan 2011 14:51:53 +0000] 
Add *~ to .gitignore

15 months agoGAsync: Fix capturing parameters in async methods
Jürg Billeter [Thu, 20 Jan 2011 12:38:15 +0000] 
GAsync: Fix capturing parameters in async methods

15 months agocodegen: Set closure pointers to NULL after unref
Jürg Billeter [Thu, 20 Jan 2011 13:36:18 +0000] 
codegen: Set closure pointers to NULL after unref

15 months agocodegen: Revert not_in_coroutine convenience parameter
Jürg Billeter [Thu, 20 Jan 2011 10:14:35 +0000] 
codegen: Revert not_in_coroutine convenience parameter

Commit fb0c4bb7 broke closures in async methods.

15 months agoAdd test for closures in async methods
Jürg Billeter [Thu, 20 Jan 2011 10:04:11 +0000] 
Add test for closures in async methods

15 months agoglib-2.0: Make GLib.Log.default_handler a GLib.LogFunc
Evan Nemerson [Wed, 19 Jan 2011 23:24:00 +0000] 
glib-2.0: Make GLib.Log.default_handler a GLib.LogFunc

Fixes bug 638682.

15 months agotokyocabinet: Fix delegate target cname for Tree.cmp
Evan Nemerson [Wed, 19 Jan 2011 23:22:56 +0000] 
tokyocabinet: Fix delegate target cname for Tree.cmp

15 months agogirparser: Support unnamed arguments for all types
Evan Nemerson [Wed, 19 Jan 2011 22:20:57 +0000] 
girparser: Support unnamed arguments for all types

Fixes bug 636996.

15 months agolibusb-1.0: Add TransferFlags, use Posix.timeval not GLib.TimeVal
Geert Jordaens [Wed, 19 Jan 2011 20:19:13 +0000] 
libusb-1.0: Add TransferFlags, use Posix.timeval not GLib.TimeVal

15 months agocodegen: Rename append_array_size and get_array_sizes to *_length(s)
Luca Bruno [Tue, 18 Jan 2011 14:00:00 +0000] 
codegen: Rename append_array_size and get_array_sizes to *_length(s)

The code of these two functions actually append a length C expression to
the array expression, not its size.

15 months agocodegen: Add not_in_coroutine convenience parameter to get an lvalue
Luca Bruno [Tue, 18 Jan 2011 09:44:33 +0000] 
codegen: Add not_in_coroutine convenience parameter to get an lvalue

15 months agocodegen: Add convenience is_in_coroutine() function
Luca Bruno [Tue, 18 Jan 2011 09:21:00 +0000] 
codegen: Add convenience is_in_coroutine() function

15 months agocodegen: Use store_local in visit_local_variable
Jürg Billeter [Wed, 19 Jan 2011 20:37:47 +0000] 
codegen: Use store_local in visit_local_variable

Based on patch by Luca Bruno.

15 months agocodegen: Move main declaration to the beginning in visit_local_variable
Jürg Billeter [Wed, 19 Jan 2011 20:36:00 +0000] 
codegen: Move main declaration to the beginning in visit_local_variable

15 months agocodegen: Simplify visit_local_variable
Jürg Billeter [Wed, 19 Jan 2011 20:31:14 +0000] 
codegen: Simplify visit_local_variable

15 months agocodegen: Remove unnecessary temporary variables in visit_local_variable
Jürg Billeter [Wed, 19 Jan 2011 20:11:37 +0000] 
codegen: Remove unnecessary temporary variables in visit_local_variable

15 months agocodegen: Simplify visit_local_variable
Jürg Billeter [Wed, 19 Jan 2011 20:09:17 +0000] 
codegen: Simplify visit_local_variable

15 months agogstreamer-0.10: Correct metadata order and use void* instead of pointer
Evan Nemerson [Wed, 19 Jan 2011 20:10:40 +0000] 
gstreamer-0.10: Correct metadata order and use void* instead of pointer

15 months agovapigen: Fix handling of arrays and nullability when parsing types
Evan Nemerson [Wed, 19 Jan 2011 20:07:11 +0000] 
vapigen: Fix handling of arrays and nullability when parsing types

15 months agocodegen: Add CCodeFunction.add_assignment convenience function
Luca Bruno [Mon, 17 Jan 2011 08:58:24 +0000] 
codegen: Add CCodeFunction.add_assignment convenience function

15 months agocodegen: Add get_parameter_cvalue and load_parameter
Luca Bruno [Sun, 16 Jan 2011 09:15:59 +0000] 
codegen: Add get_parameter_cvalue and load_parameter

15 months agoFix capturing delegate parameters in async method.
Luca Bruno [Sun, 16 Jan 2011 00:42:51 +0000] 
Fix capturing delegate parameters in async method.

Fixes bug 639591.

15 months agogio-2.0: Set Settings.get_string as transferring ownership
Michael Terry [Mon, 17 Jan 2011 13:10:17 +0000] 
gio-2.0: Set Settings.get_string as transferring ownership

16 months agocodegen: Use get_local_cvalue to unref local variables
Luca Bruno [Sun, 16 Jan 2011 11:33:16 +0000] 
codegen: Use get_local_cvalue to unref local variables

16 months agogirwriter: Fix methods returning non-null structs
Michal Hruby [Tue, 18 Jan 2011 18:30:03 +0000] 
girwriter: Fix methods returning non-null structs

16 months agoD-Bus: Fix use of dbus-glib interfaces in multiple source files
Jürg Billeter [Tue, 18 Jan 2011 17:57:28 +0000] 
D-Bus: Fix use of dbus-glib interfaces in multiple source files

16 months agogtk+-3.0, gdk-3.0: Set gir namespace version to 3.0.
Luca Bruno [Mon, 17 Jan 2011 10:35:20 +0000] 
gtk+-3.0, gdk-3.0: Set gir namespace version to 3.0.

16 months agounique-1.0: Fix MessageData.set binding.
Luca Bruno [Sun, 16 Jan 2011 23:28:17 +0000] 
unique-1.0: Fix MessageData.set binding.

Fixes bug 639694.

16 months agoMove handling of common attributes from Field and Parameter to Variable
Jürg Billeter [Thu, 23 Dec 2010 19:05:19 +0000] 
Move handling of common attributes from Field and Parameter to Variable

16 months agovapigen: Fix metadata pattern handling
Jürg Billeter [Sun, 16 Jan 2011 09:27:02 +0000] 
vapigen: Fix metadata pattern handling

16 months agoposix: Add writev and readv POSIX compliant functions.
Javier Jardón [Wed, 12 Jan 2011 11:44:18 +0000] 
posix: Add writev and readv POSIX compliant functions.

Fixes bug 639306.