| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-09-16 | Add by-index workspace commands and binds | Ivan Molodetskikh | |
| 2023-09-16 | Use /- in less places in the default config | Ivan Molodetskikh | |
| 2023-09-16 | Mention uncommenting in default-config | Ivan Molodetskikh | |
| 2023-09-14 | Add debug flag to enable overlay planes | Ivan Molodetskikh | |
| 2023-09-14 | Disable ColorTransformations, add debug flag to enable | Ivan Molodetskikh | |
| Speeds up the rendering slightly, doesn't seem to cause issues? | |||
| 2023-09-14 | Store Config as Rc<RefCell<>> field | Ivan Molodetskikh | |
| 2023-09-14 | Add debug flag to wait for frame completion | Ivan Molodetskikh | |
| 2023-09-14 | tty: Plot vblank dispatch offsets | Ivan Molodetskikh | |
| 2023-09-13 | layout: Correct view offset when swapping columns | Ivan Molodetskikh | |
| 2023-09-13 | Implement minimizing view movement on changes | Ivan Molodetskikh | |
| Before this commit, windows were always left-aligned. Now, when changing focus, if the window is fully visible, the view doesn't move. If the window is not fully visible, the view is moved the minimum amount. | |||
| 2023-09-12 | Update dependencies | Ivan Molodetskikh | |
| 2023-09-12 | layout: Add tests for various operations | Ivan Molodetskikh | |
| 2023-09-12 | layout: Fix assertion in verify_invariants() | Ivan Molodetskikh | |
| 2023-09-12 | layout: Replace add_window_to_output with add_window | Ivan Molodetskikh | |
| 2023-09-11 | Update dependencies | Ivan Molodetskikh | |
| 2023-09-11 | Update dependencies | Ivan Molodetskikh | |
| 2023-09-08 | Add initial monitor screencast portal impl | Ivan Molodetskikh | |
| DmaBuf monitor screencasting through xdg-dekstop-portal-gnome! Somewhat limited currently, e.g. the cursor is always embedded. But gets most of the job done. | |||
| 2023-09-08 | Roll tracy-client back to 0.15 | Ivan Molodetskikh | |
| The version must match across dependencies. | |||
| 2023-09-06 | CI: Add profiling feature build | Ivan Molodetskikh | |
| 2023-09-06 | Upgrade dependencies | Ivan Molodetskikh | |
| 2023-09-06 | Remove fuzzel from generate-rpm requires | Ivan Molodetskikh | |
| 2023-09-06 | CI: Switch rustfmt to checkout v4 too | Ivan Molodetskikh | |
| Forgot about this. But might as well test rust cache performance. | |||
| 2023-09-06 | Add CI | Ivan Molodetskikh | |
| Surely this will work first try | |||
| 2023-09-06 | Add animation-slowdown debug setting | Ivan Molodetskikh | |
| 2023-09-06 | input: Only send axis_stop when amount is present | Ivan Molodetskikh | |
| This is the expected behavior. Unbreaks Alacritty scrolling. | |||
| 2023-09-06 | Redraw on cursor or DnD surface commits | Ivan Molodetskikh | |
| 2023-09-06 | config: Add volume button example | Ivan Molodetskikh | |
| 2023-09-05 | layout: Fix input to non-active window in column | Ivan Molodetskikh | |
| 2023-09-05 | input: Clip pointer movement smarter | Ivan Molodetskikh | |
| 2023-09-05 | Fix extra ref | Ivan Molodetskikh | |
| 2023-09-05 | input: Remove some unwraps | Ivan Molodetskikh | |
| 2023-09-05 | Add configuration file | Ivan Molodetskikh | |
| 2023-09-05 | Fix line position | Ivan Molodetskikh | |
| 2023-09-04 | Update Smithay to upstream | Ivan Molodetskikh | |
| Pointer gestures were merged. | |||
| 2023-09-04 | Compile-disable trace events in release | Ivan Molodetskikh | |
| 2023-09-04 | Update Smithay and fix winit presentation time | Ivan Molodetskikh | |
| 2023-09-04 | input: Don't use fully-qualified calls | Ivan Molodetskikh | |
| 2023-09-04 | niri: Remove start_time | Ivan Molodetskikh | |
| 2023-09-04 | Use monotonic time as frame callback time | Ivan Molodetskikh | |
| 2023-09-04 | Fix refresh passed to presentation feedback | Ivan Molodetskikh | |
| 2023-09-04 | Re-enable dmabufs but without overlay planes | Ivan Molodetskikh | |
| 2023-09-04 | tty: Add commented-out wait-for-sync span | Ivan Molodetskikh | |
| 2023-09-04 | tty: Add commented-out no-color-transformation renderer | Ivan Molodetskikh | |
| 2023-09-04 | tty: Add Tracy vblank frame events | Ivan Molodetskikh | |
| 2023-09-04 | tty: Add name and presentation to vblank mark | Ivan Molodetskikh | |
| 2023-09-04 | tty: Store surface name | Ivan Molodetskikh | |
| 2023-09-04 | tty: Add Surface state struct | Ivan Molodetskikh | |
| 2023-09-03 | fix LoopData not being a public type | xrtxn | |
| 2023-09-03 | Fix smithay-drm-extras path dependency | Ivan Molodetskikh | |
| 2023-09-03 | Disable dmabufs for now | Ivan Molodetskikh | |
| For some reason they cause big rendering performance problems. | |||
