vala:wip/tintou/linux-connector

Last commit made on 2020-12-23
Get this branch:
git clone -b wip/tintou/linux-connector https://git.launchpad.net/vala

Branch merges

Branch information

Name:
wip/tintou/linux-connector
Repository:
lp:vala

Recent commits

9c96073... by Corentin Noël

linux: Add connector bindings

ffd19b2... by Rico Tzschichholz

gtk4: Don't rename binding for gtk_css_provider_load_from_data

Fixes https://gitlab.gnome.org/GNOME/vala/issues/1117

462fdc2... by =?utf-8?q?Ulrich_K=C3=BCttler?= <email address hidden>

vala: SliceExpression need to return heap-allocated or unowned references

Fixes https://gitlab.gnome.org/GNOME/vala/issues/1120

df7a984... by Rico Tzschichholz

vala: value_type of PointerIndirection expressions must not be owned

A member-access making the wrong assumption of a previous copy resulted
in a double free.

Fixes https://gitlab.gnome.org/GNOME/vala/issues/1118

60f2578... by Rico Tzschichholz

codewriter: Wrap AddressofExpression and PointerIndirection in parens

84c5581... by Rico Tzschichholz

vala: Add missing TraverseVisitor.visit_addressof_expression()

c1eb213... by Rico Tzschichholz

vala: Use common visitor schema for PointerIndirection expressions

Not doing so breaks assumptions of the CodeWriter leading to a mangled
output.

648c9dc... by Mario Daniel Ruiz Saavedra

SDL2_ttf: Add some missing methods for the Font class

Migrate existing methods to use GLib types instead of arrays
(string16, unichar, unichar2) and fix some code style issues.

f11fbad... by Rico Tzschichholz

gtk4: Update to 4.0

2c350a9... by Rico Tzschichholz

webkit2gtk-4.0: Update to 2.30.3