summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libarchive: Bind __LA_MODE_T as FileTypewip/tintou/libarchive-v3Rico Tzschichholz2018-04-151-4/+16
* libarchive: Update to 3.0Corentin Noël2018-04-151-97/+57
* libarchive: Add "has_typedef = false" attributes to delegates as neededRico Tzschichholz2018-04-151-5/+8
* bzlib: Add bzalloc/bzfree fields to StreamJakub Kaszycki2018-04-151-0/+8
* json-glib-1.0: Mark return-type of gvariant_deserialize*() as nullableDavid Hewitt2018-04-152-4/+4
* vala: Treat floating method-return-type as nullable if error may be thrownRico Tzschichholz2018-04-152-0/+5
* codegen: Don't apply ref_sink_function if target_type is floating_referenceRico Tzschichholz2018-04-151-0/+1
* glib-2.0: Mark str parameter of Variant.take_string() as ownedRico Tzschichholz2018-04-151-1/+1
* codegen: Keep arrays alive during async server method callsOle André Vadla Ravnås2018-04-144-16/+160
* codegen: Handle property initializers of non-gobject classesRico Tzschichholz2018-04-143-21/+47
* vala: Support anonymous definitions of delegates in bindingsRico Tzschichholz2018-04-144-1/+15
* gtk+-2.0: Set NoAccessorMethod on Gtk.Radio*.group propertiesRico Tzschichholz2018-04-142-0/+4
* gtk+-*.0: Set NoAccessorMethod on Gtk.Radio*.group propertiesRico Tzschichholz2018-04-144-0/+13
* girparser: Add support for NoAccessorMethod metadataRico Tzschichholz2018-04-141-0/+5
* vapi: Update GIR-based bindingsRico Tzschichholz2018-04-132-8/+9
* gtk+-4.0: Update to 3.93.0+fc6018f1Rico Tzschichholz2018-04-132-10/+3
* gstreamer: Update from 1.15+ git masterRico Tzschichholz2018-04-131-0/+80
* webkit2gtk-4.0: Update to 2.20.1Rico Tzschichholz2018-04-131-1/+1
* glib-2.0: Add DateTime.get_timezone() and TimeZone.get_identifier()Rico Tzschichholz2018-04-131-0/+4
* glib-2.0: Add Intl.get_language_names_with_category()Rico Tzschichholz2018-04-091-0/+3
* vala: Avoid some superfluous reference taking in AttributeRico Tzschichholz2018-04-081-30/+24
* analyzer: Break cyclic references of BasicBlockDavid Hewitt2018-04-072-17/+41
* analyzer: Clean up collections for check_variables() after finishedRico Tzschichholz2018-04-071-0/+5
* gstreamer: Update from 1.15+ git masterRico Tzschichholz2018-04-064-11/+1
* libgsf-1: Update to 1.14.42+Rico Tzschichholz2018-04-062-66/+19
* gtk+-4.0: Update to 3.93.0+ff738269Rico Tzschichholz2018-04-063-21/+68
* vala: Fix return-type of BasicBlock.get_successors()Rico Tzschichholz2018-04-041-1/+1
* codegen: Use get_ccode_param_spec_function()Rico Tzschichholz2018-04-021-6/+2
* codegen: Avoid some superfluous reference taking in CCodeAttributeRico Tzschichholz2018-04-022-60/+58
* codegen: Reuse result of get_type_declaration()Rico Tzschichholz2018-04-021-15/+16
* gtk+-4.0: Update to 3.93.0+f2937f8cRico Tzschichholz2018-04-014-8/+31
* codegen: Apply G_PARAM_EXPLICIT_NOTIFY on properties with "notify = false"Rico Tzschichholz2018-04-013-0/+40
* gtk+-3.0: Fix regression of StatusIcon.position_menu()Rico Tzschichholz2018-03-293-1/+10
* gdbus: Fix missing declaration of _fd_list for async methodsRico Tzschichholz2018-03-283-1/+101
* gtk+-*.0: Hide dedicated constructors of compact classes bound as structsRico Tzschichholz2018-03-274-12/+14
* Drop trailing spaces/tabsRico Tzschichholz2018-03-27196-997/+997
* tests: Add GLib.ParamSpec tests to increase coverageRico Tzschichholz2018-03-272-0/+110
* glib-2.0: Use g_value_*et_schar instead of depecated g_value_*et_charRico Tzschichholz2018-03-271-1/+1
* gobject-2.0: Add ParamSpecGTypeRico Tzschichholz2018-03-271-0/+6
* vapi: Update GIR-based bindingsRico Tzschichholz2018-03-253-4/+4
* webkit2gtk-4.0: Update to 2.20.0Rico Tzschichholz2018-03-252-10/+1
* posix: Include sys/sysmacros.h for major(), minor() and makedev()Rico Tzschichholz2018-03-241-3/+3
* clutter-1.0: Avoid duplications of implemented interfacesRico Tzschichholz2018-03-242-4/+4
* posix: Add to_string to NLItem and add NLTimeDr. Michael Lauer2018-03-241-1/+16
* vapi: Remove twitter-glib-1.0 bindingsRico Tzschichholz2018-03-228-889/+0
* vapi: Remove gdu and gdu-gtk bindingsRico Tzschichholz2018-03-2217-5329/+0
* libgsf-1: Fix metadata warnings and Outfile.new_child*()Rico Tzschichholz2018-03-224-9/+14
* gtk+-*.0: Fix iter parameter of TextView.backward*/forward*/move_visually()Rico Tzschichholz2018-03-226-15/+26
* gtk+-4.0: Update to 3.93.0+b01ee88fRico Tzschichholz2018-03-224-166/+152
* codegen: Stop taking explicit references on 'this' for captured blocksMichal Hruby2018-03-215-27/+105