]> git.ipfire.org Git - thirdparty/vala.git/shortlog
thirdparty/vala.git
2020-12-23  Corentin Noëllinux: Add connector bindings wip/tintou/linux-connector
2020-12-22  Rico Tzschichholzgtk4: Don't rename binding for gtk_css_provider_load_fr...
2020-12-22  Ulrich Küttlervala: SliceExpression need to return heap-allocated...
2020-12-21  Rico Tzschichholzvala: value_type of PointerIndirection expressions...
2020-12-21  Rico Tzschichholzcodewriter: Wrap AddressofExpression and PointerIndirec...
2020-12-21  Rico Tzschichholzvala: Add missing TraverseVisitor.visit_addressof_expre...
2020-12-21  Rico Tzschichholzvala: Use common visitor schema for PointerIndirection...
2020-12-17  Mario Daniel... SDL2_ttf: Add some missing methods for the Font class
2020-12-16  Rico Tzschichholzgtk4: Update to 4.0
2020-12-11  Rico Tzschichholzwebkit2gtk-4.0: Update to 2.30.3
2020-12-11  Rico Tzschichholzgstreamer: Update from 1.19.0+ git master
2020-12-11  Rico Tzschichholzgtk4: Update to 3.99.5.1+2d3a3986
2020-12-10  Chris Whitegstreamer-1.0: Fix direction of GLib.Value typed parameters
2020-12-09  Reuben Thomasvapi: Add enchant-2 bindings for Enchant 2.x
2020-12-03  Rico Tzschichholzvala: Report an error if gio-2.0 is missing for DBus...
2020-12-02  Christopher... glib-2.0: Bind assert_cmp* functions
2020-12-02  Reuben Thomasvapi: Add gnu.vapi with binding for getopt_long() and...
2020-11-28  Rico Tzschichholzgtk4: Use correct cheader_include for wayland/x11 gdk...
2020-11-25  Rico Tzschichholzglib-2.0: Add GLib.[S]List.is_empty() convenience metho...
2020-11-19  Rico TzschichholzSync NEWS from 0.50
2020-11-19  Rico Tzschichholzmanual: Update from wiki.gnome.org
2020-11-19  Rico Tzschichholzgio-2.0: Update to 2.67.0+6e9ed964
2020-11-19  Rico Tzschichholzgstreamer: Update from 1.19.0+ git master
2020-11-19  Rico Tzschichholzgtk4: Update to 3.99.4+7551f85d
2020-11-15  Rico Tzschichholzcodegen: Apply CCodeModifiers.PRINTF to "string_printf...
2020-11-15  Rico Tzschichholzccode: Use __attribute__ replacements of G_GNUC_* for...
2020-11-14  Rico Tzschichholztests: Add "translated string constant" test to increas...
2020-11-14  Rico Tzschichholztests: Add "constructor with inner error" test to incre...
2020-11-14  Rico Tzschichholztests: Add string.printf() test to increase coverage
2020-11-14  Rico Tzschichholztests: Add more "delegate" tests to increase coverage
2020-11-14  Rico Tzschichholzcodegen: Drop obsolete dedicated handling of property...
2020-11-14  Rico TzschichholzRevert errornous git push
2020-11-14  Rico TzschichholzDEBUG
2020-11-14  Rico Tzschichholzvala: More copying of dedicated data-type instances...
2020-11-14  Rico Tzschichholzvala: Require a valid DataType instance for every Targe...
2020-11-14  Rico Tzschichholzcodegen: Use Expression.target_type/value_type in visit...
2020-11-14  Rico Tzschichholzcodegen: Improve GValueModule.visit_cast_expression()
2020-11-14  Rico Tzschichholzvala: Properly restore SemanticAnalyzer.current_symbol...
2020-11-14  Rico Tzschichholzvala: Make sure parent_symbol for special async paramet...
2020-11-14  Rico Tzschichholzvala: Cache async parameter lists of coroutine methods
2020-11-14  Arne Hochlinux: Add missing struct in cname for Spi.IocTransfer
2020-11-11  Rico Tzschichholzvapigen: Avoid superfluous cast
2020-11-11  Rico Tzschichholzvala: Add support for type narrowing
2020-11-10  Reuben Thomasposix: Add POSIX, GNU and BSD Regex APIs
2020-11-10  Reuben Thomasposix: Add freopen binding, as FILE.reopen()
2020-11-10  Rico Tzschichholzglib-2.0: Improve GenericArray.length property
2020-11-10  Corentin Noëlcodegen: Report internal error for unsupported collecti...
2020-11-10  Rico Tzschichholzvala: Accept "unowned var" as type for foreach variable...
2020-11-10  Rico Tzschichholzvala: Avoid taking extra reference of foreach collectio...
2020-11-07  Rico Tzschichholzgstreamer: Update from 1.19.0+ git master
2020-11-06  Rico Tzschichholzgtk4: Update to 3.99.4+0d82faa2
2020-11-05  Rico Tzschichholzgirwriter: Infer gir_namespace/version from target...
2020-11-05  Rico TzschichholzPerform runtime version check of libvala
2020-11-05  Rico Tzschichholztests: Actually export PKG_CONFIG_PATH and LD_LIBRARY_P...
2020-11-05  Corentin Noëlglib-2.0: Add GenericArray.find_custom() as variant...
2020-11-05  Reuben Thomastestrunner: A lot of simplifications
2020-11-05  Reuben Thomastests: Use Automake’s parallel test driver to speed...
2020-11-02  Rico Tzschichholzvala: Use DataType.compatible() to check for string...
2020-10-28  Mario Daniel... vapi: Add SDL 2.x bindings
2020-10-28  Mario Daniel... vapi: Remove SDL 1.x bindings
2020-10-27  Rico Tzschichholzvaladoc: Correctly set verbose flag on CodeContext
2020-10-27  Rico Tzschichholzlibvaladoc/girimporter: Skip "docsection" elements...
2020-10-26  Rico Tzschichholzvala: Make use of new printf-like API of Report.*()
2020-10-26  Rico Tzschichholzcodegen: Make use of new printf-like API of Report.*()
2020-10-26  Rico Tzschichholzvala: Convert Report.*() to real printf-like functions
2020-10-26  Rico Tzschichholzvaladoc: Refactor setup of main runtime
2020-10-25  Rico Tzschichholzcurses: Correctly use [PrintfFormat] attribute
2020-10-25  Rico Tzschichholzvaladoc: Don't call CodeContext.pop() on empty stack
2020-10-24  Rico Tzschichholzvala: CodeNode.source_reference is optional, so let...
2020-10-23  Jeremy Philippecodegen: More use of delegate_target_type and delegate_...
2020-10-22  Rico Tzschichholzcodegen: Update outdated array _size_ variable of captu...
2020-10-22  Rico Tzschichholzgtkmodule: Support "binding" to bind GtkCallback to...
2020-10-21  Reuben Thomascurses: Add Terminfo API set, function keycodes F(n...
2020-10-21  Reuben Thomascurses: Remove initial “w” from some Window method...
2020-10-21  Reuben Thomasglib-2.0: Add return codes to FileStream.putc/puts...
2020-10-21  Rico Tzschichholzalsa: Fix PcmDevice.set_poll_descriptors_revents()...
2020-10-21  Rico Tzschichholzgtk4: Update to 3.99.3+8880e3bd
2020-10-20  Rico Tzschichholzvala: Allow markup-reader to accept spaces around ...
2020-10-20  Rico Tzschichholzgio-2.0: Fix binding of Resolver.lookup_service*()
2020-10-19  Rico Tzschichholzvapi: Update GIR-based bindings
2020-10-19  Rico Tzschichholzgstreamer: Update from 1.19.0+ git master
2020-10-19  Rico Tzschichholzgtk4: Update to 3.99.3+25a1c421
2020-10-19  Rico Tzschichholzlibvaladoc: Don't filter-out generic type-parameters...
2020-10-18  Rico Tzschichholzcodegen: Don't use inferred type for temp-value to...
2020-10-15  Reuben Thomasdoc/vala-gen-introspect.1: fix a typo
2020-10-15  Rico Tzschichholztestrunner: Add "-Werror=return-local-addr" flag
2020-10-15  Rico Tzschichholzposix: Declare fstat, stat, lstat and fstatat as public
2020-10-12  Rico Tzschichholzrest-0.7: Fix ParamsIter.next() binding
2020-10-07  Jeremy Philippecodegen: Reduce get_delegate_target/get_delegate_target...
2020-10-07  Jeremy Philippecodegen: More use of delegate_target_type and delegate_...
2020-10-06  Rico Tzschichholzglib-2.0: Fix return-type of Uri.parse_params() binding
2020-10-05  Rico Tzschichholzgtk4: Update to 3.99.2+2b036744
2020-10-03  Rico Tzschichholzgtk4: Attribute Gsk.ShaderArgsBuilder.free_to_args...
2020-10-03  Rico Tzschichholzgtk4: Update to 3.99.2+949f22b8
2020-09-30  Rico Tzschichholzvala: Issue an error on void initializer for local...
2020-09-29  Rico TzschichholzDon't use broken and unsupported cast expression as...
2020-09-29  Rico TzschichholzBump version suffix to 0.52
2020-09-28  Rico TzschichholzRelease 0.50.1 0.50.1
2020-09-28  Rico Tzschichholzlibvaladoc: Fix a couple of C compiler warnings
2020-09-28  Rico Tzschichholzg-i: Fix a couple of C compiler warnings
next