Emmanuele Bassi

Results 8 issues of Emmanuele Bassi

Likely a subset, since not everything makes sense.

enhancement

It might be possible to return a pointer to the start of a `graphene_simd4_t` (or `graphene_simd4x4f_t`) to functions that expect an array of floating point values; this would allow removing...

enhancement
simd

Instead of using bytewise comparison, use isinf() and hope it works correctly with single precision floats on the target platform; additionally, since the negative return value for negative infinities is...

The flatpak is generated by Fedora from the RPM packages. Output of `tilix --version`: ``` Versions Tilix version: 1.9.1 VTE version: 0.58 GTK Version: 3.24.13 Tilix Special Features Notifications enabled=1...

The current HarfBuzz introspected API is kind of non-idiomatic when compared to other C libraries with GObject/GType integration, especially when it comes to identifiers being `snake_case_t` instead of the more...

The backend to use is chosen on a per-interface basis, so it is OK to split functionality between backends. For example, it's fine to choose `foo.portal` for `o.fd.impl.portal.One` and `bar.portal`...

Works like `graphene_box_t`, but in two dimensions.

If we can, we should rejig the code to avoid declaring unused arguments and variables; if we can't, we can use G_GNUC_UNUSED to eliminate the warning.