~sircmpwn/casa

Finish active axis action on pointer leave
Open icon grid with finger axis events

This is the first setp towards making casa usable on laptops.
fa510a62 — György Kurucz 4 years ago
Implement tap gesture.
a31ea89f — György Kurucz 4 years ago
Change everything to use float, add vec2 functions.
e8a71dc0 — György Kurucz 4 years ago
Fix bad logic in wl_seat_capabilities.
2b266bb9 — György Kurucz 4 years ago
Fix upside-down icons, implement scaling.
01cafa6c — György Kurucz 4 years ago
Implement kinetic scrolling
3e438f2b — Tom Lebreux 4 years ago
Fix last_x -> last_y typo

Signed-off-by: Tom Lebreux <tomlebreux@cock.li>
Remove unnecessary statements
Render icons with OpenGL :D
Add libdrm dependency to meson.build
Lower gesture completion threshold 25%
Set minimum animation duration

This throttles user input to make things feel a bit better, and
finishes the animation if the user finishes their gesture before it
completes.
Add cairo prerendering and shaders compilation
Four column layout
Make drawer open state use darker background
When opened, stay open, and implement close
Render grid of "icons"
Render background with respect to progress
Complete buffer deallocation
Next