summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 0.36.200.36.200.36Rico Tzschichholz2019-08-144-6/+41
* x11: Fix return type of XInternAtoms and XGetAtomNames bindingsDavid Hewitt2019-08-061-2/+2
* posix: Fix return-value of mknod() and c-include for tcgetsid()Rico Tzschichholz2019-08-061-2/+2
* webkit2gtk-4.0: Fix WebContext.initialize_notification_permissions()Rico Tzschichholz2019-08-062-1/+5
* glib-2.0: add MappedFile.from_fd constructorChristian Kellner2019-08-061-0/+2
* xtst: Fix signature of XTest.fake_relative_motion_event()Gran PC2019-08-061-1/+1
* glib-2.0: Bind strcmp0 as GLib.CompareFunc<string?>Rico Tzschichholz2019-08-061-1/+1
* clutter-1.0: Bind Margin, PaintVolume, Point, Rect and Size as structRico Tzschichholz2019-08-063-134/+130
* cogl-1.0: Fix out-params in Cogl.get_modelview_matrix/projection_matrix/bitmasksRico Tzschichholz2019-08-062-3/+7
* codegen: Include required type-definition when casting from generic pointerRico Tzschichholz2019-08-061-0/+1
* codegen: Use G_TYPE_CHECK_INSTANCE_CAST for comparisons with interfacesRico Tzschichholz2019-08-063-13/+67
* codegen: Real structs are allowed by simple generics and passed as referenceRico Tzschichholz2019-08-064-0/+61
* codegen: Assign GValue result of function calls to temp-var on copy_valueRico Tzschichholz2019-08-063-1/+22
* codegen: Use array_length of collection variable instead of expressionRico Tzschichholz2019-08-061-2/+2
* codegen: When freeing local variables don't stop at "switch" on "continue"Rico Tzschichholz2019-08-066-10/+40
* codegen: Always use G_TYPE_CHECK_INSTANCE_TYPE for external symbolsRico Tzschichholz2019-08-062-8/+26
* codegen: Make sure to call a corresponding pop_function()Rico Tzschichholz2019-08-061-0/+2
* codegen: Make sure to call a corresponding pop_line()Rico Tzschichholz2019-08-061-0/+1
* codegen: Make sure to call a corresponding pop_context()Rico Tzschichholz2019-08-061-0/+1
* compiler: Add OptionFlags.NO_ARG to deprecated "--thread" optionRico Tzschichholz2019-08-061-1/+1
* tests: Add GMutex and GRecMutex test to increase coverageRico Tzschichholz2019-08-062-0/+16
* tests: Null-terminate arrays for compatibility test of uint8 and ucharRico Tzschichholz2019-08-061-4/+4
* tests: Check uchar[] and uint8[] compatibilityRico Tzschichholz2019-08-062-0/+51
* tests: Properties with NoAccessorMethod return heap-allocated structsRico Tzschichholz2019-08-061-1/+1
* girparser: Handle "function-macro" by skipping themRico Tzschichholz2019-08-061-0/+14
* girparser: Skip 'attribute' elementsRico Tzschichholz2019-08-061-0/+4
* girparser: Add support for string "ctype" metadataRico Tzschichholz2019-08-061-2/+7
* girwriter: Write implicit fields for arrays and delegatesRico Tzschichholz2019-08-061-0/+44
* girwriter: Write implicit parameters and properties for genericsRico Tzschichholz2019-08-061-6/+62
* girwriter: Only replace existing GIR files if they changedRico Tzschichholz2019-08-061-1/+34
* girwriter: Populate gir_namespace/version attributes of external namespacesRico Tzschichholz2019-08-061-0/+25
* girwriter: Don't write c:include tags for symbols from external packagesRico Tzschichholz2019-08-061-0/+3
* girwriter: Properly write attributes for non-GObject classesRico Tzschichholz2019-08-061-4/+36
* girwriter: Don't write "property" attribute for non-gobject propertiesRico Tzschichholz2019-08-061-21/+23
* girwriter: Properly resolve GLib.TypeInterface instead of hardcoding itRico Tzschichholz2019-08-061-1/+3
* girwriter: Mention that this file is generated and not meant to be modifiedRico Tzschichholz2019-08-062-0/+6
* tests: More "unassigned variable" tests to increase coverageRico Tzschichholz2019-08-063-0/+18
* tests: Extend "foreach" tests to increase coverageRico Tzschichholz2019-08-061-0/+31
* tests: Extend "assigned local variable" control flow testsRico Tzschichholz2019-08-061-0/+20
* tests: Extend "assigned local variable" control flow testsRico Tzschichholz2019-08-061-0/+22
* parser: Set correct end source-reference of Block for embedded statementRico Tzschichholz2019-08-061-0/+1
* parser: Improve source-reference of declaration block for ForStatementRico Tzschichholz2019-08-061-1/+3
* parser: Improve source-location for local Constant declarationsRico Tzschichholz2019-08-061-3/+11
* parser: Don't include trailing semi-colon to ExpressionStatementRico Tzschichholz2019-08-061-1/+2
* parser: Improve source-location for LocalVariable/DeclarationStatementRico Tzschichholz2019-08-061-4/+12
* parser: Set correct end source-location for BlockRico Tzschichholz2019-08-061-1/+1
* Release 0.36.190.36.19Rico Tzschichholz2019-04-154-6/+27
* codegen: Always assign original variable when consuming instance to destroyRico Tzschichholz2019-04-103-10/+95
* vala: Use global CodeContext to retrieve root_symbolLuca Bruno2019-04-101-2/+1
* pango: Fix StringBuilder parameter of scan_word()Rico Tzschichholz2019-04-102-4/+1