summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* vapi: Add gsk-3.0wip/gskRico Tzschichholz2016-04-283-0/+170
|
* gtk+-3.0: Update to 3.21.1+Rico Tzschichholz2016-04-282-5/+42
|
* vapi: Add graphene-1.0Rico Tzschichholz2016-04-284-0/+617
|
* vapi: Update GIR-based bindingsRico Tzschichholz2016-04-282-4/+136
|
* Regenerate GIR-based bindingsRico Tzschichholz2016-04-285-7/+7
|
* girparser: Respect "transfer container" and support (unowned type)[] arraysRico Tzschichholz2016-04-241-2/+3
|
* gstreamer: Update to 1.8.1Rico Tzschichholz2016-04-231-0/+6
|
* glib-2.0: Add abs() to float and doubleSteven Oliver2016-04-141-0/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=764663
* atk: Update from girRico Tzschichholz2016-04-111-11/+11
|
* gtk+-2.0: Mark arguments as 'out' for Entry.get_text_area_size()Rico Tzschichholz2016-04-112-1/+2
|
* gtk+-3.0: Mark arguments as 'out' for Entry.get_frame_size()Rico Tzschichholz2016-04-112-1/+2
|
* libnl-3.0.vapi: extend VAPIMaciej Borzecki2016-04-071-0/+39
| | | | | | | | | | | | | The patch extends VAPI of libnl-3.0 with cache manager (nl_cache_mngr_*), additional methods of LinkCache and a helper CachedLink type. The CachedLink type is a wrapper for the Link object, however since the object is obtained from cache, rtnl_link_put() must be used a free function. Signed-off-by: Maciej Borzecki <maciek.borzecki@gmail.com> Signed-off-by: Maciej Borzecki <maciej.borzecki@open-rnd.pl> Fixes bug 763303
* gtk+-2.0, gtk+-3.0: Make CellEditable.start_editing event parameter nullableLuca Bruno2016-04-074-2/+4
| | | | Fixes bug 764489
* vapi: Update GIR-based bindingsRico Tzschichholz2016-03-212-2/+3
|
* Release 0.32.00.32.0Jürg Billeter2016-03-211-0/+5
|
* vapi: Update GIR-based bindingsRico Tzschichholz2016-03-181-0/+9
|
* gtk+-3.0: Update to 3.19.12Rico Tzschichholz2016-03-182-3/+5
|
* json-glib-1.0: Keep compatibility with 1.0.x and lowerRico Tzschichholz2016-03-122-5/+4
|
* linux: add dependency on <sys/socket.h> to <linux/if.h> in Linux.NetworkAlistair Thomas2016-03-081-5/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=763227
* gtk+-3.0: Update to 3.19.11+Rico Tzschichholz2016-03-082-2/+13
|
* json-glib-1.0: Update to 1.1.2Rico Tzschichholz2016-03-082-1/+55
|
* gstreamer: Update to 1.7.90Rico Tzschichholz2016-03-081-1/+2
|
* vapi: Update GIR-based bindingsRico Tzschichholz2016-03-014-0/+14
|
* gstreamer: Update to 1.7.2+Rico Tzschichholz2016-02-252-12/+16
|
* gstreamer: Update to 1.7.2Rico Tzschichholz2016-02-2112-13/+297
|
* vapi: Update GIR-based bindingsRico Tzschichholz2016-02-203-5/+8
|
* gtk+-3.0: Further syncing from g-i-generated bindingRico Tzschichholz2016-02-193-24/+92
|
* gdk-3.0, gtk+-3.0: Update to 3.19.9Rico Tzschichholz2016-02-173-3/+26
|
* vapi: Update GIR-based bindingsRico Tzschichholz2016-02-143-9/+4
|
* gtk+-3.0: Update to 3.19.8+3f4f914fRico Tzschichholz2016-02-142-4/+7
|
* Revert "codegen: Create only one vala-array helper function per array-type"Jürg Billeter2016-02-091-3/+6
| | | | | | This reverts commit fba08583d940af80a0d6b7045294de00c568d6a4. https://bugzilla.gnome.org/show_bug.cgi?id=761736
* vala: Fix critical warning with dynamic propertiesJürg Billeter2016-02-091-0/+2
|
* gio-2.0: "inbuf" argument of Converter.convert() is not nullableRico Tzschichholz2016-02-082-1/+3
|
* glib-2.0: Fix wrong Version annotation and really add binding for g_closeRico Tzschichholz2016-02-071-1/+4
|
* Release 0.31.10.31.1Jürg Billeter2016-02-071-0/+7
|
* vapi: Regenerate all bindings due Cond/Mutex changeswip/glib-2.32Rico Tzschichholz2016-02-078-23/+23
|
* glib-2.0: Add Version annotations and more new symbolsRico Tzschichholz2016-02-071-1/+87
|
* Require and target GLib >= 2.32Rico Tzschichholz2016-02-076-85/+12
| | | | | The next stable release of vala will happen four years after the release of GLib 2.32.0.
* gtk+-3.0: Update and further syncing with introspection annotationsRico Tzschichholz2016-02-064-193/+315
|
* glib-2.0: Fix DuplicateFuncRico Tzschichholz2016-02-061-1/+1
|
* codegen: Properly handle PointerType/VoidType in get_ccode_lower_case_name()Rico Tzschichholz2016-02-052-0/+14
|
* codegen: Properly handle GenericType in get_ccode_lower_case_name()Rico Tzschichholz2016-02-052-0/+50
|
* codegen: Properly handle DelegateType in get_ccode_lower_case_name()Rico Tzschichholz2016-02-052-0/+20
|
* codegen: Create only one vala-array helper function per array-typeRico Tzschichholz2016-02-041-6/+3
|
* gobject-2.0: Add some fixes and information from introspection datawip/gobjectgirRico Tzschichholz2016-02-042-5/+73
|
* gobject-2.0: Pass through vapigen to sort and fully qualify symbolsRico Tzschichholz2016-02-031-571/+502
|
* glib-2.0: StringBuilder.free_to_bytes() consumes the given instanceRico Tzschichholz2016-02-031-1/+1
|
* gdk-3.0, gtk+-3.0: Update to 3.19.8+feabf353Rico Tzschichholz2016-02-035-10/+5
|
* gtk+-3.0: Further syncing with introspection annotationsRico Tzschichholz2016-02-013-23/+37
|
* vapi: Update GIR-based bindingsRico Tzschichholz2016-01-319-22/+22
|