summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 0.48.80.48.8Rico Tzschichholz2020-07-295-8/+53
* webkit2gtk-4.0: Update to 2.29.4Rico Tzschichholz2020-07-291-0/+28
* gtk4,gtk4-unix-print: Update to 3.98.5+23dcf36eRico Tzschichholz2020-07-298-468/+379
* girwriter: Use appropriate get_ccode_* functionsRico Tzschichholz2020-07-292-37/+20
* girwriter: Don't include symbols outside of a namespaceRico Tzschichholz2020-07-293-0/+99
* codegen: Properly destroy elements of an inline struct arrayRico Tzschichholz2020-07-274-9/+62
* gtk+-3.0: Update to 3.24.21+ffe2df7bRico Tzschichholz2020-07-261-0/+16
* gtk4: Update to 3.98.5+f2bdb1fbRico Tzschichholz2020-07-261-7/+25
* gstreamer: Update from 1.17.2+ git masterRico Tzschichholz2020-07-262-3/+4
* girparser: Skip 'docsection' elements in <namespace>Rico Tzschichholz2020-07-231-0/+2
* vala: Check error-type accessibility of creation methods and delegatesRico Tzschichholz2020-07-225-0/+39
* codegen: Check param for null before using itRico Tzschichholz2020-07-223-1/+16
* vala: Allow prototype access to signal with emitterRico Tzschichholz2020-07-226-2/+104
* tests: Add "access vfunc pointer" test to increase coverageRico Tzschichholz2020-07-212-0/+31
* girwriter: Write c:symbol-prefix on supported elementsJean Pierre Dudey2020-07-212-23/+30
* girwriter: Write c:type="void" when name="none"Jean Pierre Dudey2020-07-212-97/+97
* girwriter: Add c:identifier-prefixes to <namespace>Jean Pierre Dudey2020-07-212-1/+2
* vala: Improve check of expression passed to yieldRico Tzschichholz2020-07-213-11/+24
* gstreamer: Update from 1.17.2+ git masterRico Tzschichholz2020-07-181-2/+5
* gtk4: Update to 3.98.5+4da3edd4Rico Tzschichholz2020-07-181-18/+22
* tests: Fix "methods/extern" test with -Werror=address and gcc 5.4.0Rico Tzschichholz2020-07-181-3/+3
* gtk+-3.0: Resolve conflicts of signals with propertiesRico Tzschichholz2020-07-182-1/+21
* gtk4: Resolve conflict of DropTarget.drop signal with propertyRico Tzschichholz2020-07-182-0/+4
* girparser: Warn about conflicting signals and propertiesRico Tzschichholz2020-07-181-0/+1
* vala: Fix code indentationRico Tzschichholz2020-07-181-2/+2
* libvaladoc: Support exporting the `class` modifier on fieldsRico Tzschichholz2020-07-181-0/+11
* libvaladoc: Support exporting the `class` modifier on methodsCorentin Noël2020-07-181-0/+11
* vala: Tranform instance member-access to a static one if possibleRico Tzschichholz2020-07-173-0/+23
* vala: Fully qualify member-access when using-directive was used to resolveRico Tzschichholz2020-07-174-0/+25
* tests: Add "pre/post-increment" tests to increase coverageRico Tzschichholz2020-07-152-0/+22
* codegen: Inline allocated and constant arrays are never NULLRico Tzschichholz2020-07-152-2/+8
* vapi: Disable deprecation warnings when checking bindingsRico Tzschichholz2020-07-151-1/+1
* gtk4: Update to 3.98.5+191e0e8dRico Tzschichholz2020-07-152-66/+54
* gstreamer: Update from 1.17.2+ git masterRico Tzschichholz2020-07-155-5/+26
* webkit2gtk-4.0: Update to 2.29.3Rico Tzschichholz2020-07-151-0/+2
* vala: Handle parameter initializer without value-typeRico Tzschichholz2020-07-153-0/+12
* codegen: Properly compare string if binary-expression contains string-literalRico Tzschichholz2020-07-153-4/+16
* tests: Add "unique namespace" testRico Tzschichholz2020-07-152-0/+17
* tests: Extend "default gtype" tests to increase coverageRico Tzschichholz2020-07-151-0/+34
* vala: Return copy of constant type in get_value_type_for_symbol()Rico Tzschichholz2020-07-151-1/+1
* vala: Recursive check of assignment target to recognize constantsRico Tzschichholz2020-07-154-5/+42
* vala: Property must be writable when invoking ReturnsModifiedPointer methodRico Tzschichholz2020-07-153-1/+18
* vala: Don't allow "resize" invocation on variable with unowned array typeRico Tzschichholz2020-07-156-3/+66
* gtk4: Fix binding of CClosureExpression ctorRico Tzschichholz2020-07-152-1/+4
* glib-2.0: Add AtomicUint, an alternation of AtomicInt for uintRico Tzschichholz2020-07-151-0/+20
* gtk4: Improve Gtk.ParamSpecExpression bindingRico Tzschichholz2020-07-152-7/+10
* codegen: Handle "gtk_param_spec_expression" in get_param_spec()Rico Tzschichholz2020-07-151-0/+2
* codegen: Cache type_symbol in get_param_spec()Rico Tzschichholz2020-07-151-10/+10
* vala: Improve error handling of nested initializer listsRico Tzschichholz2020-07-151-2/+7
* tests: Don't use invalid syntax to declare local variable with array typeRico Tzschichholz2020-07-132-3/+3