summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gtk+-4.0: Update to 3.93.0+fcc8d778wip/gtkRico Tzschichholz2018-01-024-314/+120
* codegen: Fix chain-up regression with real non-null struct parametersRico Tzschichholz2017-12-203-2/+32
* semanticanalyzer: Transform replaced_nodes field into methodRico Tzschichholz2017-12-155-5/+11
* vala: Move next_lambda_id into LambdaExpressionRico Tzschichholz2017-12-152-11/+3
* vala: Replace more public fieldsRico Tzschichholz2017-12-152-6/+7
* vala: Add dedicated BinaryExpression.chained() constructorRico Tzschichholz2017-12-143-13/+22
* vala: Add dedicated CastExpression.silent() constructorRico Tzschichholz2017-12-143-10/+19
* codegen: Avoid silent casts if not neededRico Tzschichholz2017-12-142-3/+3
* semanticanalyzer: Directly access local datatypes in check_print_format()Rico Tzschichholz2017-12-141-12/+12
* codegen: Don't hold reference of CodeContext in TypeRegisterFunctionRico Tzschichholz2017-12-147-29/+23
* Release taken references to CodeContext after using itRico Tzschichholz2017-12-148-3/+19
* vala: Use CodeContext.root instead of SemanticAnalyzer.root_symbolRico Tzschichholz2017-12-144-6/+6
* girwriter: Use local reference to current CodeContextRico Tzschichholz2017-12-141-2/+2
* parser: Accept comma-separated list in case-statements of switchsJukka-Pekka Iivonen2017-12-133-0/+18
* gtk+-2.0: Mark MessageDialog constructor parameter, message_format, as nullableAlistair Thomas2017-12-132-1/+2
* vapi: Remove librsvg-2.0 bindingAlistair Thomas2017-12-135-210/+0
* vapi: Remove libgdata bindingsAlistair Thomas2017-12-134-3428/+0
* vapi: Remove gtksourceview-3.0 bindingsAlistair Thomas2017-12-134-1210/+0
* vapi: Remove libgnome-keyring bindingAlistair Thomas2017-12-137-1584/+0
* vapi: Remove gedit 3 bindingAlistair Thomas2017-12-134-501/+0
* Make use of GLib.OPTION_REMAINING instead of ""Rico Tzschichholz2017-12-134-4/+4
* glib-2.0: Add GLib.OPTION_REMAINING and GLib.OptionFlags.NONERico Tzschichholz2017-12-131-0/+4
* Release 0.39.20.39.2Rico Tzschichholz2017-12-115-4/+28
* Regenerate GIR-based bindingsRico Tzschichholz2017-12-113-9/+9
* girparser: Don't mark simple-type out-parameters with '?' as nullableRico Tzschichholz2017-12-111-0/+18
* gtk+-4.0: Update to 3.93.0+6af4947eRico Tzschichholz2017-12-101-1/+6
* gtk+-3.0: Fix lost GLib.InitiallyUnowned inheritance of Gtk.WidgetRico Tzschichholz2017-12-102-2/+2
* gtk+-3.0: Drop obsolete GIDL sourcesRico Tzschichholz2017-12-108-39575/+0
* gtk+-3.0: Switch to GIRRico Tzschichholz2017-12-104-1168/+5627
* vapi: Update GIR-based bindingsRico Tzschichholz2017-12-092-2/+2
* gstreamer-1.0: Update from 1.13+ git masterRico Tzschichholz2017-12-097-74/+183
* gtk+-4.0: Update to 3.93.0+8233cf36Rico Tzschichholz2017-12-092-208/+159
* gtk+-4.0: Add some fixes from gtk+-3.0Rico Tzschichholz2017-12-092-25/+65
* Regenerate GIR-based bindingsRico Tzschichholz2017-12-094-27/+6
* girparser: Accept setters with boolean return-type as valid property-accessorRico Tzschichholz2017-12-091-7/+10
* girparser: Handle metadata for fields inside a transparent unionRico Tzschichholz2017-12-091-0/+4
* gtk+-3.0: Fix FileChooser.add_choice()Rico Tzschichholz2017-12-092-3/+3
* SemanticAnalyzer.get_data_type_for_symbol() doesn't require a TypeSymbolRico Tzschichholz2017-12-093-5/+5
* Improve error message for missing type-parameter on enclosing typeRico Tzschichholz2017-12-091-1/+24
* SemanticAnalyser.get_actual_type() should never return nullRico Tzschichholz2017-12-091-4/+4
* codegen: Don't create null-safe destroy-wrapper for GenericTypeGeorge Barrett2017-12-073-1/+18
* Move type_parameter property to GenericTypeRico Tzschichholz2017-12-065-31/+36
* vala: Convert last non-type-check-based usages of GenericType instancesRico Tzschichholz2017-12-062-9/+10
* tests: Add further "use of generics in constructor" testRico Tzschichholz2017-12-062-0/+16
* Use type-check to determine a GenericTypeRico Tzschichholz2017-12-067-19/+19
* vala: Don't transform an explicit "null" into a valid format-stringRico Tzschichholz2017-12-064-2/+15
* ccode: Replace if-else-tree with switchRico Tzschichholz2017-12-051-24/+13
* girparser: Allow change of parameter namesRico Tzschichholz2017-12-051-1/+4
* glib-2.0: Fix potential null pointer dereference in string.joinv()Philip Withnall2017-12-051-1/+1
* gobject-2.0: Add missing GType constants for fundamentalsGeorge Barrett2017-11-301-0/+17