summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 0.50.10.50.1Rico Tzschichholz2020-09-285-4/+28
* libvaladoc: Fix a couple of C compiler warningsRico Tzschichholz2020-09-281-1/+10
* g-i: Fix a couple of C compiler warningsRico Tzschichholz2020-09-284-17/+24
* vapi: Update GIR-based bindingsRico Tzschichholz2020-09-284-13/+30
* gstreamer: Update from 1.19.0+ git masterRico Tzschichholz2020-09-282-3/+59
* gtk4: Update to 3.99.1+15b635d7Rico Tzschichholz2020-09-282-16/+22
* testrunner: Filter external -0X flags to preserve current default -O0Rico Tzschichholz2020-09-282-2/+6
* build: Stop passing obsolete --use-headerRico Tzschichholz2020-09-275-5/+0
* testrunner: Pass --enable-checking to increase coverageRico Tzschichholz2020-09-271-0/+1
* codegen: Don't pass CCodeFunctionCall to NULL-aware free macroRico Tzschichholz2020-09-271-0/+2
* codegen: Don't falsly use g_return_val_if_fail() for async creation methodRico Tzschichholz2020-09-273-1/+15
* vala: Recognize previously inserted implicit access to with-variablewip/issue/1043Nick Schrader2020-09-275-9/+79
* vala: Prioritize the usage of an existing with-variable instanceNick Schrader2020-09-271-3/+3
* webkit2gtk-4.0: Update to 2.30.1Rico Tzschichholz2020-09-222-127/+25
* gtk4: Update to 3.99.1+ee75bae8Rico Tzschichholz2020-09-223-4/+31
* parser: Allow to begin expression with statement keywordwip/issue/1073Rico Tzschichholz2020-09-183-47/+179
* vala: Improve parsing of with-statement and allow it as embedded statementRico Tzschichholz2020-09-172-2/+8
* gtk4: Update to 3.99.1+35c3a60cRico Tzschichholz2020-09-172-7/+9
* gtk4: Update to 3.99.1+9afdb41bRico Tzschichholz2020-09-122-7/+5
* gtk4: Don't skip LayoutManager.create_layout_child()Rico Tzschichholz2020-09-122-0/+4
* Release 0.50.00.50.0Rico Tzschichholz2020-09-105-4/+14
* vapi: Update GIR-based bindingsRico Tzschichholz2020-09-104-48/+27
* gstreamer: Update from 1.18.0+ git masterRico Tzschichholz2020-09-103-9/+17
* poppler-glib: Update to 20.09.0Rico Tzschichholz2020-09-102-2/+51
* codegen: The actual struct size is required for calloc (POSIX)Rico Tzschichholz2020-09-072-1/+13
* Release 0.49.920.49.92Rico Tzschichholz2020-09-045-4/+22
* gtk4: Update to 3.99.0+6c9fe63aRico Tzschichholz2020-09-022-49/+34
* Don't use locale dependent string functions on syntax stringsRico Tzschichholz2020-09-0218-89/+89
* vapi: Update GIR-based bindingsRico Tzschichholz2020-08-291-1/+5
* gtk4: Update to 3.99.0+02d57f1fRico Tzschichholz2020-08-291-5/+5
* libvaladoc/gtkdoc-importer: Don't let parse_block_taglet() return nullRico Tzschichholz2020-08-271-6/+7
* libvaladoc/gtkdoc-importer: Correctly retrieve "url" from "ulink" elementsRico Tzschichholz2020-08-271-1/+6
* libvaladoc/girimporter: Fallback to "name" for callbackRico Tzschichholz2020-08-271-0/+3
* girparser: Additionally fallback to "glib:type-name" to retrieve the cnameRico Tzschichholz2020-08-241-0/+3
* libvaladoc/girimporter: Fallback to "glib:type-name" for class, interface and...Rico Tzschichholz2020-08-241-0/+9
* libvaladoc/girimporter: Improve parse_symbol_doc() and don't use parse_doc()Rico Tzschichholz2020-08-241-43/+25
* libvaladoc/girimporter: Skip "attribute" elementsRico Tzschichholz2020-08-231-0/+2
* Release 0.49.910.49.91Rico Tzschichholz2020-08-235-6/+19
* gio-2.0: Socket.receive*.buffer parameters are not "out"Rico Tzschichholz2020-08-231-0/+3
* glib-2.0: Update GLib.Uri API (since 2.66)Rico Tzschichholz2020-08-231-6/+10
* glib-2.0: Add GLib.UriParamsIter bindings (since 2.66)Rico Tzschichholz2020-08-231-0/+16
* gio-unix-2.0: Add g_unix_mount_copy and g_unix_mount_point_copyRico Tzschichholz2020-08-232-0/+8
* gio-unix-2.0: Add g_unix_mount_point_at and g_unix_mount_points_getRico Tzschichholz2020-08-234-1/+25
* gtk4: Resolve a few conflicts of methods with virtual-methodswip/gtk4Rico Tzschichholz2020-08-222-3/+11
* vala: Add ObjectCreationExpression.to_string()Rico Tzschichholz2020-08-202-2/+27
* vala: Additionally break on ObjectCreationExpression in "tainted" checkRico Tzschichholz2020-08-191-1/+1
* Fix various typos in comments and stringsRico Tzschichholz2020-08-1925-28/+28
* manual: Update from wiki.gnome.orgRico Tzschichholz2020-08-191-22/+22
* codegen: Always include base_struct declaration if availableAlistair Thomas2020-08-181-16/+19
* codegen: Don't append unreachable clean-up section of BlockRico Tzschichholz2020-08-171-32/+38