]> git.ipfire.org Git - thirdparty/vala.git/log
thirdparty/vala.git
7 years agogobject-2.0: Add ParamSpecGType
Rico Tzschichholz [Tue, 27 Mar 2018 07:41:40 +0000 (09:41 +0200)] 
gobject-2.0: Add ParamSpecGType

7 years agogtk+-*.0: Fix iter parameter of TextView.backward*/forward*/move_visually()
Rico Tzschichholz [Thu, 22 Mar 2018 15:25:49 +0000 (16:25 +0100)] 
gtk+-*.0: Fix iter parameter of TextView.backward*/forward*/move_visually()

Those methods are changing the passed iter structure and therefore it needs
be marked as ref for vala taking this into account.

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

7 years agogdk-3.0,gtk+-3.0: Update to 3.22.29
Rico Tzschichholz [Mon, 26 Mar 2018 09:18:37 +0000 (11:18 +0200)] 
gdk-3.0,gtk+-3.0: Update to 3.22.29

7 years agoposix: Include sys/sysmacros.h for major(), minor() and makedev()
Rico Tzschichholz [Sat, 24 Mar 2018 13:06:14 +0000 (14:06 +0100)] 
posix: Include sys/sysmacros.h for major(), minor() and makedev()

Relying on sys/types.h is fatal since glibc 2.27 and was deprecated since
glibc 2.25.

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

7 years agogobject-2.0: Cherry-pick some changes from 0.40
Rico Tzschichholz [Wed, 21 Mar 2018 08:50:06 +0000 (09:50 +0100)] 
gobject-2.0: Cherry-pick some changes from 0.40

7 years agowebkit2gtk-4.0: Update to 2.20.0
Rico Tzschichholz [Sun, 25 Mar 2018 19:32:21 +0000 (21:32 +0200)] 
webkit2gtk-4.0: Update to 2.20.0

7 years agoclutter-1.0: Avoid duplications of implemented interfaces
Rico Tzschichholz [Sat, 24 Mar 2018 12:36:58 +0000 (13:36 +0100)] 
clutter-1.0: Avoid duplications of implemented interfaces

7 years agotests: Add basic GLib.Node test
Rico Tzschichholz [Tue, 20 Mar 2018 09:24:42 +0000 (10:24 +0100)] 
tests: Add basic GLib.Node test

7 years agogstreamer-1.0: Add gstreamer-webrtc-1.0 bindings
Rico Tzschichholz [Sun, 18 Mar 2018 19:50:39 +0000 (20:50 +0100)] 
gstreamer-1.0: Add gstreamer-webrtc-1.0 bindings

7 years agogstreamer: Update to 1.13.91
Rico Tzschichholz [Sun, 18 Mar 2018 15:45:02 +0000 (16:45 +0100)] 
gstreamer: Update to 1.13.91

7 years agogstreamer-1.0: Update to 1.13.90
Rico Tzschichholz [Mon, 5 Mar 2018 17:58:33 +0000 (18:58 +0100)] 
gstreamer-1.0: Update to 1.13.90

7 years agocodegen: Don't add target fields for captured delegates without target
Rico Tzschichholz [Mon, 19 Mar 2018 09:53:52 +0000 (10:53 +0100)] 
codegen: Don't add target fields for captured delegates without target

7 years agocodegen: Don't add length fields for captured fixed-length array variables
Rico Tzschichholz [Mon, 19 Mar 2018 09:46:13 +0000 (10:46 +0100)] 
codegen: Don't add length fields for captured fixed-length array variables

7 years agovaladoc: Bump glib_minor to match 0.38 series
Rico Tzschichholz [Tue, 20 Mar 2018 22:09:22 +0000 (23:09 +0100)] 
valadoc: Bump glib_minor to match 0.38 series

7 years agogstreamer-1.0: Update to 1.13.1+
Rico Tzschichholz [Tue, 20 Feb 2018 15:40:07 +0000 (16:40 +0100)] 
gstreamer-1.0: Update to 1.13.1+

7 years agogstreamer-1.0: Update to 1.13.1
Rico Tzschichholz [Sat, 17 Feb 2018 08:01:11 +0000 (09:01 +0100)] 
gstreamer-1.0: Update to 1.13.1

7 years agogtk+-4.0: Fix TreeView.is_blank_at_pos()
Rico Tzschichholz [Fri, 2 Mar 2018 14:43:45 +0000 (15:43 +0100)] 
gtk+-4.0: Fix TreeView.is_blank_at_pos()

7 years agogtk+-3.0: Fix TreeView.is_blank_at_pos()
Rico Tzschichholz [Fri, 2 Mar 2018 14:34:39 +0000 (15:34 +0100)] 
gtk+-3.0: Fix TreeView.is_blank_at_pos()

7 years agoposix: Fix sig*set and sigprocmask parameters to be out/ref
Luca Bruno [Sat, 5 Apr 2014 16:47:46 +0000 (18:47 +0200)] 
posix: Fix sig*set and sigprocmask parameters to be out/ref

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

7 years agopurple: Update to 2.12.0
Rico Tzschichholz [Tue, 13 Feb 2018 11:32:32 +0000 (12:32 +0100)] 
purple: Update to 2.12.0

7 years agovapi: Fix wrong attributes
Rico Tzschichholz [Mon, 26 Feb 2018 17:53:38 +0000 (18:53 +0100)] 
vapi: Fix wrong attributes

7 years agolibgnome-menu-3.0: Add deps file
Rico Tzschichholz [Mon, 26 Feb 2018 17:53:08 +0000 (18:53 +0100)] 
libgnome-menu-3.0: Add deps file

7 years agogitignore: ignore macOS metadata files
Dr. Michael Lauer [Mon, 26 Feb 2018 15:48:31 +0000 (16:48 +0100)] 
gitignore: ignore macOS metadata files

7 years agocodegen: Add source_reference to some store_local/_field() calls
Rico Tzschichholz [Tue, 20 Feb 2018 11:56:53 +0000 (12:56 +0100)] 
codegen: Add source_reference to some store_local/_field() calls

7 years agovala: The rank of an array-initializer should match the target's rank
Rico Tzschichholz [Sat, 17 Feb 2018 19:56:30 +0000 (20:56 +0100)] 
vala: The rank of an array-initializer should match the target's rank

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

7 years agoFix recursive declaration in generic base type
Simon Werbeck [Sun, 31 Mar 2013 23:16:21 +0000 (01:16 +0200)] 
Fix recursive declaration in generic base type

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

7 years agovala: Properly handle array-initializers inside struct-initializers
Rico Tzschichholz [Thu, 15 Feb 2018 14:22:35 +0000 (15:22 +0100)] 
vala: Properly handle array-initializers inside struct-initializers

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

7 years agocodegen: Don't append fixed-length of array fields in initializers
Rico Tzschichholz [Thu, 15 Feb 2018 17:07:36 +0000 (18:07 +0100)] 
codegen: Don't append fixed-length of array fields in initializers

7 years agovalac: Always use the given "pkg-config" and respect PKG_CONFIG envar
Rico Tzschichholz [Wed, 7 Feb 2018 21:25:09 +0000 (22:25 +0100)] 
valac: Always use the given "pkg-config" and respect PKG_CONFIG envar

7 years agoRelease 0.38.8 0.38.8
Rico Tzschichholz [Thu, 15 Feb 2018 08:57:52 +0000 (09:57 +0100)] 
Release 0.38.8

7 years agolibvaladoc: Prevent WITH_CGRAPH conditional having an impact on generated sources
Rico Tzschichholz [Sun, 10 Dec 2017 08:35:24 +0000 (09:35 +0100)] 
libvaladoc: Prevent WITH_CGRAPH conditional having an impact on generated sources

7 years agomanual: Update from wiki.gnome.org
Rico Tzschichholz [Thu, 15 Feb 2018 08:30:10 +0000 (09:30 +0100)] 
manual: Update from wiki.gnome.org

7 years agoDon't warn about unused internal methods which are meant to be visible on DBus
Rico Tzschichholz [Tue, 13 Feb 2018 09:37:03 +0000 (10:37 +0100)] 
Don't warn about unused internal methods which are meant to be visible on DBus

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

7 years agogio-2.0: Cherry-pick some DBusProxy fixes from 0.40
Rico Tzschichholz [Wed, 14 Feb 2018 10:26:35 +0000 (11:26 +0100)] 
gio-2.0: Cherry-pick some DBusProxy fixes from 0.40

7 years agogdk-3.0,gtk+-3.0: Update to 3.22.27
Rico Tzschichholz [Wed, 14 Feb 2018 10:24:37 +0000 (11:24 +0100)] 
gdk-3.0,gtk+-3.0: Update to 3.22.27

7 years agogstreamer-1.0: Update from 1.13+ git master
Rico Tzschichholz [Wed, 7 Feb 2018 16:42:53 +0000 (17:42 +0100)] 
gstreamer-1.0: Update from 1.13+ git master

7 years agocompiler: Prefix headers for set_cheader_override() if includedir is given
Rico Tzschichholz [Thu, 8 Feb 2018 15:14:42 +0000 (16:14 +0100)] 
compiler: Prefix headers for set_cheader_override() if includedir is given

We need to account for changes done by SourceFile.get_cinclude_filename()

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

7 years agocodegen: Avoid critical when connecting dynamic signals
Rico Tzschichholz [Thu, 8 Feb 2018 11:08:42 +0000 (12:08 +0100)] 
codegen: Avoid critical when connecting dynamic signals

7 years agocodegen: Fix GDestroyNotify of delegate parameters in delegate declaration
Rico Tzschichholz [Tue, 6 Feb 2018 16:52:55 +0000 (17:52 +0100)] 
codegen: Fix GDestroyNotify of delegate parameters in delegate declaration

delegate void Func (owned Func func);

incompatible pointer type: expected ‘void (**)(void *)’ but argument is
of type ‘GDestroyNotify {aka void (*)(void *)}’

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

7 years agotests: Add various regression "codegen" tests to increase coverage
Rico Tzschichholz [Tue, 6 Feb 2018 08:01:12 +0000 (09:01 +0100)] 
tests: Add various regression "codegen" tests to increase coverage

7 years agotests: Add "destructors" test to increase coverage
Rico Tzschichholz [Mon, 5 Feb 2018 17:14:21 +0000 (18:14 +0100)] 
tests: Add "destructors" test to increase coverage

7 years agotests: Additionally add $topbuilddir to PKG_CONFIG_PATH for libvala-*.pc
Rico Tzschichholz [Wed, 31 Jan 2018 12:15:16 +0000 (13:15 +0100)] 
tests: Additionally add $topbuilddir to PKG_CONFIG_PATH for libvala-*.pc

7 years agoRelease 0.38.7 0.38.7
Rico Tzschichholz [Sun, 4 Feb 2018 10:27:48 +0000 (11:27 +0100)] 
Release 0.38.7

7 years agocodegen: Don't try to infer error argument on async begin methods
Rico Tzschichholz [Sun, 4 Feb 2018 09:28:59 +0000 (10:28 +0100)] 
codegen: Don't try to infer error argument on async begin methods

Only the async finish method might have an error parameter.

Regression of 527dac8050fe90d7a28619383f11e968ab5c9a77

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

7 years agoRelease 0.38.6 0.38.6
Rico Tzschichholz [Tue, 30 Jan 2018 15:50:18 +0000 (16:50 +0100)] 
Release 0.38.6

7 years agogstreamer-1.0: Update from 1.13+ git master
Rico Tzschichholz [Mon, 29 Jan 2018 22:06:59 +0000 (23:06 +0100)] 
gstreamer-1.0: Update from 1.13+ git master

7 years agoRegenerate GIR-based bindings
Rico Tzschichholz [Mon, 29 Jan 2018 21:07:53 +0000 (22:07 +0100)] 
Regenerate GIR-based bindings

7 years agogirparser: Don't accept methods as property-accessor which throw errors
Rico Tzschichholz [Mon, 29 Jan 2018 16:38:19 +0000 (17:38 +0100)] 
girparser: Don't accept methods as property-accessor which throw errors

This should be considered a temporary fix.

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

7 years agogirparser: Ignore conflicting closure/destroy indexes
Rico Tzschichholz [Sun, 28 Jan 2018 22:00:03 +0000 (23:00 +0100)] 
girparser: Ignore conflicting closure/destroy indexes

Reverse references from closure/destroy parameters back to the callback
break our later logic, so skip this additional information.

7 years agocodegen: Fix return-type for cancelled async creation methods of classes
Ernestas Kulik [Sat, 27 Jan 2018 13:42:56 +0000 (15:42 +0200)] 
codegen: Fix return-type for cancelled async creation methods of classes

While gcc just puts out a warning clang actually fails due to
-Werror=return-type.

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

7 years agotests: Add missing PrintfFormat attribute
Rico Tzschichholz [Sat, 27 Jan 2018 18:30:49 +0000 (19:30 +0100)] 
tests: Add missing PrintfFormat attribute

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

7 years agocodegen: Infer error parameter from abstract/virtual method implementations
Rico Tzschichholz [Sat, 27 Jan 2018 12:23:53 +0000 (13:23 +0100)] 
codegen: Infer error parameter from abstract/virtual method implementations

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

7 years agotests: Add test for invalid variadic function
Rico Tzschichholz [Wed, 24 Jan 2018 15:12:47 +0000 (16:12 +0100)] 
tests: Add test for invalid variadic function

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

7 years agovala: Variadic constructors without a real first parameter are not allowed
Rico Tzschichholz [Wed, 24 Jan 2018 13:40:34 +0000 (14:40 +0100)] 
vala: Variadic constructors without a real first parameter are not allowed

7 years agogtk+-4.0: Only override type of "event" parameters
Rico Tzschichholz [Tue, 23 Jan 2018 09:29:29 +0000 (10:29 +0100)] 
gtk+-4.0: Only override type of "event" parameters

7 years agolibvaladoc: Keep bootstrap-support with valac >= 0.16.1
Rico Tzschichholz [Sun, 21 Jan 2018 19:14:11 +0000 (20:14 +0100)] 
libvaladoc: Keep bootstrap-support with valac >= 0.16.1

7 years agoRegenerate GIR-based bindings
Rico Tzschichholz [Sat, 20 Jan 2018 09:49:29 +0000 (10:49 +0100)] 
Regenerate GIR-based bindings

7 years agogirparser: Set NoAccessorMethod for non-readable and construct-only properties
Rico Tzschichholz [Sat, 20 Jan 2018 09:41:43 +0000 (10:41 +0100)] 
girparser: Set NoAccessorMethod for non-readable and construct-only properties

7 years agoRelease 0.38.5 0.38.5
Rico Tzschichholz [Sun, 21 Jan 2018 16:27:58 +0000 (17:27 +0100)] 
Release 0.38.5

7 years agoposix: add ctime(3)
Dr. Michael Lauer [Tue, 16 Jan 2018 16:06:31 +0000 (17:06 +0100)] 
posix: add ctime(3)

7 years agoposix: fix binding of struct hostent. Make clear that gethostbyname(3) can return...
Dr. Michael Lauer [Tue, 16 Jan 2018 15:50:26 +0000 (16:50 +0100)] 
posix: fix binding of struct hostent. Make clear that gethostbyname(3) can return NULL.

7 years agocodewriter: Don't use string.replace() to apply header_to_override
Rico Tzschichholz [Thu, 18 Jan 2018 22:08:30 +0000 (23:08 +0100)] 
codewriter: Don't use string.replace() to apply header_to_override

The underlying regex causes faulty replacements.

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

7 years agotests: Add test for parameter type checking of async methods
Rico Tzschichholz [Thu, 18 Jan 2018 20:00:29 +0000 (21:00 +0100)] 
tests: Add test for parameter type checking of async methods

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

7 years agovala: Skip default-value positioning check for parameters of coroutines
Rico Tzschichholz [Thu, 18 Jan 2018 19:41:08 +0000 (20:41 +0100)] 
vala: Skip default-value positioning check for parameters of coroutines

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

7 years agoRevert "Do not warn about non-default parameters for coroutines."
Rico Tzschichholz [Thu, 18 Jan 2018 19:38:47 +0000 (20:38 +0100)] 
Revert "Do not warn about non-default parameters for coroutines."

Breaks parameter inference for async method overrides.

This reverts commit dd24a1bfe1a78bf1a37d35f5d8dd6480fd4a8941.

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

7 years agovala: Add pkgdatadir and pkglibdir to pkg-config file
Rico Tzschichholz [Mon, 8 Jan 2018 15:51:44 +0000 (16:51 +0100)] 
vala: Add pkgdatadir and pkglibdir to pkg-config file

7 years agocodegen: Factor out static getters for ccode-attributes
Rico Tzschichholz [Fri, 13 Oct 2017 20:29:58 +0000 (22:29 +0200)] 
codegen: Factor out static getters for ccode-attributes

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

7 years agocodegen: Install as private library for sharing between internal components
Rico Tzschichholz [Fri, 13 Oct 2017 14:04:44 +0000 (16:04 +0200)] 
codegen: Install as private library for sharing between internal components

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

7 years agotest: Drop workaround for fixed bug with compact classes
Rico Tzschichholz [Mon, 15 Jan 2018 13:54:27 +0000 (14:54 +0100)] 
test: Drop workaround for fixed bug with compact classes

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

7 years agowebkit2gtk-web-extension-4.0: Fix DOM.EventTarget interface
Rico Tzschichholz [Fri, 12 Jan 2018 16:47:36 +0000 (17:47 +0100)] 
webkit2gtk-web-extension-4.0: Fix DOM.EventTarget interface

7 years agogtk+-4.0: Update to 3.93.0
Rico Tzschichholz [Thu, 11 Jan 2018 09:47:51 +0000 (10:47 +0100)] 
gtk+-4.0: Update to 3.93.0

7 years agogtk+-4.0: Split Gsk.RenderNode into several classes
Rico Tzschichholz [Sat, 21 Oct 2017 17:10:30 +0000 (19:10 +0200)] 
gtk+-4.0: Split Gsk.RenderNode into several classes

7 years agogtk+-3.0: Update to 3.22.26+6f26d0dc
Rico Tzschichholz [Thu, 11 Jan 2018 08:38:33 +0000 (09:38 +0100)] 
gtk+-3.0: Update to 3.22.26+6f26d0dc

7 years agolibwnck-3.0: Update to 3.24.1
Rico Tzschichholz [Wed, 10 Jan 2018 15:23:45 +0000 (16:23 +0100)] 
libwnck-3.0: Update to 3.24.1

7 years agowebkit2gtk-4.0: Update to 2.19.5
Rico Tzschichholz [Wed, 10 Jan 2018 15:23:19 +0000 (16:23 +0100)] 
webkit2gtk-4.0: Update to 2.19.5

7 years agolibvaladoc: Add support for single line documentation comments
Michael James Gratton [Tue, 9 Jan 2018 01:30:50 +0000 (12:30 +1100)] 
libvaladoc: Add support for single line documentation comments

This is useful for example in annotating properties:

   /** Returns the current state of the frobnocator. */
   public State frob { get; set; };

* libvaladoc/documentation/documentationparser.vala
  (DocumentationParser.init_valadoc_rules): Split Comment rule up into
  single and multi-line versions. Duplication Paragraph creation and
  cleanup for single-line comments.

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

7 years agolibvaladoc: Allow @link tags to be split over multiple lines
Michael James Gratton [Tue, 9 Jan 2018 01:36:43 +0000 (12:36 +1100)] 
libvaladoc: Allow @link tags to be split over multiple lines

* libvaladoc/documentation/documentationparser.vala
  (DocumentationParser.init_valadoc_rules): Allow both SP and NL in
  general tag rule to separate tag name and body.

* libvaladoc/taglets/tagletlink.vala (Link): Allow multiple further SP
  and NL chars before the link.

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

7 years agotests: Add invalid "base" tests to increase coverage
Rico Tzschichholz [Sun, 7 Jan 2018 18:00:12 +0000 (19:00 +0100)] 
tests: Add invalid "base" tests to increase coverage

7 years agotests: Add "while (false)" test to increase coverage
Rico Tzschichholz [Sun, 7 Jan 2018 17:59:11 +0000 (18:59 +0100)] 
tests: Add "while (false)" test to increase coverage

7 years agotests: Add "continue" parser test to increase coverage
Rico Tzschichholz [Sun, 7 Jan 2018 15:07:22 +0000 (16:07 +0100)] 
tests: Add "continue" parser test to increase coverage

7 years agotests: Add "preprocessor" parser test to increase coverage
Rico Tzschichholz [Sun, 7 Jan 2018 14:39:44 +0000 (15:39 +0100)] 
tests: Add "preprocessor" parser test to increase coverage

7 years agotests: Add "assignment" operator parser tests to increase coverage
Rico Tzschichholz [Sun, 7 Jan 2018 14:27:57 +0000 (15:27 +0100)] 
tests: Add "assignment" operator parser tests to increase coverage

7 years agotests: Add "do-while" parser tests to increase coverage
Rico Tzschichholz [Sun, 7 Jan 2018 13:22:20 +0000 (14:22 +0100)] 
tests: Add "do-while" parser tests to increase coverage

7 years agotests: Add "iterator" methods tests to increase coverage
Rico Tzschichholz [Sun, 7 Jan 2018 13:09:38 +0000 (14:09 +0100)] 
tests: Add "iterator" methods tests to increase coverage

7 years agotests: Add "contains" method test to increase coverage
Rico Tzschichholz [Sun, 7 Jan 2018 12:13:54 +0000 (13:13 +0100)] 
tests: Add "contains" method test to increase coverage

7 years agotests: Add "dynamic" signal and property tests to increase coverage
Rico Tzschichholz [Sun, 7 Jan 2018 09:44:18 +0000 (10:44 +0100)] 
tests: Add "dynamic" signal and property tests to increase coverage

7 years agotests: Add explicit "move" and "resize" array tests to increase coverage
Rico Tzschichholz [Sun, 7 Jan 2018 08:45:04 +0000 (09:45 +0100)] 
tests: Add explicit "move" and "resize" array tests to increase coverage

7 years agotests: Add "initially-unowned" test to increase coverage
Rico Tzschichholz [Sun, 7 Jan 2018 08:20:43 +0000 (09:20 +0100)] 
tests: Add "initially-unowned" test to increase coverage

7 years agotests: Add "tuple" parser test to increase coverage
Rico Tzschichholz [Sat, 6 Jan 2018 22:52:37 +0000 (23:52 +0100)] 
tests: Add "tuple" parser test to increase coverage

7 years agotests: Add "template" parser test to increase coverage
Rico Tzschichholz [Sat, 6 Jan 2018 22:17:36 +0000 (23:17 +0100)] 
tests: Add "template" parser test to increase coverage

7 years agovapigen: Add coverage build-flags
Rico Tzschichholz [Mon, 8 Jan 2018 09:03:10 +0000 (10:03 +0100)] 
vapigen: Add coverage build-flags

7 years agovaladoc: Add coverage build-flags
Rico Tzschichholz [Sun, 7 Jan 2018 19:04:07 +0000 (20:04 +0100)] 
valadoc: Add coverage build-flags

7 years agovaladoc/tests: split VALAFLAGS over multiple lines in testrunner.sh
Rico Tzschichholz [Sun, 7 Jan 2018 18:59:47 +0000 (19:59 +0100)] 
valadoc/tests: split VALAFLAGS over multiple lines in testrunner.sh

7 years agovala: Replace if-else-tree with switch
Rico Tzschichholz [Sun, 7 Jan 2018 10:25:03 +0000 (11:25 +0100)] 
vala: Replace if-else-tree with switch

7 years agogstreamer-1.0: Update from 1.13+ git master
Rico Tzschichholz [Tue, 2 Jan 2018 12:07:42 +0000 (13:07 +0100)] 
gstreamer-1.0: Update from 1.13+ git master

7 years agowebkit2gtk-4.0: Update to 2.19.3
Rico Tzschichholz [Tue, 2 Jan 2018 12:07:04 +0000 (13:07 +0100)] 
webkit2gtk-4.0: Update to 2.19.3

7 years agog-i: Update type qualifiers
Rico Tzschichholz [Sun, 3 Sep 2017 09:27:21 +0000 (11:27 +0200)] 
g-i: Update type qualifiers

7 years agocodegen: Add destroy out-param when invoking delegate returned by delegate
Rico Tzschichholz [Sat, 6 Jan 2018 08:53:48 +0000 (09:53 +0100)] 
codegen: Add destroy out-param when invoking delegate returned by delegate

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

7 years agocodegen: Only add property-enum and GParamSpec-array for GObject classes
Rico Tzschichholz [Wed, 3 Jan 2018 19:57:13 +0000 (20:57 +0100)] 
codegen: Only add property-enum and GParamSpec-array for GObject classes

7 years agocodegen: Avoid silent casts if not needed
Rico Tzschichholz [Thu, 14 Dec 2017 16:17:13 +0000 (17:17 +0100)] 
codegen: Avoid silent casts if not needed