Isaac Freund

Results 24 issues of Isaac Freund

My system libc version is `2.30` but zig detects and builds `2.17` which causes linking errors with `expat` for example: ```zig const std = @import("std"); const c = @cImport({ @cInclude("expat.h");...

bug
contributor friendly
os-linux
stage2

They currently link to `https://ziglang.org/#Tier-1-Support` which I suppose should be `https://ziglang.org/learn/overview/#Tier-1-Support`.

Hello, as I'm sure you're aware wlroots 0.15 was released ~2 months ago and I see that cage's master branch is compatible with wlroots 0.15. I package wlroots for void...

- [x] Protocol merged to wayland-protocols https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/131 - [x] wlroots implementation merged https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3414 - [x] wayland-protocols release - [ ] wlroots release Since river tracks the latest wlroots releases, I've...

If using a laptop with a touchscreen and an external monitor, it is desirable to have the touchscreen inputs interpreted relative to the laptop screen specifically. I'm not aware of...

enhancement

This should make river use significantly fewer resources and save everyone's laptop batteries. See: https://emersion.fr/blog/2019/intro-to-damage-tracking/ Consider reviving https://github.com/swaywm/wlroots/pull/1552 or implementing something similar in wlroots. Edit: The next wlroots release (0.15.0)...

enhancement
performance

River now has basic touch support as of #632, but touch drags are not yet implemented. I took an incomplete stab at this here but it's pretty tricky and I...

enhancement

This is the tracking issue for river 0.2.0. Below are a list of breaking changes made since 0.1.0. - Input device names are now prefixed with the device type 422cd3e

organization

I implemented this early on in river's development mostly as a work around for the fact that GTK does not support `xdg-decoration` (See #24). Setting the tiled state causes GTK...

enhancement

This is exposed by wlroots as of https://github.com/swaywm/wlroots/pull/3205 and will be included in the next wlroots release (0.15.0).

enhancement