]>
git.ipfire.org Git - thirdparty/vala.git/log
Luca Bruno [Sat, 30 Apr 2011 15:28:15 +0000 (17:28 +0200)]
gdk-2.0, gdk-3.0: Fix Keymap.get_entries_for_keycode binding
Fixes bug 649013.
Luca Bruno [Fri, 29 Apr 2011 12:16:34 +0000 (14:16 +0200)]
gstreamer-0.10: Mark Clock.wait jitter parameter to be out
Fixes bug 648684.
Oliver Sauder [Wed, 27 Apr 2011 21:45:39 +0000 (23:45 +0200)]
gio-2.0: Make return value for File.query_filesystem_info be owned
Fixes bug 648814.
Luca Bruno [Fri, 29 Apr 2011 11:03:06 +0000 (13:03 +0200)]
gdk-3.0: Fix Gdk.threads_add_* bindings
Fixes bug 648744.
Maciej Piechotka [Sun, 24 Apr 2011 20:01:31 +0000 (22:01 +0200)]
Fix creation of lambdas inside interface methods
Fixes bug 648320.
Jürg Billeter [Wed, 27 Apr 2011 10:51:34 +0000 (12:51 +0200)]
codegen: Fix memory leak for return statements in inner blocks
variable_accessible_in_finally was not correctly working as symbol
lookup failed due to local.active set to false by visit_member_access.
Luca Bruno [Tue, 26 Apr 2011 09:13:36 +0000 (11:13 +0200)]
glib-2.0: Set type_id for Pid
Luca Bruno [Tue, 26 Apr 2011 09:08:40 +0000 (11:08 +0200)]
x11: Set type_id for Atom
Daniel Svensson [Sat, 23 Apr 2011 15:45:21 +0000 (17:45 +0200)]
gtk+-2.0, gtk+-3.0: Mark *_get_layout_offsets parameters to be out
Fixes bug 648540.
Daniel Svensson [Sat, 23 Apr 2011 10:26:31 +0000 (12:26 +0200)]
gtk+-2.0, gtk+-3.0: Mark Range.get_slider_range parameters to be out
Fixes bug 648503.
Daniel Svensson [Sat, 23 Apr 2011 10:20:48 +0000 (12:20 +0200)]
gdk-2.0, gdk-3.0: Mark Window.get_root_coords parameters to be out
Fixes bug 648505.
Daniel Svensson [Sun, 23 Jan 2011 22:06:06 +0000 (23:06 +0100)]
avahi-gobject: Use string.length instead of deprecated string.size()
Fixes bug 648506.
Luca Bruno [Fri, 22 Apr 2011 16:23:34 +0000 (18:23 +0200)]
Fix default free function for classes
Fixes bug 642362.
Luca Bruno [Tue, 19 Apr 2011 20:21:14 +0000 (22:21 +0200)]
glib-2.0: Rename DataTestFunc to TestDataFunc
Fixes bug 645178.
Luca Bruno [Tue, 19 Apr 2011 20:14:27 +0000 (22:14 +0200)]
libpq: Fix several function bindings having parameters with array type
Fixes bug 644308.
Ryan Lortie [Sun, 17 Apr 2011 20:19:34 +0000 (16:19 -0400)]
gio-2.0: GSettingsBindSetMapping returns owned
The old binding says it returns an 'unowned GLib.Variant', which is a
pretty difficult proposition for a mapping function...
Luca Bruno [Sat, 16 Apr 2011 14:37:34 +0000 (16:37 +0200)]
girparser: Fix detecting gunichar type as unichar
Colomban Wendling [Fri, 15 Apr 2011 21:53:09 +0000 (23:53 +0200)]
glib-2.0: Fix ChildWatchSource binding
Fixes bug 647911.
Diego Dompe [Sat, 16 Apr 2011 07:47:01 +0000 (09:47 +0200)]
gstreamer-0.10: Fix Gst.Message parse_qos* methods binding
Fixes bug 647679.
Luca Bruno [Sat, 16 Apr 2011 07:29:41 +0000 (09:29 +0200)]
gio-2.0: Mark data parameter of ContentType.guess as nullable
Fixes bug 647804.
Jim Nelson [Sun, 10 Apr 2011 08:19:33 +0000 (10:19 +0200)]
gio-2.0: Make ResolverError be an errordomain
Fixes bug 646983.
Joshua Simmons [Thu, 7 Apr 2011 19:57:23 +0000 (21:57 +0200)]
x11: Add missing XMapRaised function, ErrorCode and WindowClass enums
Partially fixes bug 625662.
Luca Bruno [Wed, 6 Apr 2011 20:34:32 +0000 (22:34 +0200)]
libgda-4.0, gedit-2.20: Fix gedit typo and GdaXaTransactionId.data
Fixes bug 627035.
Luca Bruno [Wed, 6 Apr 2011 12:13:46 +0000 (14:13 +0200)]
gtksourceview-2.0: Fix cheader filename for SourceCompletionWords
Fixes bug 617321.
Joakim Sindholt [Thu, 3 Mar 2011 01:27:32 +0000 (02:27 +0100)]
codegen: Copy the delegate target when copying structs
Fixes bug 639751.
Marin Moulinier [Tue, 5 Apr 2011 19:37:48 +0000 (21:37 +0200)]
cairo: Fix cairo_read_func_t and cairo_write_func_t bindings
Fixes bug 645766.
Alexander Kurtz [Tue, 5 Apr 2011 19:10:04 +0000 (21:10 +0200)]
x11: Fix Display.display_string bindings
Jürg Billeter [Tue, 5 Apr 2011 17:28:31 +0000 (19:28 +0200)]
Allow access to length of constant array in constant initializer lists
Fixes bug 643010.
Emmanuele Bassi [Tue, 5 Apr 2011 12:47:09 +0000 (13:47 +0100)]
vapi: Update clutter-gtk-1.0 bindings
The metadata and files of clutter-gtk-1.0 were still referencing
clutter-gtk-0.10 includes and shared object.
The clutter-gtk-1.0 metadata has been regenerated against the
current 1.0.0 tarball.
Alexander Kurtz [Mon, 4 Apr 2011 20:30:46 +0000 (22:30 +0200)]
x11: Add function bindings to deal with KeySym and KeyCode
Luca Bruno [Mon, 4 Apr 2011 19:53:45 +0000 (21:53 +0200)]
codewriter: Write enum cname when it differs from the default cname
Based on patch by Evan Nemerson.
Fixes bug 615493.
Alexander Kurtz [Mon, 4 Apr 2011 18:22:20 +0000 (20:22 +0200)]
x11: Fix get_keyboard_mapping and keysym_to_keycode bindings
Luca Bruno [Fri, 11 Mar 2011 10:30:30 +0000 (11:30 +0100)]
Fix InterfaceType cname to refer to Interface type_cname
Luca Bruno [Thu, 10 Mar 2011 21:35:59 +0000 (22:35 +0100)]
Support setting type_id to Vala.Interface
Jürg Billeter [Sun, 3 Apr 2011 21:10:59 +0000 (23:10 +0200)]
Release 0.12.0
Marco Trevisan (Treviño) [Thu, 3 Mar 2011 02:39:55 +0000 (03:39 +0100)]
D-Bus: Avoid invalid C code when using reserved names as parameters
Fixes bug 643744.
Jürg Billeter [Sat, 2 Apr 2011 21:39:04 +0000 (23:39 +0200)]
codegen: Fix use of property assignments as subexpressions
Fixes bug 640171.
Jürg Billeter [Sat, 2 Apr 2011 18:29:23 +0000 (20:29 +0200)]
glib-2.0: Add string.get_next_char
Fixes bug 645150.
Jürg Billeter [Sat, 2 Apr 2011 16:01:24 +0000 (18:01 +0200)]
codegen: Fix array size variable on assignment
The array size of the right-hand side should not be used as the copy may
have a different size.
Fixes bug 646294.
Jürg Billeter [Sat, 2 Apr 2011 14:21:55 +0000 (16:21 +0200)]
glib-2.0: Add g_unichar_ismark binding
Luca Bruno [Sat, 2 Apr 2011 08:09:10 +0000 (10:09 +0200)]
codegen: Fix look-up of next closure block
Methods that are not closures don't capture parent blocks.
Fixes bug 646345.
Michael 'Mickey' Lauer [Wed, 30 Mar 2011 23:34:44 +0000 (01:34 +0200)]
linux: start with binding the Wireless Extension API (WEXT) infrastructure
Michael 'Mickey' Lauer [Wed, 30 Mar 2011 23:09:34 +0000 (01:09 +0200)]
linux: bind IFNAMSIZ from linux/if.h to fix net/if.h conflict
add necessary netinet/in.h include to Linux.Network.IfReq
Alexander Kurtz [Wed, 30 Mar 2011 19:20:15 +0000 (21:20 +0200)]
x11: Fix typo
Ryan Lortie [Wed, 30 Mar 2011 10:44:56 +0000 (16:14 +0530)]
GDBusConnection.call 'reply_type' is nullable
Ryan Lortie [Wed, 30 Mar 2011 10:41:39 +0000 (16:11 +0530)]
GVariant binding: add get_child() method
Ryan Lortie [Wed, 30 Mar 2011 10:41:00 +0000 (16:11 +0530)]
GActionGroup bindings: add some metadata
Ryan Lortie [Wed, 30 Mar 2011 10:39:24 +0000 (16:09 +0530)]
gidl parser: add interface type_cname attribute
This is how to specify eg. GActionIface vs. GActionInterface
Jürg Billeter [Tue, 29 Mar 2011 09:57:13 +0000 (11:57 +0200)]
Fix DelegateType.copy
Jürg Billeter [Tue, 29 Mar 2011 09:53:28 +0000 (11:53 +0200)]
girwriter: Set scope for callback parameters of async methods
Jürg Billeter [Sun, 27 Mar 2011 18:26:37 +0000 (20:26 +0200)]
codegen: Fix freeing on assignment to fields of generic type
Fixes bug 645773.
Luca Bruno [Wed, 16 Mar 2011 13:27:07 +0000 (14:27 +0100)]
codegen: Fix leak when destroying null terminated arrays
Michael 'Mickey' Lauer [Sat, 26 Mar 2011 12:29:41 +0000 (13:29 +0100)]
linux: add ioctls and structures for n_gsm
n_gsm is a new line discipline that implements the 3GPP 07.10
multiplexing protocol in the kernel.
Michael 'Mickey' Lauer [Sat, 26 Mar 2011 12:27:16 +0000 (13:27 +0100)]
linux: add makedev(3), major(3), and minor(3)
Jürg Billeter [Thu, 24 Mar 2011 07:38:18 +0000 (08:38 +0100)]
gtk+-3.0: Update to 3.0.5
Jürg Billeter [Wed, 23 Mar 2011 21:40:18 +0000 (22:40 +0100)]
gio-2.0: Fix g_data_input_stream_read_line_finish binding
Fixes bug 639211.
Jürg Billeter [Wed, 23 Mar 2011 21:32:30 +0000 (22:32 +0100)]
D-Bus: Emit cast to avoid C warning for signal handling in clients
Jürg Billeter [Wed, 23 Mar 2011 21:26:55 +0000 (22:26 +0100)]
D-Bus: Remove extra semicolon to avoid C warning
Jürg Billeter [Wed, 23 Mar 2011 21:21:50 +0000 (22:21 +0100)]
D-Bus: Add missing string.h includes
Luca Bruno [Tue, 22 Mar 2011 20:53:22 +0000 (21:53 +0100)]
codegen: Always call _finish() after yield
Fixes bug 645606.
Ryan Lortie [Wed, 23 Mar 2011 16:07:12 +0000 (12:07 -0400)]
glib binding: mark VariantType [Immutable]
This gets us proper behaviour with respect to functions that return
unowned VariantType (which is 'const GVariantType *' in C).
Jürg Billeter [Wed, 23 Mar 2011 13:00:23 +0000 (14:00 +0100)]
girwriter: Skip methods with va_list parameters
gobject-introspection does not currently support va_list parameters.
Jürg Billeter [Tue, 22 Mar 2011 20:39:23 +0000 (21:39 +0100)]
D-Bus: Support DBus.signature attribute for struct fields
Fixes bug 645528.
Jürg Billeter [Tue, 22 Mar 2011 20:18:02 +0000 (21:18 +0100)]
vte: Update to 0.27.90
Fixes bug 627410.
Jürg Billeter [Tue, 22 Mar 2011 19:48:52 +0000 (20:48 +0100)]
codegen: Fix freeing of owned parameters
Fixes bug 645177.
tfischer [Fri, 18 Mar 2011 21:15:47 +0000 (15:15 -0600)]
posix: Add setlogmask() and LOG_UPTO().
Fixes bug 645189.
Luca Bruno [Sun, 20 Mar 2011 00:04:29 +0000 (01:04 +0100)]
gio-2.0: Fix InetAddress.from_bytes bindings
Based on patch by Robert Ancell.
Fixes bug 644974.
Marco Trevisan (Treviño) [Tue, 1 Mar 2011 14:26:37 +0000 (15:26 +0100)]
gio-2.0: Fix Bus.own_name and own_name_on_connection bindings.
Robert Ancell [Mon, 14 Mar 2011 05:31:37 +0000 (16:31 +1100)]
posix: Support handling SA_SIGINFO with sigaction
Closes bug 633769
Oliver Sauder [Sat, 19 Mar 2011 10:49:15 +0000 (11:49 +0100)]
gdk-2.0, gdk-3.0: Fix atom name bindings
https://bugzilla.gnome.org/show_bug.cgi?id=645215
Michal Hruby [Thu, 17 Mar 2011 20:53:52 +0000 (21:53 +0100)]
gtk+-2.0, gtk+-3.0: Fix more clipboard-related bindings
Fixes bug 645071.
Luca Bruno [Thu, 17 Mar 2011 06:48:32 +0000 (07:48 +0100)]
glib-2.0: Fix KeyFile get_comment and set_comment bindings
Jürg Billeter [Wed, 16 Mar 2011 19:15:41 +0000 (20:15 +0100)]
Release 0.11.7
Jürg Billeter [Wed, 16 Mar 2011 18:33:22 +0000 (19:33 +0100)]
D-Bus: Fix Connection.get_proxy.begin calls
Jürg Billeter [Wed, 16 Mar 2011 18:20:09 +0000 (19:20 +0100)]
D-Bus: Fix get_proxy.begin calls
Jürg Billeter [Wed, 16 Mar 2011 17:33:58 +0000 (18:33 +0100)]
glib-2.0: Do not use strnlen
strnlen is not available on all systems.
Fixes bug 644550.
Ryan Lortie [Tue, 15 Mar 2011 21:09:54 +0000 (22:09 +0100)]
Write delegates as qualified types in code writer
Fixes bug 643927.
Marco Trevisan (Treviño) [Tue, 15 Mar 2011 00:39:53 +0000 (01:39 +0100)]
Add support for [Experimental] attribute
Report a warning when using experimental symbols. The GIDL parser has
been updated, too, and bindings have been regenerated.
Fixes bug 644779.
Ryan Lortie [Mon, 14 Mar 2011 15:10:46 +0000 (11:10 -0400)]
gio: one more fix for GActionGroup.list_actions()
We must explicitly specify that the array is null-terminated.
Ryan Lortie [Mon, 14 Mar 2011 14:55:18 +0000 (10:55 -0400)]
gio: fix binding for GActionGroup.list_actions()
vapigen was detecting
gchar ** g_action_group_list_actions (GActionGroup *action_group);
as
public abstract unowned string list_actions ();
Add some metadata to clear that up and regenerate the vapi.
Michal Hruby [Mon, 14 Mar 2011 01:00:08 +0000 (02:00 +0100)]
gdk-pixbuf-2.0: Fix binding for serialize method
Ryan Lortie [Sun, 13 Mar 2011 20:02:57 +0000 (16:02 -0400)]
Revert "GModule vapi: add missing close() method"
This reverts commit
09b06c19dd7eb965f02d26305e810a9126e9bc93.
g_module_close() is the free function.
Ryan Lortie [Sun, 13 Mar 2011 04:23:18 +0000 (23:23 -0500)]
GModule vapi: add missing close() method
Jürg Billeter [Sat, 12 Mar 2011 15:01:16 +0000 (16:01 +0100)]
gtk+-2.0, gtk+-3.0: Fix gtk_tree_view_column_cell_get_position binding
Michal Hruby [Fri, 11 Mar 2011 00:27:31 +0000 (01:27 +0100)]
pango: Multiple binding fixes
Fixes bug 642293.
Michal Hruby [Thu, 10 Mar 2011 22:19:35 +0000 (23:19 +0100)]
gtk+-2.0, gtk+-3.0: Fix TreeModelFilter.set_modify_func
Fixes bug 643852.
Michal Hruby [Thu, 10 Mar 2011 21:39:46 +0000 (22:39 +0100)]
gtk+-2.0, gtk+-3.0: Fix get_selection_bounds binding
Fixes bug 644158.
Michal Hruby [Thu, 10 Mar 2011 21:31:55 +0000 (22:31 +0100)]
cairo: Mark filename parameter for PdfSurface nullable
Fixes bug 644158.
Michal Hruby [Thu, 10 Mar 2011 16:45:57 +0000 (17:45 +0100)]
tests: Add test for fixed size arrays
Jürg Billeter [Thu, 10 Mar 2011 19:27:02 +0000 (20:27 +0100)]
codegen: Fix assignment to fixed-length array variable
Fixes bug 644413.
Luca Bruno [Sun, 6 Mar 2011 17:21:48 +0000 (18:21 +0100)]
codegen: Drop MemberAccess creation for field finalization
Luca Bruno [Sun, 6 Mar 2011 15:50:37 +0000 (16:50 +0100)]
codegen: Drop MemberAccess creation for field array initializer
Luca Bruno [Sun, 6 Mar 2011 15:49:07 +0000 (16:49 +0100)]
codegen: Add convenience load_this_parameter() method
Luca Bruno [Sun, 6 Mar 2011 15:38:32 +0000 (16:38 +0100)]
codegen: Use TargetValue instead of Expression for field instance
Michal Hruby [Thu, 10 Mar 2011 17:36:54 +0000 (18:36 +0100)]
gtk+-2.0, gtk+-3.0: Fix Gtk.TextBuffer serialize and deserialize methods
Michal Hruby [Thu, 10 Mar 2011 17:17:29 +0000 (18:17 +0100)]
gtk+-2.0, gtk+-3.0: Fix Gtk.TextBufferDeserializeFunc
Luca Bruno [Sun, 6 Mar 2011 17:13:11 +0000 (18:13 +0100)]
gtk+-2.0, gtk+-3.0: Fix binding for TextTagTable.foreach
Luca Bruno [Sat, 5 Mar 2011 10:09:24 +0000 (11:09 +0100)]
codegen: Don't check for comma expression in get_field_cvalue
All comma expressions have been dropped, so it's not possible that
an inner C expression is a comma expression.
Luca Bruno [Sat, 5 Mar 2011 10:09:24 +0000 (11:09 +0100)]
codegen: Don't check for comma expression in visit_addressof_expression
All comma expressions have been dropped, so it's not possible that
an inner C expression is a comma expression.
Luca Bruno [Sat, 5 Mar 2011 11:41:50 +0000 (12:41 +0100)]
codegen: Drop useless comma expression when copying GValue