| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-08-10 | input: Only do events on key press | Ivan Molodetskikh | |
| 2023-08-10 | Unset the minimize capability | Ivan Molodetskikh | |
| 2023-08-10 | Redraw on surfaces destroyed | Ivan Molodetskikh | |
| 2023-08-10 | Make sure Display is dropped last | Ivan Molodetskikh | |
| 2023-08-10 | input: Update quit message | Ivan Molodetskikh | |
| 2023-08-10 | input: Change quit bind to Super+Shift+e | Ivan Molodetskikh | |
| 2023-08-10 | tty: Prefer, but don't require, a eDP connector | Ivan Molodetskikh | |
| 2023-08-10 | Keep around the pointer color buffer | Ivan Molodetskikh | |
| Fixes pointer drawing preventing idle. | |||
| 2023-08-10 | Add tracy profiling under a feature | Ivan Molodetskikh | |
| 2023-08-10 | Replace Timer::immediate() with idle | Ivan Molodetskikh | |
| Currently the former causes a delay due to a calloop issue. | |||
| 2023-08-10 | Bump yellow in cursor color | Ivan Molodetskikh | |
| I guess I'm hitting the cursor plane gamma issue now that's recently been fixed in AMDGPU. | |||
| 2023-08-10 | tty: Use GlesTexture instead of GlesRenderbuffer | Ivan Molodetskikh | |
| According to cmeissi from Smithay, GlesRenderbuffer has issues, so GlesTexture should be used instead. This fixes GL errors. | |||
| 2023-08-10 | xdg_shell: Support un/maximize | Ivan Molodetskikh | |
| 2023-08-10 | Redraw on demand rather than continuously | Ivan Molodetskikh | |
| 2023-08-10 | winit: Move backend.bind() into render() | Ivan Molodetskikh | |
| 2023-08-10 | Add cursor drawing with a colored rectangle | Ivan Molodetskikh | |
| 2023-08-10 | input: Fix crash on scrolling | Ivan Molodetskikh | |
| 2023-08-10 | Pass new pointer location to pointer.motion() | Ivan Molodetskikh | |
| This is correct, it was a bug in smallvil. | |||
| 2023-08-10 | input: Handle relative pointer motion | Ivan Molodetskikh | |
| 2023-08-10 | Implement TTY switching | Ivan Molodetskikh | |
| Having to pass backend around turns out to be a problem... | |||
| 2023-08-10 | tty: Improve reselience to rendering errors | Ivan Molodetskikh | |
| 2023-08-10 | Add comment about crash | Ivan Molodetskikh | |
| 2023-08-10 | Restructure things and add tty backend | Ivan Molodetskikh | |
| 2023-08-10 | Use compact tracing formatting | Ivan Molodetskikh | |
| 2023-08-10 | Fix warnings | Ivan Molodetskikh | |
| 2023-08-10 | Remove unneeded allow | Ivan Molodetskikh | |
| 2023-08-10 | Add rustfmt.toml and reformat | Ivan Molodetskikh | |
| 2023-08-10 | Init from smallvil | Ivan Molodetskikh | |
