summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gobject-introspection-1.0: Prettify and fix the whole thingwip/girparserRico Tzschichholz2017-01-054-222/+245
* Regenerate GIR-based bindingsRico Tzschichholz2017-01-053-5/+4
* girparser: Let alias inherit more information from base_typeRico Tzschichholz2017-01-051-0/+10
* vala: Fix output of syntax errors reportsRico Tzschichholz2017-01-052-52/+54
* girparser: Allow to specify the base_type of an aliasRico Tzschichholz2017-01-041-0/+4
* Regenerate GIR-based bindingsRico Tzschichholz2017-01-042-25/+25
* girparser: Improve function to method conversionRico Tzschichholz2017-01-041-10/+29
* Move writing of G_GNUC_DEPRECATED down to CCodeDeclarator implementationsRico Tzschichholz2017-01-045-4/+53
* ccodefunction: Only add G_GNUC_DEPRECATED to declarationsRico Tzschichholz2017-01-041-4/+4
* vapi: Add gtk+-unix-print-4.0 bindingswip/gtkunixprintRico Tzschichholz2017-01-0311-0/+800
* vapi: Add gtk+-unix-print-2.0 bindingsRico Tzschichholz2017-01-0311-0/+632
* vapi: Add gtk+-unix-print-3.0 bindingsRico Tzschichholz2017-01-0311-0/+792
* gtk+-4.0: Update to 3.89.2+b993acfeRico Tzschichholz2017-01-023-111/+170
* gtk+-3.0: Update to 3.22.5+a1aee460Rico Tzschichholz2016-12-293-4/+14
* vapi: Update GIR-based bindingsRico Tzschichholz2016-12-293-4/+15
* vapi: Update GIR-based bindingsRico Tzschichholz2016-12-174-21/+28
* codegen: Re-use CCodeIdentifier ("_data_")Rico Tzschichholz2016-12-142-10/+13
* codegen: Compensate for the lack of g_task_get_completed on glib < 2.44Carlos Garnacho2016-12-142-3/+32
* Release 0.35.20.35.2Rico Tzschichholz2016-12-141-0/+5
* gtk+-4.0: Make Gsk.Renderer.for_window() a static factory methodRico Tzschichholz2016-12-122-2/+6
* vapi: Update GIR-based bindingsRico Tzschichholz2016-12-114-20/+43
* vala: Check inferred generic-types of MemberAccessRico Tzschichholz2016-12-104-0/+22
* vala: Check generic-types count of DelegateTypeMatthias Berndt2016-12-103-1/+30
* codegen: Reference struct fields with their actual cnameRico Tzschichholz2016-12-086-14/+32
* Improve constructor chain-up checksSimon Werbeck2016-12-071-59/+39
* vapi: Update GIR-based bindingsRico Tzschichholz2016-12-053-5/+4
* girwriter: Add fullname GIR attribute, and set fullname of GObject.TypeYu Feng2016-12-053-1/+11
* codegen: Add function-prototypes for all register-type callsRico Tzschichholz2016-12-012-4/+10
* gtk+-4.0: Update to 3.89.1+e09b78f7Rico Tzschichholz2016-12-012-7/+40
* methodcall: Don't try to remove N_/NC_ while they are properly handled in CRico Tzschichholz2016-11-304-20/+54
* vapi: Update GIR-based bindingsRico Tzschichholz2016-11-293-2/+6
* tests: Add gir-test for fixed-size arraysRico Tzschichholz2016-11-272-0/+69
* vapi: Update GIR-based bindingsRico Tzschichholz2016-11-244-5/+27
* girparser: No support for fixed-size array as return-valueRico Tzschichholz2016-11-241-0/+8
* Release 0.35.10.35.1Rico Tzschichholz2016-11-221-0/+11
* gstreamer-1.0: Make ElementFactory.get_static_pad_templates fully "unowned"Rico Tzschichholz2016-11-212-2/+2
* vapi: Update GIR-based bindingsRico Tzschichholz2016-11-204-14/+39
* codegen: Use GTask instead of GSimpleAsyncResult if 2.36 target is selectedCarlos Garnacho2016-11-193-58/+202
* gtk+-4.0: Update to 3.89.0+48e7f419Rico Tzschichholz2016-11-162-3/+25
* vapi: Update GIR-based bindingsRico Tzschichholz2016-11-136-6/+27
* gtk+-4.0: Update to 3.89.0+2520662dRico Tzschichholz2016-11-131-1/+15
* Fix build with -Werror=redundant-declsRico Tzschichholz2016-11-121-7/+2
* Fix build with -Werror=enum-compareRico Tzschichholz2016-11-121-1/+1
* tests: Enable -Werror=redundant-declsRico Tzschichholz2016-11-111-1/+1
* codegen: Don't write declaration of CreationMethod for compact-classes twiceRico Tzschichholz2016-11-111-1/+1
* ccode: Fix and disable deprecating EnumValueRico Tzschichholz2016-11-112-4/+8
* Move "blurb", "nick" and "notify" into PropertyRico Tzschichholz2016-11-115-25/+63
* Transform CCode*'s "deprecated" into using CCodeNode's "modifiers"Rico Tzschichholz2016-11-118-27/+26
* tests: Add missing main() in bug641418-*.testRico Tzschichholz2016-11-103-0/+9
* codegen: g_free is already NULL-safeRico Tzschichholz2016-11-101-2/+8