]> git.ipfire.org Git - thirdparty/vala.git/log
thirdparty/vala.git
11 years agogstreamer-1.0: update to 1.3.2.1~d99e6215 6296d34707d0053919d9496b5cf6c50149fea702
Evan Nemerson [Thu, 12 Jun 2014 00:30:02 +0000 (17:30 -0700)] 
gstreamer-1.0: update to 1.3.2.1~d99e6215

Fixes bug 730983.

11 years agogio-unix-2.0: update to 2.41.0
Rico Tzschichholz [Wed, 11 Jun 2014 15:28:51 +0000 (17:28 +0200)] 
gio-unix-2.0: update to 2.41.0

11 years agogtk+-3.0: update to 3.13.3~200bdf1a
Rico Tzschichholz [Wed, 11 Jun 2014 14:46:04 +0000 (16:46 +0200)] 
gtk+-3.0: update to 3.13.3~200bdf1a

11 years agogobject-2.0: Bind G_PARAM_EXPLICIT_NOTIFY
Rico Tzschichholz [Wed, 11 Jun 2014 14:40:06 +0000 (16:40 +0200)] 
gobject-2.0: Bind G_PARAM_EXPLICIT_NOTIFY

11 years agogtk+-3.0: set Editable type_cname
Evan Nemerson [Wed, 11 Jun 2014 05:01:13 +0000 (22:01 -0700)] 
gtk+-3.0: set Editable type_cname

Fixes bug 731499.

11 years agogirparser: only replace ref/unref funcs with better matches
Evan Nemerson [Wed, 4 Jun 2014 22:01:16 +0000 (15:01 -0700)] 
girparser: only replace ref/unref funcs with better matches

11 years agogirparser: use identifier prefix from GIR when appropriate
Luca Bruno [Tue, 3 Jun 2014 09:08:52 +0000 (11:08 +0200)] 
girparser: use identifier prefix from GIR when appropriate

Fixes bug 731066

11 years agocodegen: Simplify field initialization for struct types
Luca Bruno [Tue, 3 Jun 2014 09:57:07 +0000 (11:57 +0200)] 
codegen: Simplify field initialization for struct types

Fixes bug 703996

11 years agoxcb: Replies are nullable and errors are optional
Robert Ancell [Sun, 1 Jun 2014 10:45:53 +0000 (18:45 +0800)] 
xcb: Replies are nullable and errors are optional

Also a few whitespace consistency changes thrown in.

11 years agoxcb: Add helper methods for GetPropertyReply
Robert Ancell [Fri, 16 May 2014 04:51:19 +0000 (16:51 +1200)] 
xcb: Add helper methods for GetPropertyReply

Add helper methods for GetPropertyReply so you don't have to access a void
pointer.

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

11 years agoxcb: Add more methods and use Vala types for accessing data
Robert Ancell [Sun, 18 May 2014 23:54:10 +0000 (11:54 +1200)] 
xcb: Add more methods and use Vala types for accessing data

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

11 years agogobject: Add Binding.unbind
Luca Bruno [Sat, 31 May 2014 10:59:04 +0000 (12:59 +0200)] 
gobject: Add Binding.unbind

Fixes bug 730967

11 years agoglib-2.0: remove HashTable.get_keys_as_array
Evan Nemerson [Sat, 31 May 2014 04:15:13 +0000 (21:15 -0700)] 
glib-2.0: remove HashTable.get_keys_as_array

This was causing a syntax error when trying to compile Vala with an
older version of valac (whatever is in gnome-continuous).  It looks
like we should hold off on adding stuff with this syntax until
next cycle.

11 years agoglib-2.0: add HashTable.get_keys_as_array
Evan Nemerson [Sat, 31 May 2014 03:55:42 +0000 (20:55 -0700)] 
glib-2.0: add HashTable.get_keys_as_array

11 years agogirparser: handle multiple identifier-prefixes in namespaces
Evan Nemerson [Sat, 31 May 2014 03:45:54 +0000 (20:45 -0700)] 
girparser: handle multiple identifier-prefixes in namespaces

11 years agoglib2.0: Mark StaticPrivate as deprecated
Rico Tzschichholz [Thu, 29 May 2014 14:15:28 +0000 (16:15 +0200)] 
glib2.0: Mark StaticPrivate as deprecated

11 years agogtkmodule: Error out on malformed signal definition
Timm Bäder [Thu, 29 May 2014 10:18:27 +0000 (12:18 +0200)] 
gtkmodule: Error out on malformed signal definition

Connecting to a signal in a gtk composite template needs both the
signal's name and a handler function to connect to.

11 years agogstreamer-1.0: Add gstreamer-allocators-1.0 and gstreamer-riff-1.0
Rico Tzschichholz [Thu, 29 May 2014 10:06:44 +0000 (12:06 +0200)] 
gstreamer-1.0: Add gstreamer-allocators-1.0 and gstreamer-riff-1.0

11 years agojson-glib-1.0: update to 1.0.2
Evan Nemerson [Thu, 29 May 2014 09:40:31 +0000 (02:40 -0700)] 
json-glib-1.0: update to 1.0.2

11 years agogirparser: don't deprecate children of deprecated containers
Evan Nemerson [Mon, 26 May 2014 02:42:00 +0000 (19:42 -0700)] 
girparser: don't deprecate children of deprecated containers

GObject Introspection doesn't support marking entire types as
deprecated, so we end up with a lot of places where the type isn't
deprecated, but every method, property, field, signal, etc. in it is,
which causes a lot of spew during compilation.  This patch allows us
to easily deprecate a type in metadata and any extra deprecation
information on child symbols will be omitted.

11 years agogirparser: improve support for changing symbol types away from instance
Evan Nemerson [Mon, 26 May 2014 02:40:55 +0000 (19:40 -0700)] 
girparser: improve support for changing symbol types away from instance

This makes it possible to move a symbol from an instance method of one
type to a constructor of another, or to a static method.

11 years agogirparser: support return_void metadata argument
Evan Nemerson [Mon, 26 May 2014 02:39:48 +0000 (19:39 -0700)] 
girparser: support return_void metadata argument

This allows us to generate backwards compatible signatures for
functions with a void return value and a single out param for a struct
from metadata files instead of resorting to *-custom.vala.

11 years agoUpdate GIR-based bindings.
Evan Nemerson [Wed, 28 May 2014 20:13:55 +0000 (13:13 -0700)] 
Update GIR-based bindings.

11 years agogstreamer-1.0: update to latest git.
Evan Nemerson [Wed, 28 May 2014 19:13:05 +0000 (12:13 -0700)] 
gstreamer-1.0: update to latest git.

Using bindings some libraries, such as gstreamer-audio-1.0, will break
compatibility with gstreamer 1.0 since gstreamer didn't include
single-include headers until 1.2.

11 years agolibsoup-2.4: deprecate Buffer.new and MessageBody.append
Evan Nemerson [Wed, 28 May 2014 04:42:10 +0000 (21:42 -0700)] 
libsoup-2.4: deprecate Buffer.new and MessageBody.append

These functions require the user to correctly specify a Soup.MemoryUse
argument, but that's easy to get wrong without understanding how the
memory is managed.  Alternatives for these functions which will always
transfer ownership of the memory have been in place since 2.32, so
from now on we will emit a warning when someone tries to use the old
versions.

11 years agoglib-2.0: add accessor for GArray's data field
Raul Gutierrez Segales [Mon, 30 May 2011 21:29:30 +0000 (22:29 +0100)] 
glib-2.0: add accessor for GArray's data field

Fixes bug 651505

11 years agocodegen: put exception checks inside of a G_UNLIKELY
Evan Nemerson [Sat, 24 May 2014 22:08:57 +0000 (15:08 -0700)] 
codegen: put exception checks inside of a G_UNLIKELY

Fixes bug 730702

11 years agogdk-3.0, gtk+-3.0: update to 3.13.1~3f140d53
Rico Tzschichholz [Sat, 24 May 2014 11:04:46 +0000 (13:04 +0200)] 
gdk-3.0, gtk+-3.0: update to 3.13.1~3f140d53

11 years agogdk-3.0: update to 3.13.1~a61a11a4
Rico Tzschichholz [Thu, 22 May 2014 08:18:32 +0000 (10:18 +0200)] 
gdk-3.0: update to 3.13.1~a61a11a4

11 years agogdk-3.0: update to 3.13.1~701adf81
Evan Nemerson [Tue, 20 May 2014 23:30:46 +0000 (16:30 -0700)] 
gdk-3.0: update to 3.13.1~701adf81

11 years agoSupport explicit interface methods implementation e1a3ff9470763e7c6ff5a887036390bd418f4e46
Luca Bruno [Wed, 8 Jun 2011 12:10:55 +0000 (14:10 +0200)] 
Support explicit interface methods implementation

Fixes bug 652098

11 years agogudev-1.0: update to latest git
Evan Nemerson [Sun, 18 May 2014 17:15:26 +0000 (10:15 -0700)] 
gudev-1.0: update to latest git

Most of the metadata has been moved into annotations upstream.

11 years agoFix gir and gidl bindings due to (unowned type)[] arrays
Luca Bruno [Sat, 17 May 2014 20:39:35 +0000 (22:39 +0200)] 
Fix gir and gidl bindings due to (unowned type)[] arrays

11 years agoRevert "girparser: Make array element type owned by default"
Luca Bruno [Sat, 17 May 2014 20:31:03 +0000 (22:31 +0200)] 
Revert "girparser: Make array element type owned by default"

This reverts commit 1c814e174d161102ea3288121f6b4c09c8b46482.

11 years agogirparser: Make array element type owned by default
Luca Bruno [Sat, 17 May 2014 20:20:03 +0000 (22:20 +0200)] 
girparser: Make array element type owned by default

11 years agoFix writing vapis with (unowned type)[]
Luca Bruno [Sat, 17 May 2014 19:42:09 +0000 (21:42 +0200)] 
Fix writing vapis with (unowned type)[]

11 years agoSupport (unowned type)[] syntax for transfer-container arrays
Luca Bruno [Sat, 17 May 2014 17:34:06 +0000 (19:34 +0200)] 
Support (unowned type)[] syntax for transfer-container arrays

Fixes bug 571486

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