summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "codegen: Don't append unreachable clean-up section of Block"Rico Tzschichholz2020-08-171-9/+3
* doc: Update AUTHORS in manpagesRico Tzschichholz2020-08-152-2/+2
* Release 0.49.900.49.90Rico Tzschichholz2020-08-155-4/+20
* gtk4: Update to 3.99.0+e6e2d6b4Rico Tzschichholz2020-08-151-168/+6
* pango: Update from 1.46.0Rico Tzschichholz2020-08-151-2/+2
* gstreamer: Update from 1.17.2+ git masterRico Tzschichholz2020-08-151-1/+1
* webkit2gtk-4.0: Update to 2.29.91Rico Tzschichholz2020-08-151-4/+4
* vala: Set parent_node for child nodes of lambda-expressionwip/issue/1062Rico Tzschichholz2020-08-141-2/+21
* tests: Add "pre-post-increment with side effect" tests to increase coveragewip/issue/1061Rico Tzschichholz2020-08-135-0/+381
* Force usage of temporary variables for "tainted" member accessesRico Tzschichholz2020-08-134-14/+61
* vala: Move transformation of unary increment/decrement to codegenRico Tzschichholz2020-08-132-9/+24