summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix type checking when using generics in combination with subtypingwip/bug615830Matthias Berndt2016-09-216-17/+48
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=615830
* glib-2.0: Update Unicode symbolsRico Tzschichholz2016-09-211-2/+13
|
* webkit2gtk: URI*.get_http_headers returns unowned Soup.MessageHeadersRico Tzschichholz2016-09-202-3/+5
| | | | | | Those are actually annotated "transfer none" in the webkit's source. https://bugzilla.gnome.org/show_bug.cgi?id=741175
* Add support for the \v escape charactorRico Tzschichholz2016-09-202-0/+13
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=664689
* glib-2.0: Allow null as argmument for string.escape()Rico Tzschichholz2016-09-201-1/+1
|
* Release 0.34.00.34.0Jürg Billeter2016-09-191-0/+5
|
* vapi: Update GIR-based bindingsRico Tzschichholz2016-09-191-1/+1
|
* vapi: Add PolicyKit bindings, polkit-agent-1 and polkit-gobject-1Rico Tzschichholz2016-09-197-0/+282
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=605465
* Check for assignment to constantSimon Werbeck2016-09-183-0/+14
| | | | | | | This simply checks if the left-hand side is a constant and if so raises an error. Fixes bug 771626
* gio-2.0: Force finish_vfunc_name of Volume.mount() to "mount_finish"Rico Tzschichholz2016-09-182-1/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=677769
* codegen: Add support for finish_vfunc_name in CCodeRico Tzschichholz2016-09-183-2/+14
|
* glib-2.0: Update Unicode symbolsRico Tzschichholz2016-09-171-1/+39
|
* Revert "valainterface: Don't allow 'type' properties"Rico Tzschichholz2016-09-171-5/+0
| | | | | | Breaks build of udisks2.vapi This reverts commit 8e4cdfd6488c467a3028831e8d6183286c4f399d.
* valainterface: Don't allow 'type' propertiesTimm Bäder2016-09-171-0/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=723258
* tests: Add test for nested conditional expressionJürg Billeter2016-09-172-0/+9
|
* vapi: Update gobject-introspection-1.0 and libsoup-2.4Rico Tzschichholz2016-09-172-2/+26
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=760491 https://bugzilla.gnome.org/show_bug.cgi?id=732070
* D-Bus: Support DBus.timeout attribute for client methodsMichele Dionisio2016-09-173-8/+17
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=737913
* codegen: Distinguish between Enum and Flags for their to_string()Rico Tzschichholz2016-09-163-2/+18
| | | | | | | | | This fixes a GLib-critical while using g_enum_get_value() on a GFlagsClass. Therefore use g_flags_get_first_value() if needed. Patch by therebedragons111 https://bugzilla.gnome.org/show_bug.cgi?id=763831
* vala: Don't force array-elements to be owned, unowned ones are supportedRico Tzschichholz2016-09-163-2/+13
| | | | | | | | | | Passing an (unowned string) array literal to a function causes the array elements to be freed afterwards, even though they should not be. This causes the array elements to be double freed. While assigning the literal to an intermediate variable and passing that to the function masks this error of the ArrayCreationExpression. https://bugzilla.gnome.org/show_bug.cgi?id=761307
* build: Some minor modernizationsRico Tzschichholz2016-09-152-3/+8
|
* vapigen: Install vapigen*.pc in multiarch compatible locationAndreas Henriksson2016-09-151-1/+1
| | | | | This makes the pkgconfigdir path consistent to what is already used in (toplevel) Makefile.am.
* codegen: Add C11 keywordsSteven Oliver2016-09-151-0/+9
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=724967
* gobject-2.0: Make FlagsClass.values weakRico Tzschichholz2016-09-151-1/+1
| | | | In addition to 950f081bae86a98a7918b5fc4a9c3acd15681c8e
* gtk+-2.0/3.0: Make event nullable for CellRenderer.start_editing()Rico Tzschichholz2016-09-144-2/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=764493
* clutter-gst-2.0/3.0: Fix init_with_args() bindingRico Tzschichholz2016-09-144-4/+10
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=764259
* gstreamer-base-1.0: Fix PushSrc.create/alloc() bindingRico Tzschichholz2016-09-142-2/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=762499
* gdk-3.0: Window.create_similar_image_surface() returns Cairo.ImageSurfaceRico Tzschichholz2016-09-142-1/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=768759
* gstreamer-player-1.0: Add metadataRico Tzschichholz2016-09-141-0/+6
|
* gstreamer-player-1.0: Some binding fixesRico Tzschichholz2016-09-141-6/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=759865
* glib-2.0: Fix SearchFunc argument order for {List,SList,Queue}.search()Ben2016-09-141-3/+3
| | | | | | | The function takes two gconstpointer arguments, the List element's data as the first argument and the given user data. https://bugzilla.gnome.org/show_bug.cgi?id=754137
* vapi: Update GIR-based bindingsRico Tzschichholz2016-09-132-1/+5
|
* glib-2.0: Update to 2.49.7Rico Tzschichholz2016-09-131-0/+4
|
* Release 0.33.10.33.1Jürg Billeter2016-09-121-0/+5
|
* sqlite3: Allow some values to be nullableErnestas Kulik2016-09-121-5/+5
| | | | | | | | This fixes Database.get_table() as it throws an error when compiling in strict non-null mode and also features tweaks in Database.{_,}exec and Statement.column_text signatures to accomodate potential null returns. https://bugzilla.gnome.org/show_bug.cgi?id=754238
* glib-2.0: Fix wrong return type of OptionContext.get_description()Jee-Yong Um2016-09-121-1/+1
| | | | | | | OptionContext.get_description() should return 'unowned string', but it does not return any value currently. (void) https://bugzilla.gnome.org/show_bug.cgi?id=771123
* gtk+-3.0: Update to 3.21.5+4cd8e6c5Rico Tzschichholz2016-09-092-0/+34
|
* vapi: Update GIR-based bindingsRico Tzschichholz2016-09-094-21/+61
|
* gstreamer-0.10: mark as deprecatedEvan Nemerson2016-09-0138-21/+40
| | | | | | | Apparently the GStreamer people consider 0.10 deprecated, not just in a lower-activity maintenance mode. Fixes bug 719597.
* gstreamer-1.0: remove experimental tagEvan Nemerson2016-09-012-3/+0
|
* Mark the icon property of GtkModelButton as nullable.Arnaud Bonatti2016-09-012-1/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=770180
* gobject-2.0: Fix and make FlagsValue a structRico Tzschichholz2016-08-301-6/+6
| | | | | | Based on patch by therebedragons111 https://bugzilla.gnome.org/show_bug.cgi?id=769903
* gtk+-3.0: Update to 3.21.5Rico Tzschichholz2016-08-303-2/+74
|
* vapi: Update GIR-based bindingsRico Tzschichholz2016-08-306-3/+110
|
* gtk+-3.0: Update to 3.21.4+edce8f4dRico Tzschichholz2016-08-192-0/+14
|
* vapi: Update GIR-based bindingsRico Tzschichholz2016-08-191-1/+2
|
* gtk+-3.0: Update to 3.21.4+64c15545Rico Tzschichholz2016-08-112-2/+2
|
* vapi: Update GIR-based bindingsRico Tzschichholz2016-08-112-0/+71
|
* gtk+-3.0: Update to 3.21.4+e4c072fcRico Tzschichholz2016-08-013-0/+55
|
* vapi: Update GIR-based bindingsRico Tzschichholz2016-08-011-0/+2
|
* glib-2.0: Add new symbols for 2.50Rico Tzschichholz2016-07-271-0/+43
|