I've finally gotten a chance to test your latest patch: it works great. I don't notice...
X is currently more popular than Wayland and it will have a very long tail. Degraded...
Sorry, that env var should be GDK_CORE_DEVICE_EVENTS=1 rather than GTK as I initially...
Does setting the env var GTK_CORE_DEVICE_EVENTS=1 cause any change to the behavior...
Does setting the env var GTK_CORE_DEVICE_EVENTS=1 cause any change to the behavior...
The actual speed of scrolling with the multiplied-by-4 deltas is pretty much fine,...
The actual speed of scrolling with the multiplied-by-4 deltas is pretty much fine,...
GTK internally for its own smooth scrolling purposes uses a scroll "unit" that varies...
GTK internally for its own smooth scrolling purposes uses a scroll "unit" that varies...
Yes, the pad produces noninteger deltas in both dimensions. The code currently just...
Here's the dead-simple implementation if anybody is interested (without any attempt...
A very simple implementation of listening to the smooth scroll events (just accumulate...
My understanding is that the smooth events are indeed more geared to pixel-based...
Alas, specifying both masks leads to no significant difference for this specific...
I (for whatever reason) didn't check to see what it did when both GDK_SCROLL_MASK...
It's been a while since I've touched C++ but here's what I've found with just some...
Trackpad two-finger "wheel" scrolling broken on GTK3 + Wayland