aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-09-16Add by-index workspace commands and bindsIvan Molodetskikh
2023-09-16Use /- in less places in the default configIvan Molodetskikh
2023-09-16Mention uncommenting in default-configIvan Molodetskikh
2023-09-14Add debug flag to enable overlay planesIvan Molodetskikh
2023-09-14Disable ColorTransformations, add debug flag to enableIvan Molodetskikh
Speeds up the rendering slightly, doesn't seem to cause issues?
2023-09-14Store Config as Rc<RefCell<>> fieldIvan Molodetskikh
2023-09-14Add debug flag to wait for frame completionIvan Molodetskikh
2023-09-14tty: Plot vblank dispatch offsetsIvan Molodetskikh
2023-09-13layout: Correct view offset when swapping columnsIvan Molodetskikh
2023-09-13Implement minimizing view movement on changesIvan 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-12Update dependenciesIvan Molodetskikh
2023-09-12layout: Add tests for various operationsIvan Molodetskikh
2023-09-12layout: Fix assertion in verify_invariants()Ivan Molodetskikh
2023-09-12layout: Replace add_window_to_output with add_windowIvan Molodetskikh
2023-09-11Update dependenciesIvan Molodetskikh
2023-09-11Update dependenciesIvan Molodetskikh
2023-09-08Add initial monitor screencast portal implIvan 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-08Roll tracy-client back to 0.15Ivan Molodetskikh
The version must match across dependencies.
2023-09-06CI: Add profiling feature buildIvan Molodetskikh
2023-09-06Upgrade dependenciesIvan Molodetskikh
2023-09-06Remove fuzzel from generate-rpm requiresIvan Molodetskikh
2023-09-06CI: Switch rustfmt to checkout v4 tooIvan Molodetskikh
Forgot about this. But might as well test rust cache performance.
2023-09-06Add CIIvan Molodetskikh
Surely this will work first try
2023-09-06Add animation-slowdown debug settingIvan Molodetskikh
2023-09-06input: Only send axis_stop when amount is presentIvan Molodetskikh
This is the expected behavior. Unbreaks Alacritty scrolling.
2023-09-06Redraw on cursor or DnD surface commitsIvan Molodetskikh
2023-09-06config: Add volume button exampleIvan Molodetskikh
2023-09-05layout: Fix input to non-active window in columnIvan Molodetskikh
2023-09-05input: Clip pointer movement smarterIvan Molodetskikh
2023-09-05Fix extra refIvan Molodetskikh
2023-09-05input: Remove some unwrapsIvan Molodetskikh
2023-09-05Add configuration fileIvan Molodetskikh
2023-09-05Fix line positionIvan Molodetskikh
2023-09-04Update Smithay to upstreamIvan Molodetskikh
Pointer gestures were merged.
2023-09-04Compile-disable trace events in releaseIvan Molodetskikh
2023-09-04Update Smithay and fix winit presentation timeIvan Molodetskikh
2023-09-04input: Don't use fully-qualified callsIvan Molodetskikh
2023-09-04niri: Remove start_timeIvan Molodetskikh
2023-09-04Use monotonic time as frame callback timeIvan Molodetskikh
2023-09-04Fix refresh passed to presentation feedbackIvan Molodetskikh
2023-09-04Re-enable dmabufs but without overlay planesIvan Molodetskikh
2023-09-04tty: Add commented-out wait-for-sync spanIvan Molodetskikh
2023-09-04tty: Add commented-out no-color-transformation rendererIvan Molodetskikh
2023-09-04tty: Add Tracy vblank frame eventsIvan Molodetskikh
2023-09-04tty: Add name and presentation to vblank markIvan Molodetskikh
2023-09-04tty: Store surface nameIvan Molodetskikh
2023-09-04tty: Add Surface state structIvan Molodetskikh
2023-09-03fix LoopData not being a public typexrtxn
2023-09-03Fix smithay-drm-extras path dependencyIvan Molodetskikh
2023-09-03Disable dmabufs for nowIvan Molodetskikh
For some reason they cause big rendering performance problems.