]> git.ipfire.org Git - thirdparty/vala.git/shortlog
thirdparty/vala.git
2023-04-19  Rico Tzschichholzvaladoc/tests: Add girwriter test
2023-04-19  Rico Tzschichholzvaladoc: Backing method of lambda-expression isn't...
2023-04-19  Rico Tzschichholzbuild: valadoc requires valac 0.18.1
2023-04-19  Rico Tzschichholzbuild: Improve usage of AC_PATH_PROG() for valacs
2023-04-18  Rico TzschichholzRelease 0.56.7 0.56.7
2023-04-17  Florian Weimerglib-2.0: g_chdir is declared in <glib/gstdio.h>
2023-04-17  Rico Tzschichholzgee: Fix type-arguments in cast
2023-04-17  Rico Tzschichholzgee: Fix reversed type-arguments
2023-04-17  Rico Tzschichholzvala: Allow inheritance from sealed class in bindings
2023-04-17  Rico Tzschichholztests: Add missing instance fields to GIR test files
2023-04-13  Rico Tzschichholzcodegen: Fix usage of lambda-expression from delegate...
2023-04-13  Rico Tzschichholzcodegen: Return CCodeInvalidExpression instead of null
2023-04-13  Lorenz Wildbergvala: Improve check of type_referene in ObjectCreationE...
2023-04-13  Rico Tzschichholzvala: Don't report consequential error when base_method...
2023-04-13  Rico Tzschichholzvaladoc: Add missing generic type arguments
2023-04-13  Rico Tzschichholzgee: Add more missing generic type arguments
2023-04-13  Rico Tzschichholzgee: Fix return-type of HashMap.MapIterator.get_key...
2023-04-13  Rico Tzschichholzvala: Improve error message for wrong number of type...
2023-04-13  Rico Tzschichholzvala: Improve Symbol.to_string() to include TypeParameters
2023-04-13  Rico TzschichholzUse already available glib_ns instead of root_symbol...
2023-04-13  Rico Tzschichholzvala: Check type-argument count of interface prerequisites
2023-04-13  Rico Tzschichholzgio-2.0: Add missing type-argument in ListStore.find_wi...
2023-04-13  Rico Tzschichholzgirparser: Apply "instance_idx" metadata for delegates
2023-04-13  Rico Tzschichholzglib-2.0: Fix a few binding errors
2023-04-13  Rico Tzschichholzgtk+-3.0: Fix a few binding issues
2023-04-13  Rico Tzschichholzgtk4: Fix a few binding errors
2023-04-13  Rico Tzschichholzlibvaladoc: Make better use of properties
2023-04-13  Rico Tzschichholzvaladoc: Check correct value for null when looking...
2023-04-13  Biswapriyo... g-i: Fix compiling with mingw clang
2023-04-04  Rico TzschichholzRelease 0.56.6 0.56.6
2023-04-01  Rico Tzschichholzwebkit2gtk-6.0: Update to 2.40.0
2023-04-01  Rico Tzschichholzwebkit2gtk-4.1: Update to 2.40.0
2023-04-01  Rico Tzschichholzwebkit2gtk-4.0: Update to 2.40.0
2023-03-28  Rico Tzschichholzglib-2.0,gio-2.0,gobject-2.0: Update 2.74 symbols
2023-03-27  Rico Tzschichholzvala: Improve initialization of namespace fields with...
2023-03-25  Rico TzschichholzRelease 0.56.5 0.56.5
2023-03-22  Rico Tzschichholztests: Extend "struct-typed properties" tests to increa...
2023-03-22  Rico Tzschichholztests: Add "signal with struct parameter" test to incre...
2023-03-22  Rico Tzschichholzgtk+-3.0: Fix ToolPalette.icon_size get-accessor type
2023-03-22  Rico Tzschichholzvala: Allow assignment of namespace fields with inline...
2023-03-20  Rico Tzschichholztests: Fix -Werror=array-bounds failure
2023-03-20  Rico Tzschichholzvala: Set proper value-type of unary ref/out expression...
2023-03-20  Rico Tzschichholzcodegen: Add declaration for register call of dynamic...
2023-03-20  Rico Tzschichholzcodegen: Use g_object_class_override_property to implem...
2023-03-20  Rico Tzschichholzcodegen: Add cast to accessor calls for generic propert...
2023-03-20  Rico Tzschichholzcodegen: Consistently handle GLib.Error as boxed type
2023-03-20  Rico Tzschichholzvala: Correctly handle pre/post-increment expression...
2023-03-20  Corentin Noëlgtk4: Add sealed to all the final types
2023-03-11  Rico Tzschichholzgtk4: Update to 4.10.1~40b154bf from 0.58
2023-03-02  Niels De Graefgtkmodule: Improve error messages
2023-03-02  Rico Tzschichholzwebkitgtk-6.0: Update to 2.39.90
2023-03-02  Rico Tzschichholzwebkitgtk-6.0: Update to 2.39.7
2023-02-11  Rico TzschichholzRelease 0.56.4 0.56.4
2023-02-11  Rico Tzschichholzpango: Fix a few binding errors
2023-02-11  Ole André Vadla... libgvc: Fix `cheader_filename` of the `Gvc` namespace
2023-02-11  Fina Wilkevapi: Update gnome-desktop-3.0 and gnome-desktop-4
2023-02-09  Rico Tzschichholzvala: Better handling of [NoReturn] call inside finally...
2023-02-09  Rico Tzschichholzcodegen: Cast vfunc of property accessors by using...
2023-02-09  Rico Tzschichholzcodegen: Cast return value of generic type accessor...
2023-02-09  Rico Tzschichholzcodegen: Perform required cast while assigning and...
2023-02-09  Rico Tzschichholzvala: Allow more general usage of PropertyAccessor...
2023-02-09  Rico Tzschichholzvala: Inherit more important attributes for PropertyAcc...
2023-02-02  Rico Tzschichholzcodegen: Correctly handle fixed-length array initializa...
2023-02-02  Rico Tzschichholzvala: Allow to use store_field() for initializations
2023-02-02  Rico Tzschichholztests: Split up gir parser tests into dedicated files
2023-02-01  Rico Tzschichholzcodegen: Perform required casts for generic types of...
2023-01-30  Rico Tzschichholzvala: Improve missing exponent check for real literals
2023-01-30  Rico Tzschichholzvala: Improve compatibility type checks of array elemen...
2023-01-30  Rico Tzschichholztests: Extend string.replace() test to increase coverage
2023-01-30  Rico Tzschichholztests: Add "one-line declaration of local variables...
2023-01-30  wszqkzqkvala,libvaladoc: Properly check for colored terminal...
2023-01-30  wszqkzqkparser: Properly handle chained equality expressions
2023-01-30  Rico Tzschichholzcodegen: Use a special CCodeBinaryExpression for string...
2023-01-30  Rico Tzschichholzparser: Move parsing of IS and AS type checks to dedica...
2023-01-30  Rico Tzschichholztests: Add "string relation" tests to increase coverage
2023-01-30  Rico Tzschichholztests: Add "type check comparison" test to increase...
2023-01-30  Rico Tzschichholzgtk4: Update workaround for DropTarget.drop() signal...
2023-01-30  星外之神gitignore: Add built files on Windows
2023-01-30  Rico Tzschichholzwebkit2gtk-*.*: Update to 2.37.91
2022-12-06  Rico Tzschichholzcairo: Drop broken PsSurface.get_levels() which is...
2022-12-06  Rico Tzschichholzcairo: Add missing Cairo.Pattern.get_rgba()
2022-12-06  Rico Tzschichholzvapi: Add webkitgtk-6.0 bindings
2022-12-06  Rico Tzschichholzgtk4: Require pangocairo which is a dependency of Gdk-4.0
2022-11-27  wszqkzqkFix output decoding error of non-ASCII character on...
2022-11-20  Rico TzschichholzActually use printf-like way of Report.*()
2022-10-27  星外之神vala: Report error in real literal if exponent has...
2022-10-27  Alberts Muktupāvelscodegen: Append VALA_EXTERN also when using fast-vapi
2022-10-27  David Hewittpixman-1: Fix instance position of region copy methods
2022-10-27  Rico Tzschichholzcodegen: Add glib.h include for TRUE/FALSE literal
2022-10-27  Rico Tzschichholztests: Add "entry point exists" test to increase coverage
2022-10-27  Rico Tzschichholzgtk4: Make Gtk.show_uri_full() an instance method of...
2022-10-27  wszqkzqkglib-2.0: Add `double_hash` and `double_equal`
2022-10-27  Rico Tzschichholzmanual: Update from wiki.gnome.org
2022-09-03  Rico TzschichholzRelease 0.56.3 0.56.3
2022-09-03  星外之神vala: Avoid problems with '\' in #line directives on...
2022-09-03  Rico Tzschichholzglib-2.0: Use g_abort for GLib.Process.abort() beginnin...
2022-08-15  Rico Tzschichholzvala: Make try-statement parsing more resilient
2022-08-10  Rico Tzschichholzatspi-2: Fix a few binding errors
2022-08-01  Rico Tzschichholzgidlparser: Set source reference of parameters
2022-07-30  Rico Tzschichholzvala: Don't unconditionally expect ObjectType of Class
next