summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* linux: Add connector bindingswip/tintou/linux-connectorCorentin Noël2020-12-231-0/+124
* gtk4: Don't rename binding for gtk_css_provider_load_from_dataRico Tzschichholz2020-12-222-4/+1
* vala: SliceExpression need to return heap-allocated or unowned referencesUlrich Küttler2020-12-223-0/+83
* vala: value_type of PointerIndirection expressions must not be ownedRico Tzschichholz2020-12-213-0/+18
* codewriter: Wrap AddressofExpression and PointerIndirection in parensRico Tzschichholz2020-12-212-3/+5
* vala: Add missing TraverseVisitor.visit_addressof_expression()Rico Tzschichholz2020-12-211-0/+6
* vala: Use common visitor schema for PointerIndirection expressionsRico Tzschichholz2020-12-212-2/+11
* SDL2_ttf: Add some missing methods for the Font classMario Daniel Ruiz Saavedra2020-12-171-29/+97
* gtk4: Update to 4.0Rico Tzschichholz2020-12-161-13/+7
* webkit2gtk-4.0: Update to 2.30.3Rico Tzschichholz2020-12-112-25/+127
* gstreamer: Update from 1.19.0+ git masterRico Tzschichholz2020-12-117-19/+84
* gtk4: Update to 3.99.5.1+2d3a3986Rico Tzschichholz2020-12-112-78/+65
* gstreamer-1.0: Fix direction of GLib.Value typed parametersChris White2020-12-104-35/+77
* vapi: Add enchant-2 bindings for Enchant 2.xReuben Thomas2020-12-092-0/+54
* vala: Report an error if gio-2.0 is missing for DBus supportRico Tzschichholz2020-12-033-0/+21
* glib-2.0: Bind assert_cmp* functionsChristopher White2020-12-023-0/+143
* vapi: Add gnu.vapi with binding for getopt_long() and some other GNU APIswip/gnuReuben Thomas2020-12-023-0/+64
* gtk4: Use correct cheader_include for wayland/x11 gdk backendRico Tzschichholz2020-11-283-30/+30
* glib-2.0: Add GLib.[S]List.is_empty() convenience methods for non-nullRico Tzschichholz2020-11-252-0/+16
* Sync NEWS from 0.50Rico Tzschichholz2020-11-191-0/+38
* manual: Update from wiki.gnome.orgRico Tzschichholz2020-11-191-44/+44
* gio-2.0: Update to 2.67.0+6e9ed964Rico Tzschichholz2020-11-191-79/+98
* gstreamer: Update from 1.19.0+ git masterRico Tzschichholz2020-11-191-1/+1
* gtk4: Update to 3.99.4+7551f85dRico Tzschichholz2020-11-193-76/+60
* codegen: Apply CCodeModifiers.PRINTF to "string_printf" (POSIX)Rico Tzschichholz2020-11-151-1/+1
* ccode: Use __attribute__ replacements of G_GNUC_* for posix profileRico Tzschichholz2020-11-1510-18/+80
* tests: Add "translated string constant" test to increase coverageRico Tzschichholz2020-11-142-0/+6
* tests: Add "constructor with inner error" test to increase coverageRico Tzschichholz2020-11-142-0/+25
* tests: Add string.printf() test to increase coverageRico Tzschichholz2020-11-143-0/+11
* tests: Add more "delegate" tests to increase coverageRico Tzschichholz2020-11-143-0/+53
* codegen: Drop obsolete dedicated handling of property value-parameterRico Tzschichholz2020-11-141-12/+1
* Revert errornous git pushRico Tzschichholz2020-11-1417-65/+37
* DEBUGRico Tzschichholz2020-11-143-0/+26
* vala: More copying of dedicated data-type instances for code-nodesRico Tzschichholz2020-11-1411-20/+20
* vala: Require a valid DataType instance for every TargetValueRico Tzschichholz2020-11-142-3/+3
* codegen: Use Expression.target_type/value_type in visit_cast_expression()Rico Tzschichholz2020-11-143-14/+16
* codegen: Improve GValueModule.visit_cast_expression()Rico Tzschichholz2020-11-141-7/+19
* vala: Properly restore SemanticAnalyzer.current_symbol to its original valueRico Tzschichholz2020-11-143-3/+6
* vala: Make sure parent_symbol for special async parameters is availableRico Tzschichholz2020-11-141-0/+2
* vala: Cache async parameter lists of coroutine methodsRico Tzschichholz2020-11-141-12/+22
* linux: Add missing struct in cname for Spi.IocTransferArne Hoch2020-11-141-1/+1
* vapigen: Avoid superfluous castRico Tzschichholz2020-11-111-1/+1
* vala: Add support for type narrowingRico Tzschichholz2020-11-117-3/+168
* posix: Add POSIX, GNU and BSD Regex APIsReuben Thomas2020-11-101-0/+222
* posix: Add freopen binding, as FILE.reopen()Reuben Thomas2020-11-101-0/+3
* glib-2.0: Improve GenericArray.length propertyRico Tzschichholz2020-11-101-1/+3
* codegen: Report internal error for unsupported collection type in foreachCorentin Noël2020-11-101-0/+4
* vala: Accept "unowned var" as type for foreach variable declarationRico Tzschichholz2020-11-104-8/+40
* vala: Avoid taking extra reference of foreach collection for index iterationRico Tzschichholz2020-11-101-1/+5
* gstreamer: Update from 1.19.0+ git masterRico Tzschichholz2020-11-073-26/+55