summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* webkit2gtk-4.0: Update to 2.40.0Rico Tzschichholz2023-04-016-43/+162
* vala: Improve initialization of namespace fields with compound literalRico Tzschichholz2023-03-277-6/+188
* Sync NEWS from 0.56Rico Tzschichholz2023-03-251-0/+22
* codegen: Minor refactoring of TypeRegisterFunction and its subclassesRico Tzschichholz2023-03-216-66/+41
* codegen: Use G_TYPE_FLAG_NONE when targetting glib >= 2.74Rico Tzschichholz2023-03-213-1/+8
* tests: Extend "struct-typed properties" tests to increase coverageRico Tzschichholz2023-03-215-12/+946
* tests: Add "signal with struct parameter" test to increase coverageRico Tzschichholz2023-03-213-0/+451
* vala: Owned property accessors are not allowed for non-null simple typesRico Tzschichholz2023-03-214-15/+19
* gtk+-3.0: Fix ToolPalette.icon_size get-accessor typeRico Tzschichholz2023-03-212-2/+2
* vala: Allow assignment of namespace fields with inline allocated arraysRico Tzschichholz2023-03-205-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-197-5/+245
* codegen: Add declaration for register call of dynamic DBus interfacesRico Tzschichholz2023-03-181-10/+20
* sdl2: Improve Keyboard.get_state() and drop custom implementationRico Tzschichholz2023-03-181-10/+1
* tests: Drop superfluous GLIB_2_56 preprocessingRico Tzschichholz2023-03-181-3/+0
* gtk4: Add sealed to all the final typesCorentin Noël2023-03-162-50/+102
* codegen: Use g_object_class_override_property to implement generic interface ...Rico Tzschichholz2023-03-134-3/+565
* codegen: Add cast to accessor calls for generic property implementationsRico Tzschichholz2023-03-134-6/+210
* codegen: Consistently handle GLib.Error as boxed typeRico Tzschichholz2023-03-098-39/+841
* vala: Correctly handle pre/post-increment expression as index of element accessRico Tzschichholz2023-03-085-10/+66
* gtk4: Update to 4.10.1~40b154bfRico Tzschichholz2023-03-081-19/+81
* Require and target GLib >= 2.56Rico Tzschichholz2023-02-2813-271/+306
* webkitgtk-6.0: Update to 2.39.90Rico Tzschichholz2023-02-273-49/+50
* vala: Replace '.' with ':' in SourceReference.to_string()Lorenz Wildberg2023-02-261-1/+1
* tests: Prepend PKG_CONFIG_PATH to include possible existing valueLorenz Wildberg2023-02-211-1/+1
* gtk4: Follow upstream change of CssProvider.load_from_data() to match gtk+-3.0Rico Tzschichholz2023-02-212-3/+3
* gtkmodule: Improve error messagesNiels De Graef2023-02-201-2/+2
* webkitgtk-6.0: Update to 2.39.7Rico Tzschichholz2023-02-124-4312/+163
* Sync NEWS from 0.56Rico Tzschichholz2023-02-111-0/+34
* vapi: Update GIR-based bindingsRico Tzschichholz2023-02-1111-49/+441
* gstreamer: Update from 1.23.0+ git mainRico Tzschichholz2023-02-1119-332/+420
* gtk4: Update to 4.9.4~9991d683Rico Tzschichholz2023-02-104-28/+132
* libgvc: Fix `cheader_filename` of the `Gvc` namespaceOle André Vadla Ravnås2023-02-101-3/+3
* vapi: Update gnome-desktop-3.0 and gnome-desktop-4Fina Wilke2023-02-102-0/+4
* vala: Better handling of [NoReturn] call inside finally clauseRico Tzschichholz2023-02-064-1/+77
* codegen: Cast vfunc of property accessors by using cast_method_pointer()Rico Tzschichholz2023-02-0513-89/+79
* codegen: Cast return value of generic type accessor functionsRico Tzschichholz2023-02-053-7/+7
* codegen: Perform required cast while assigning and passing function pointersRico Tzschichholz2023-02-054-12/+18
* tests: Add more Werror=... flags for clangRico Tzschichholz2023-02-051-0/+2
* vala: Allow more general usage of PropertyAccessor.get_method()Rico Tzschichholz2023-02-052-4/+4
* vala: Inherit more important attributes for PropertyAccessor methodRico Tzschichholz2023-02-051-0/+7
* codegen: Perform required casts for generic types of return-values and in/out...Rico Tzschichholz2023-01-319-0/+492
* vala: Add support for Hexadecimal floating point literalswszqkzqk2023-01-309-5/+172
* 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
* glib-2.0: Improve string.replace()wszqkzqk2023-01-302-70/+46
* tests: Extend string.replace() test to increase coverageRico Tzschichholz2023-01-182-0/+20
* codegen: Add foreach support for stringsFrederik Zipp2023-01-114-0/+80
* tests: Update c-expectedwszqkzqk2023-01-11623-623/+623
* codegen: Improve handling of 'extern' on Win32 and Cygwinwszqkzqk2023-01-111-1/+1