]> git.ipfire.org Git - thirdparty/vala.git/log
thirdparty/vala.git
11 years agogoocanvas: mark as deprecated
Evan Nemerson [Sat, 17 May 2014 03:55:51 +0000 (20:55 -0700)] 
goocanvas: mark as deprecated

11 years agoatk: update to 2.13.1~d44970bd
Evan Nemerson [Sat, 17 May 2014 03:46:08 +0000 (20:46 -0700)] 
atk: update to 2.13.1~d44970bd

11 years agogdk-pixbuf-2.0: update to latest git
Evan Nemerson [Sat, 17 May 2014 03:25:07 +0000 (20:25 -0700)] 
gdk-pixbuf-2.0: update to latest git

11 years agowebkitgtk-3.0: add metadata file
Evan Nemerson [Fri, 16 May 2014 21:35:58 +0000 (14:35 -0700)] 
webkitgtk-3.0: add metadata file

11 years agogtk+3.0: Update to 3.13.1+
Rico Tzschichholz [Fri, 16 May 2014 20:21:01 +0000 (22:21 +0200)] 
gtk+3.0: Update to 3.13.1+

11 years agolibarchive: Update to version 3
Lasse Schuirmann [Fri, 16 May 2014 08:54:23 +0000 (10:54 +0200)] 
libarchive: Update to version 3

Fixes bug 668654

11 years agoxcb: Add drawing API
Robert Ancell [Wed, 14 May 2014 21:08:29 +0000 (09:08 +1200)] 
xcb: Add drawing API

https://bugzilla.gnome.org/show_bug.cgi?id=730148

11 years agoxcb: Add Xcb.Connection.create_pixmap
Robert Ancell [Wed, 14 May 2014 03:06:15 +0000 (15:06 +1200)] 
xcb: Add Xcb.Connection.create_pixmap

https://bugzilla.gnome.org/show_bug.cgi?id=730103

11 years agoAdd webkit2gtk-3.0 and webkit2gtk-web-extension-3.0 bindings.
Evan Nemerson [Wed, 14 May 2014 21:35:09 +0000 (14:35 -0700)] 
Add webkit2gtk-3.0 and webkit2gtk-web-extension-3.0 bindings.

Fixes bug 676249.

11 years agoxcb: Add Xcb.Connection.get_atom_name
Robert Ancell [Wed, 14 May 2014 02:05:08 +0000 (14:05 +1200)] 
xcb: Add Xcb.Connection.get_atom_name

https://bugzilla.gnome.org/show_bug.cgi?id=730099

11 years agoxcb: Missing EnterNotifyEvent, LeaveNotifyEvent, KeymapNotifyEvent, VisibilityNotifyE...
Robert Ancell [Wed, 14 May 2014 01:33:24 +0000 (13:33 +1200)] 
xcb: Missing EnterNotifyEvent, LeaveNotifyEvent, KeymapNotifyEvent, VisibilityNotifyEvent, ReparentNotifyEvent, GravityNotifyEvent, CirculateNotifyEvent, PropertyNotifyEvent, SelectionNotifyEvent, ColormapNotifyEvent, MappingNotifyEvent classes

https://bugzilla.gnome.org/show_bug.cgi?id=730097

11 years agoxcb: Remove unnecessary padding fields
Robert Ancell [Wed, 14 May 2014 00:33:07 +0000 (12:33 +1200)] 
xcb: Remove unnecessary padding fields

Some structures allow access to the padding fields from the C structures. Since
these don't do anything except make the memory be set out correctly there's no
reason to access them from Vala.

https://bugzilla.gnome.org/show_bug.cgi?id=730094

11 years agoxcb: Add methods to access pixmap formats
Robert Ancell [Tue, 13 May 2014 23:24:34 +0000 (11:24 +1200)] 
xcb: Add methods to access pixmap formats

https://bugzilla.gnome.org/show_bug.cgi?id=730092

11 years agoxcb: Add missing fields to Xcb.Setup, Xcb.Screen and Xcb.VisualType
Robert Ancell [Tue, 13 May 2014 22:37:09 +0000 (10:37 +1200)] 
xcb: Add missing fields to Xcb.Setup, Xcb.Screen and Xcb.VisualType

https://bugzilla.gnome.org/show_bug.cgi?id=730091

11 years agoxcb: Fix depth iterator methods
Robert Ancell [Tue, 13 May 2014 22:01:05 +0000 (10:01 +1200)] 
xcb: Fix depth iterator methods

https://bugzilla.gnome.org/show_bug.cgi?id=730089

11 years agoxcb: Add binding for xcb_connection_has_error
Robert Ancell [Tue, 13 May 2014 21:39:34 +0000 (09:39 +1200)] 
xcb: Add binding for xcb_connection_has_error

https://bugzilla.gnome.org/show_bug.cgi?id=730088

11 years agoxcb: Fix visuals iterator methods
Robert Ancell [Tue, 13 May 2014 22:07:40 +0000 (10:07 +1200)] 
xcb: Fix visuals iterator methods

https://bugzilla.gnome.org/show_bug.cgi?id=730090

11 years agoxcb: Set correct C name for Xcb.ScreenIterator.next
Robert Ancell [Tue, 13 May 2014 21:16:47 +0000 (09:16 +1200)] 
xcb: Set correct C name for Xcb.ScreenIterator.next

https://bugzilla.gnome.org/show_bug.cgi?id=730086

11 years agoglib-2.0: Allow null hooks for OptionGroup
Christian Persch [Sun, 11 May 2014 12:36:26 +0000 (14:36 +0200)] 
glib-2.0: Allow null hooks for OptionGroup

Allow null pre-parse, post-parse, error and translation hooks.

Fixed bug #729954.

11 years agopango: update to latest git
Evan Nemerson [Thu, 8 May 2014 21:32:57 +0000 (14:32 -0700)] 
pango: update to latest git

11 years agogirparser: grok "nullable"
Ryan Lortie [Wed, 16 Apr 2014 14:54:57 +0000 (10:54 -0400)] 
girparser: grok "nullable"

Understand the new "nullable" attribute in .gir files.

Presently, this is mostly an alias for allow-none='', but it will also
allows a new feature: we can explicitly mark out parameters as having a
nullable type (as a distinct concept from accepting 'NULL' as a
parameter to the C function call in order to ignore the result).

.gir may eventually want to remove allow-none='' some day, so make sure
we also accept nullable='' in all places that we accepted allow-none=''
to mean 'can be NULL'.

https://bugzilla.gnome.org/show_bug.cgi?id=660879

11 years agocodegen: Uppercase strings in ASCII, otherwise broken for some locales
Al Thomas [Wed, 30 Apr 2014 18:40:40 +0000 (20:40 +0200)] 
codegen: Uppercase strings in ASCII, otherwise broken for some locales

Fixes bug 704468

11 years agogtk+-3.0: Perform missing rebuild
Rico Tzschichholz [Tue, 29 Apr 2014 21:10:02 +0000 (23:10 +0200)] 
gtk+-3.0: Perform missing rebuild

Fixes e657266432c73b292a17e5207184ebed4dd3ef44

11 years agolibpq: Fix syntax error
Kyrylo Polezhaiev [Tue, 29 Apr 2014 12:05:58 +0000 (15:05 +0300)] 
libpq: Fix syntax error

Fixes bug 729177

11 years agogdk-3.0, gtk+3.0: Update to 3.13.1
Rico Tzschichholz [Tue, 29 Apr 2014 06:52:23 +0000 (08:52 +0200)] 
gdk-3.0, gtk+3.0: Update to 3.13.1

11 years agogio-unix-2.0: fix DesktopAppInfo.list_actions return value
Evan Nemerson [Mon, 28 Apr 2014 19:24:29 +0000 (12:24 -0700)] 
gio-unix-2.0: fix DesktopAppInfo.list_actions return value

11 years agogtk+3.0: Update to 3.13.0~
Rico Tzschichholz [Thu, 24 Apr 2014 12:44:44 +0000 (14:44 +0200)] 
gtk+3.0: Update to 3.13.0~

11 years agogio-2.0: Update to 2.41.0~
Rico Tzschichholz [Thu, 24 Apr 2014 12:42:47 +0000 (14:42 +0200)] 
gio-2.0: Update to 2.41.0~

11 years agogtk+-3.0: add new GtkListBox selection API
Ryan Lortie [Thu, 17 Apr 2014 23:16:56 +0000 (19:16 -0400)] 
gtk+-3.0: add new GtkListBox selection API

metadata copied from the similar api on GtkFlowBox (which is where the
GtkListBox API itself was modelled from).

https://bugzilla.gnome.org/show_bug.cgi?id=728474

11 years agogtk+-3.0: fix flowbox selection foreach API
Ryan Lortie [Thu, 17 Apr 2014 23:32:53 +0000 (19:32 -0400)] 
gtk+-3.0: fix flowbox selection foreach API

The callback doesn't have a destroy notify, so don't mark it 'owned'.
Additionally, it's not OK to pass a NULL callback to a foreach function.

https://bugzilla.gnome.org/show_bug.cgi?id=728474

11 years agogtk+-3.0, gtk+-2.0: make TargetList constructor argument nullable
Evan Nemerson [Mon, 14 Apr 2014 09:06:07 +0000 (02:06 -0700)] 
gtk+-3.0, gtk+-2.0: make TargetList constructor argument nullable

Fixes bug 728126.

11 years agoglib-2.0: add OptionContext.parse_strv
Evan Nemerson [Mon, 14 Apr 2014 07:29:26 +0000 (00:29 -0700)] 
glib-2.0: add OptionContext.parse_strv

Fixes bug 728111.

11 years agogtksourceview-3.0: update to latest git
Evan Nemerson [Tue, 8 Apr 2014 19:16:36 +0000 (12:16 -0700)] 
gtksourceview-3.0: update to latest git

11 years agogtk+3.0: fix Application.set_accels_for_action array parameter
Luca Bruno [Mon, 7 Apr 2014 18:24:26 +0000 (20:24 +0200)] 
gtk+3.0: fix Application.set_accels_for_action array parameter

Fixes bug 727752

11 years agocodegen: Fix local and field names starting with a digit
Simon Werbeck [Sun, 6 Apr 2014 11:04:04 +0000 (13:04 +0200)] 
codegen: Fix local and field names starting with a digit

Fixes bug 647018

11 years agogirparser: reset cheader_filenames before parsing a gir
Luca Bruno [Sat, 5 Apr 2014 18:20:41 +0000 (20:20 +0200)] 
girparser: reset cheader_filenames before parsing a gir

Remove gedit-2.20 from all-bindings due to a random bug.
Sometimes it's successful, sometimes it's not.

11 years agogobject-introspection-1.0: regenerate according to vala-girs
Luca Bruno [Sat, 5 Apr 2014 17:40:29 +0000 (19:40 +0200)] 
gobject-introspection-1.0: regenerate according to vala-girs

11 years agogeocode-glib-1.0: update to 3.12.0-5-g7eb1490
Luca Bruno [Sat, 5 Apr 2014 17:39:22 +0000 (19:39 +0200)] 
geocode-glib-1.0: update to 3.12.0-5-g7eb1490

11 years agoRemove gedit from all-bindings as it will be shipped upstream
Luca Bruno [Sat, 5 Apr 2014 17:36:30 +0000 (19:36 +0200)] 
Remove gedit from all-bindings as it will be shipped upstream

11 years agogdl-3.0: Update after the GdkEvent change from struct to class
Luca Bruno [Sat, 5 Apr 2014 17:34:13 +0000 (19:34 +0200)] 
gdl-3.0: Update after the GdkEvent change from struct to class

11 years agocodegen: Do not generate generic destroy func for non-disposable structs
Simon Werbeck [Sat, 5 Apr 2014 11:11:51 +0000 (13:11 +0200)] 
codegen: Do not generate generic destroy func for non-disposable structs

Fixes bug 727652

11 years agox11: Don't use camel-cased names for methods
Rico Tzschichholz [Thu, 3 Apr 2014 14:55:44 +0000 (16:55 +0200)] 
x11: Don't use camel-cased names for methods

In addition to d00ddbf098d50a4ccf81faec12d186be04c7f975

11 years agolibnotify: Updated to 0.7.6-3-gda49c8c
Luca Bruno [Tue, 1 Apr 2014 19:27:37 +0000 (21:27 +0200)] 
libnotify: Updated to 0.7.6-3-gda49c8c

See https://bugzilla.gnome.org/show_bug.cgi?id=667904

11 years agoglib: Add G_SOURCE_CONTINUE/G_SOURCE_REMOVE
Stefano Facchini [Tue, 1 Apr 2014 11:41:11 +0000 (13:41 +0200)] 
glib: Add G_SOURCE_CONTINUE/G_SOURCE_REMOVE

11 years agogirparser: Support interface aliases
Luca Bruno [Mon, 31 Mar 2014 21:44:57 +0000 (23:44 +0200)] 
girparser: Support interface aliases

11 years agox11: Add some missing API
Robert Ancell [Wed, 26 Mar 2014 21:14:53 +0000 (10:14 +1300)] 
x11: Add some missing API

The functions:
XClearWindow
XCreatePixmap
XSetWindowBackgroundPixmap

The XSetCloseDownMode enumerations

The following events:
FocusChangeEvent
ExposeEvent
GraphicsExposeEvent
NoExposeEvent
VisibilityEvent
ResizeRequestEvent
SelectionClearEvent
SelectionRequestEvent
ColormapEvent
MappingEvent
ErrorEvent
KeymapEvent

Fixes bug 727113

11 years agoatk: Update and fix metadata
Luca Bruno [Sun, 30 Mar 2014 11:47:08 +0000 (13:47 +0200)] 
atk: Update and fix metadata

Fixes bug 727029

11 years agoSupport non-literal length in fixed-size arrays
Simon [Thu, 13 Mar 2014 21:48:40 +0000 (22:48 +0100)] 
Support non-literal length in fixed-size arrays

Now any constant integer expression can be used as length
for fixed-size arrays.

Fixes bug 638993

11 years agoAdd tests for enums annotated with [Flags]
Rico Tzschichholz [Wed, 26 Mar 2014 19:13:06 +0000 (20:13 +0100)] 
Add tests for enums annotated with [Flags]

11 years agocairo: Update some enums and consts
Rico Tzschichholz [Wed, 26 Mar 2014 17:37:17 +0000 (18:37 +0100)] 
cairo: Update some enums and consts

11 years agogdk-pixbuf-2.0: make Pixbuf.save_to_stream variadic
Evan Nemerson [Fri, 21 Mar 2014 19:18:45 +0000 (12:18 -0700)] 
gdk-pixbuf-2.0: make Pixbuf.save_to_stream variadic

11 years agoBump version suffix
Jürg Billeter [Tue, 25 Mar 2014 10:49:20 +0000 (11:49 +0100)] 
Bump version suffix

11 years agoclutter-1.0: Update to 1.18.0
Rico Tzschichholz [Tue, 25 Mar 2014 10:24:24 +0000 (11:24 +0100)] 
clutter-1.0: Update to 1.18.0

11 years agogeocode-glib-1.0: Update to 3.12.0
Rico Tzschichholz [Tue, 25 Mar 2014 09:42:31 +0000 (10:42 +0100)] 
geocode-glib-1.0: Update to 3.12.0

11 years agogtk+-3.0: Update to 3.12.0
Rico Tzschichholz [Tue, 25 Mar 2014 09:34:50 +0000 (10:34 +0100)] 
gtk+-3.0: Update to 3.12.0

11 years agoHide internal methods in ABI
Maciej Piechotka [Sun, 12 May 2013 10:18:27 +0000 (11:18 +0100)] 
Hide internal methods in ABI

Fixes bug 700157

11 years agoRelease 0.24.0 0.24 0.24.0
Jürg Billeter [Mon, 24 Mar 2014 19:11:59 +0000 (20:11 +0100)] 
Release 0.24.0

11 years agotests: Use sed '$d' because head -n -1 is not portable
Luca Bruno [Sun, 23 Mar 2014 22:18:06 +0000 (23:18 +0100)] 
tests: Use sed '$d' because head -n -1 is not portable

Fixes bug 726908

11 years agogstreamer-0.10: Set GstURIHandler.get_uri_type vfunc to get_type
Luca Bruno [Thu, 20 Mar 2014 20:27:17 +0000 (21:27 +0100)] 
gstreamer-0.10: Set GstURIHandler.get_uri_type vfunc to get_type

Fixes bug 726745

11 years agogidlparser: Do not set nullable to void type
Luca Bruno [Thu, 20 Mar 2014 21:24:27 +0000 (22:24 +0100)] 
gidlparser: Do not set nullable to void type

11 years agocodegen: Inherit array_length and array_null_terminated of methods
Luca Bruno [Thu, 20 Mar 2014 19:28:33 +0000 (20:28 +0100)] 
codegen: Inherit array_length and array_null_terminated of methods

Fixes bug 726744

11 years agox11: Add missing evtype field of GenericEventCookie
Rico Tzschichholz [Thu, 20 Mar 2014 10:33:52 +0000 (11:33 +0100)] 
x11: Add missing evtype field of GenericEventCookie

11 years agogstreamer-1.0: Make Bin.add first parameter unowned
Luca Bruno [Sun, 16 Mar 2014 15:28:04 +0000 (16:28 +0100)] 
gstreamer-1.0: Make Bin.add first parameter unowned

11 years agogstreamer-1.0: Make Bin.add_many first parameter unowned
Luca Bruno [Sun, 16 Mar 2014 15:21:27 +0000 (16:21 +0100)] 
gstreamer-1.0: Make Bin.add_many first parameter unowned

Fixes bug 702969

11 years agogstreamer-1.0: Make Element.add_pad parameter unowned
Luca Bruno [Sun, 16 Mar 2014 14:44:18 +0000 (15:44 +0100)] 
gstreamer-1.0: Make Element.add_pad parameter unowned

Fixes bug 702960

11 years agoAdd test for bug 726347
Luca Bruno [Sun, 16 Mar 2014 10:35:19 +0000 (11:35 +0100)] 
Add test for bug 726347

11 years agoAccept single ellipsis parameter for instance methods
Richard Wiedenhöft [Fri, 14 Mar 2014 13:52:39 +0000 (14:52 +0100)] 
Accept single ellipsis parameter for instance methods

Fixes bug 726347

11 years agolibpq: Add PQping enum and functions
Steven Oliver [Wed, 29 Jan 2014 00:52:04 +0000 (19:52 -0500)] 
libpq: Add PQping enum and functions

Fixes bug 722878

11 years agogtk+-2.0, gtk+-3.0: Make ComboBox.set_active_iter parameter nullable
Luca Bruno [Fri, 14 Mar 2014 21:48:01 +0000 (22:48 +0100)] 
gtk+-2.0, gtk+-3.0: Make ComboBox.set_active_iter parameter nullable

Fixes bug 726141

11 years agocodewriter: Emit 'unowned' keyword for local variables
Simon [Fri, 14 Mar 2014 09:28:43 +0000 (10:28 +0100)] 
codewriter: Emit 'unowned' keyword for local variables

Fixes bug 726312

11 years agogio-2.0: Update to 2.39.91+
David King [Mon, 10 Mar 2014 19:22:38 +0000 (19:22 +0000)] 
gio-2.0: Update to 2.39.91+

Fixes bug 726057

11 years agocogl-1.0: Fix some array arguments in Cogl.Texture
Rico Tzschichholz [Thu, 6 Mar 2014 20:34:49 +0000 (21:34 +0100)] 
cogl-1.0: Fix some array arguments in Cogl.Texture

11 years agogio-2.0: Also make Action.get_state_hint nullable
Luca Bruno [Thu, 6 Mar 2014 20:28:57 +0000 (21:28 +0100)] 
gio-2.0: Also make Action.get_state_hint nullable

11 years agogio-2.0: Make Action.state, state_type and parameter_type nullable
Luca Bruno [Thu, 6 Mar 2014 20:26:59 +0000 (21:26 +0100)] 
gio-2.0: Make Action.state, state_type and parameter_type nullable

Fixes bug 725367

11 years agodbusserver: Rename the generated "parameters" identifier
Luca Bruno [Thu, 6 Mar 2014 20:17:08 +0000 (21:17 +0100)] 
dbusserver: Rename the generated "parameters" identifier

Fixes bug 725555.

11 years agogtk+-3.0: Correct binding for IconView.convert_widget_to_bin_window_coords
Zeeshan Ali (Khattak) [Wed, 5 Mar 2014 15:10:08 +0000 (15:10 +0000)] 
gtk+-3.0: Correct binding for IconView.convert_widget_to_bin_window_coords

The last two arguments are 'out'.

11 years agoglib-2.0: Add missing C header for symlink
Colin Watson [Tue, 25 Feb 2014 14:12:03 +0000 (14:12 +0000)] 
glib-2.0: Add missing C header for symlink

Fixes bug 725151.

11 years agoposix: Declare Group.gr_mem as null-terminated
Colin Watson [Tue, 25 Feb 2014 13:53:32 +0000 (13:53 +0000)] 
posix: Declare Group.gr_mem as null-terminated

Fixes bug 725149.

11 years agogirparser: Add array_null_terminated, fixes hand-written change in gio
Luca Bruno [Sun, 2 Mar 2014 21:52:24 +0000 (22:52 +0100)] 
girparser: Add array_null_terminated, fixes hand-written change in gio

11 years agogirwriter: Set scope=call for delegates when async or notified does not apply
Will Szumski [Sun, 23 Feb 2014 19:04:52 +0000 (19:04 +0000)] 
girwriter: Set scope=call for delegates when async or notified does not apply

Fixes bug 725012.

11 years agogirwriter: Don't add target for delegates without target
Will Szumski [Mon, 24 Feb 2014 15:03:24 +0000 (15:03 +0000)] 
girwriter: Don't add target for delegates without target

Fixes bug 725073.

11 years agobuild: Fix missing backslashes in lists
Stef Walter [Sun, 2 Mar 2014 11:36:22 +0000 (12:36 +0100)] 
build: Fix missing backslashes in lists

https://bugzilla.gnome.org/show_bug.cgi?id=725496

11 years agoRelease 0.23.3 0.23.3
Jürg Billeter [Tue, 18 Feb 2014 19:35:35 +0000 (20:35 +0100)] 
Release 0.23.3

11 years agogtk+-3.0: Update to 3.11.6
Rico Tzschichholz [Tue, 18 Feb 2014 15:16:05 +0000 (16:16 +0100)] 
gtk+-3.0: Update to 3.11.6

11 years agogedit: deprecate in favor of bindings distributed by gedit.
Evan Nemerson [Mon, 17 Feb 2014 18:15:43 +0000 (10:15 -0800)] 
gedit: deprecate in favor of bindings distributed by gedit.

See bug #724172.

11 years agogio-2.0: fix add_main_option_entries
Paolo Borelli [Sun, 16 Feb 2014 22:00:03 +0000 (23:00 +0100)] 
gio-2.0: fix add_main_option_entries

11 years agogio-2.0: Update to 2.39.5+
Rico Tzschichholz [Sun, 16 Feb 2014 20:47:16 +0000 (21:47 +0100)] 
gio-2.0: Update to 2.39.5+

11 years agogio-2.0: update to 2.39.5
Evan Nemerson [Sun, 16 Feb 2014 19:59:12 +0000 (11:59 -0800)] 
gio-2.0: update to 2.39.5

11 years agoglib-2.0: add new symbols for 2.40
Evan Nemerson [Sun, 16 Feb 2014 18:59:06 +0000 (10:59 -0800)] 
glib-2.0: add new symbols for 2.40

11 years agoglib-2.0: add missing symbols from 2.38
Evan Nemerson [Sun, 16 Feb 2014 18:30:30 +0000 (10:30 -0800)] 
glib-2.0: add missing symbols from 2.38

11 years agogtk+-3.0: Update from git
Rico Tzschichholz [Sat, 15 Feb 2014 08:12:48 +0000 (09:12 +0100)] 
gtk+-3.0: Update from git

11 years agovala.m4: honour CC, CPPFLAGS, CFLAGS, LDFLAGS
Ryan Lortie [Tue, 11 Feb 2014 20:34:04 +0000 (15:34 -0500)] 
vala.m4: honour CC, CPPFLAGS, CFLAGS, LDFLAGS

These variables may be set to values that are required to build
executables.  Make sure we honour them from vala.m4 when attempting to
check for packages.

https://bugzilla.gnome.org/show_bug.cgi?id=724176

11 years agogen-introspect: pretend to be lint
Ryan Lortie [Sat, 25 Jan 2014 06:57:31 +0000 (01:57 -0500)] 
gen-introspect: pretend to be lint

Some system headers (notably <stdarg.h> on FreeBSD) get upset when they
see an unexpected compiler.  We go out of our way to pass -U__GNUC__ to
cpp from the scanner code during gen-introspect and this is causing
problems.

As a workaround, we can pretend to be lint, which fixes the issue at
least for FreeBSD.

https://bugzilla.gnome.org/show_bug.cgi?id=722954

11 years agoRelease 0.23.2 0.23.2
Jürg Billeter [Tue, 4 Feb 2014 21:11:16 +0000 (22:11 +0100)] 
Release 0.23.2

11 years agogdk-3.0: Fix GdkEvent* bindings
Jürg Billeter [Sun, 26 Jan 2014 13:11:43 +0000 (14:11 +0100)] 
gdk-3.0: Fix GdkEvent* bindings

GdkEvent structs have hidden fields and must be exposed as compact
classes.

Fixes bug 713240.

11 years agogtk+-3.0: Update to (nearly) 3.11.6
Rico Tzschichholz [Tue, 4 Feb 2014 21:49:16 +0000 (22:49 +0100)] 
gtk+-3.0: Update to (nearly) 3.11.6

11 years agogirparser: Shut warning about unused experimental metadata
Luca Bruno [Mon, 3 Feb 2014 22:19:37 +0000 (23:19 +0100)] 
girparser: Shut warning about unused experimental metadata

11 years agogstreamer-1.0: Fix ElementFactory.get_static_pad_templates return type
Luca Bruno [Mon, 3 Feb 2014 22:16:32 +0000 (23:16 +0100)] 
gstreamer-1.0: Fix ElementFactory.get_static_pad_templates return type

Fixes bug 720694

11 years agoclutter-1.0: Update to 1.17.2
Rico Tzschichholz [Mon, 3 Feb 2014 21:43:45 +0000 (22:43 +0100)] 
clutter-1.0: Update to 1.17.2

11 years agogirparser: Shut unused destroys_instance warning
Luca Bruno [Mon, 3 Feb 2014 21:01:26 +0000 (22:01 +0100)] 
girparser: Shut unused destroys_instance warning