summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 0.56.50.56.5Rico Tzschichholz2023-03-255-4/+26
* tests: Extend "struct-typed properties" tests to increase coverageRico Tzschichholz2023-03-225-12/+946
* tests: Add "signal with struct parameter" test to increase coverageRico Tzschichholz2023-03-223-0/+451
* gtk+-3.0: Fix ToolPalette.icon_size get-accessor typeRico Tzschichholz2023-03-222-2/+2
* vala: Allow assignment of namespace fields with inline allocated arraysRico Tzschichholz2023-03-225-1/+66
* tests: Fix -Werror=array-bounds failureRico Tzschichholz2023-03-202-2/+2
* vala: Set proper value-type of unary ref/out expression in initializersRico Tzschichholz2023-03-207-5/+245
* codegen: Add declaration for register call of dynamic DBus interfacesRico Tzschichholz2023-03-201-10/+20
* codegen: Use g_object_class_override_property to implement generic interface ...Rico Tzschichholz2023-03-204-3/+565
* codegen: Add cast to accessor calls for generic property implementationsRico Tzschichholz2023-03-204-6/+210
* codegen: Consistently handle GLib.Error as boxed typeRico Tzschichholz2023-03-208-39/+841
* vala: Correctly handle pre/post-increment expression as index of element accessRico Tzschichholz2023-03-205-10/+66
* gtk4: Add sealed to all the final typesCorentin Noël2023-03-202-50/+102
* gtk4: Update to 4.10.1~40b154bf from 0.58Rico Tzschichholz2023-03-113-16/+659
* gtkmodule: Improve error messagesNiels De Graef2023-03-021-2/+2
* webkitgtk-6.0: Update to 2.39.90Rico Tzschichholz2023-03-023-49/+50
* webkitgtk-6.0: Update to 2.39.7Rico Tzschichholz2023-03-024-4312/+163
* Release 0.56.40.56.4Rico Tzschichholz2023-02-115-8/+42
* pango: Fix a few binding errorsRico Tzschichholz2023-02-111-3/+4
* libgvc: Fix `cheader_filename` of the `Gvc` namespaceOle André Vadla Ravnås2023-02-111-3/+3
* vapi: Update gnome-desktop-3.0 and gnome-desktop-4Fina Wilke2023-02-112-0/+4
* vala: Better handling of [NoReturn] call inside finally clauseRico Tzschichholz2023-02-094-1/+77
* codegen: Cast vfunc of property accessors by using cast_method_pointer()Rico Tzschichholz2023-02-0913-89/+79
* codegen: Cast return value of generic type accessor functionsRico Tzschichholz2023-02-093-7/+7
* codegen: Perform required cast while assigning and passing function pointersRico Tzschichholz2023-02-094-12/+18
* vala: Allow more general usage of PropertyAccessor.get_method()Rico Tzschichholz2023-02-092-4/+4
* vala: Inherit more important attributes for PropertyAccessor methodRico Tzschichholz2023-02-091-0/+7
* codegen: Correctly handle fixed-length array initialization of fields in classesRico Tzschichholz2023-02-029-113/+457
* vala: Allow to use store_field() for initializationsRico Tzschichholz2023-02-022-3/+9
* tests: Split up gir parser tests into dedicated filesRico Tzschichholz2023-02-0282-671/+852
* codegen: Perform required casts for generic types of return-values and in/out...Rico Tzschichholz2023-02-019-0/+492
* vala: Improve missing exponent check for real literalsRico Tzschichholz2023-01-303-1/+11
* vala: Improve compatibility type checks of array elements in assignmentsRico Tzschichholz2023-01-309-0/+1016
* tests: Extend string.replace() test to increase coverageRico Tzschichholz2023-01-302-0/+20
* tests: Add "one-line declaration of local variables" test to increase coverageRico Tzschichholz2023-01-303-0/+33
* vala,libvaladoc: Properly check for colored terminal output on Windowswszqkzqk2023-01-302-4/+10
* parser: Properly handle chained equality expressionswszqkzqk2023-01-307-34/+342
* codegen: Use a special CCodeBinaryExpression for string comparisonsRico Tzschichholz2023-01-303-8/+71
* parser: Move parsing of IS and AS type checks to dedicated functionRico Tzschichholz2023-01-302-36/+34
* tests: Add "string relation" tests to increase coverageRico Tzschichholz2023-01-303-0/+49
* tests: Add "type check comparison" test to increase coverageRico Tzschichholz2023-01-303-0/+317
* gtk4: Update workaround for DropTarget.drop() signal conflictRico Tzschichholz2023-01-303-4/+9
* gitignore: Add built files on Windows星外之神2023-01-301-0/+3
* webkit2gtk-*.*: Update to 2.37.91Rico Tzschichholz2023-01-3012-549/+387
* cairo: Drop broken PsSurface.get_levels() which is bound as PsLevel.get_levels()Rico Tzschichholz2022-12-061-1/+0
* cairo: Add missing Cairo.Pattern.get_rgba()Rico Tzschichholz2022-12-061-0/+1
* vapi: Add webkitgtk-6.0 bindingsRico Tzschichholz2022-12-0611-0/+6746
* gtk4: Require pangocairo which is a dependency of Gdk-4.0Rico Tzschichholz2022-12-061-0/+1
* Fix output decoding error of non-ASCII character on Win32wszqkzqk2022-11-279-42/+42
* Actually use printf-like way of Report.*()Rico Tzschichholz2022-11-203-6/+6