| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-08-14 | README: Change window to column for toggle width and maximize | Ivan Molodetskikh | |
| 2023-08-14 | Add Mod+F to maximize | Ivan Molodetskikh | |
| 2023-08-14 | Add Mod+R to toggle between preset widths | Ivan Molodetskikh | |
| 2023-08-14 | winit: Dispatch with higher precision | Ivan Molodetskikh | |
| This won't help all that much but eh | |||
| 2023-08-14 | Advance animations in process_input_event | Ivan Molodetskikh | |
| 2023-08-14 | layout: Update workspace original output | Ivan Molodetskikh | |
| 2023-08-14 | Remove debug print | Ivan Molodetskikh | |
| 2023-08-14 | Add workspace switch animations | Ivan Molodetskikh | |
| 2023-08-14 | winit: Force redraw every time | Ivan Molodetskikh | |
| 2023-08-14 | Centralize workspace clean-up logic | Ivan Molodetskikh | |
| 2023-08-14 | Move things to Monitor impl | Ivan Molodetskikh | |
| 2023-08-14 | Add focus change animations | Ivan Molodetskikh | |
| 2023-08-14 | Add frame clock | Ivan Molodetskikh | |
| Tracks the presentation time and allows querying the next presentation time. | |||
| 2023-08-14 | Enable overflow-checks in release | Ivan Molodetskikh | |
| 2023-08-14 | Centralize sending configure | Ivan Molodetskikh | |
| 2023-08-14 | winit: Request redraw if had damage | Ivan Molodetskikh | |
| To be consistent with the tty backend. Even though this is not optimal for now. | |||
| 2023-08-14 | winit: Use damage from damage tracker | Ivan Molodetskikh | |
| 2023-08-13 | Refactor everything again, make more things work | Ivan Molodetskikh | |
| 2023-08-13 | Refactor everything, add initial tiling code | Ivan Molodetskikh | |
| 2023-08-13 | winit: Bind EGL renderer | Ivan Molodetskikh | |
| 2023-08-13 | Use Alt as mod with winit backend | Ivan Molodetskikh | |
| 2023-08-11 | Fix whitespace | Ivan Molodetskikh | |
| 2023-08-11 | tty: Downgrade vblank message to trace!() | Ivan Molodetskikh | |
| 2023-08-11 | input: Add Super+F to fullscreen | Ivan Molodetskikh | |
| 2023-08-11 | Add un/fullscreen support | Ivan Molodetskikh | |
| 2023-08-11 | Move periodic tasks to event loop closure | Ivan Molodetskikh | |
| 2023-08-11 | Add draft popup implementation | Ivan Molodetskikh | |
| Missing grabs and positioning but gets the job sufficiently done for now. | |||
| 2023-08-10 | Add hardcoded us,ru layout and Super+Space switch | Ivan Molodetskikh | |
| 2023-08-10 | Add Super+q to quit the current toplevel | Ivan Molodetskikh | |
| 2023-08-10 | input: Add bind for spawning alacritty | Ivan Molodetskikh | |
| 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 | Add README | 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 | |
