aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-08-10input: Only do events on key pressIvan Molodetskikh
2023-08-10Unset the minimize capabilityIvan Molodetskikh
2023-08-10Redraw on surfaces destroyedIvan Molodetskikh
2023-08-10Make sure Display is dropped lastIvan Molodetskikh
2023-08-10input: Update quit messageIvan Molodetskikh
2023-08-10input: Change quit bind to Super+Shift+eIvan Molodetskikh
2023-08-10tty: Prefer, but don't require, a eDP connectorIvan Molodetskikh
2023-08-10Keep around the pointer color bufferIvan Molodetskikh
Fixes pointer drawing preventing idle.
2023-08-10Add tracy profiling under a featureIvan Molodetskikh
2023-08-10Replace Timer::immediate() with idleIvan Molodetskikh
Currently the former causes a delay due to a calloop issue.
2023-08-10Bump yellow in cursor colorIvan Molodetskikh
I guess I'm hitting the cursor plane gamma issue now that's recently been fixed in AMDGPU.
2023-08-10tty: Use GlesTexture instead of GlesRenderbufferIvan Molodetskikh
According to cmeissi from Smithay, GlesRenderbuffer has issues, so GlesTexture should be used instead. This fixes GL errors.
2023-08-10xdg_shell: Support un/maximizeIvan Molodetskikh
2023-08-10Redraw on demand rather than continuouslyIvan Molodetskikh
2023-08-10winit: Move backend.bind() into render()Ivan Molodetskikh
2023-08-10Add cursor drawing with a colored rectangleIvan Molodetskikh
2023-08-10input: Fix crash on scrollingIvan Molodetskikh
2023-08-10Pass new pointer location to pointer.motion()Ivan Molodetskikh
This is correct, it was a bug in smallvil.
2023-08-10input: Handle relative pointer motionIvan Molodetskikh
2023-08-10Implement TTY switchingIvan Molodetskikh
Having to pass backend around turns out to be a problem...
2023-08-10tty: Improve reselience to rendering errorsIvan Molodetskikh
2023-08-10Add comment about crashIvan Molodetskikh
2023-08-10Restructure things and add tty backendIvan Molodetskikh
2023-08-10Use compact tracing formattingIvan Molodetskikh
2023-08-10Fix warningsIvan Molodetskikh
2023-08-10Remove unneeded allowIvan Molodetskikh
2023-08-10Add rustfmt.toml and reformatIvan Molodetskikh
2023-08-10Init from smallvilIvan Molodetskikh