aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-05-15wiki: Mention kmsro in getting startedIvan Molodetskikh
2024-05-14tty: Relax primary render node checkIvan Molodetskikh
2024-05-14Avoid changing the view offset if size didn't changeIvan Molodetskikh
2024-05-14Improve interactive resize end edge cases and animationsIvan Molodetskikh
2024-05-14Fix interactive resize cancellingIvan Molodetskikh
The interactive resize may have ended, but we're still waiting for the last commit of the respective window. When cancelling, we should cancel those ones too.
2024-05-14Refactor column and tile offsets, fix a few issuesIvan Molodetskikh
2024-05-14Draw closing windows in the right orderIvan Molodetskikh
2024-05-13wiki: Expand design principles a bitIvan Molodetskikh
2024-05-12wiki: Fix custom shader examplesIvan Molodetskikh
2024-05-12wiki: Fix shader example linksIvan Molodetskikh
2024-05-12Add crossfade_or_crop_next resize shader exampleIvan Molodetskikh
2024-05-12Implement custom shader for window-close animIvan Molodetskikh
2024-05-12Add linear animation curveIvan Molodetskikh
2024-05-12closing_window: Pass geo size and view rectIvan Molodetskikh
2024-05-12closing_window: Remove starting_alpha/scaleIvan Molodetskikh
2024-05-11closing_window: Store textures directlyIvan Molodetskikh
2024-05-11Implement Mod+MMB view offset gestureIvan Molodetskikh
2024-05-11Group input-related things in a subfolderIvan Molodetskikh
2024-05-11wiki: List debug key bindsIvan Molodetskikh
2024-05-11wiki: Add a few missing thingsIvan Molodetskikh
2024-05-11Reset double click timer on gesture triggerIvan Molodetskikh
2024-05-11Update resize commit unconditionallyIvan Molodetskikh
2024-05-11Don't pass double-resize-right click to windowIvan Molodetskikh
2024-05-11Add is_active_in_columnTheZoq2
Add missing ``` Fix tests
2024-05-11Don't start a resize if edges is emptyIvan Molodetskikh
2024-05-11Set cursor for niri-initiated interactive resizeIvan Molodetskikh
2024-05-11wiki: Add gestures pageIvan Molodetskikh
2024-05-11Implement double-resize-click to reset height/toggle full widthIvan Molodetskikh
2024-05-11Add a reset-window-height actionIvan Molodetskikh
2024-05-11Stop confining the pointer during resize grabIvan Molodetskikh
2024-05-11Render tiles flush to the right when left-resizingIvan Molodetskikh
This really needs a refactor...
2024-05-11Split get resize data from updateIvan Molodetskikh
2024-05-10Implement interactive mouse resizingIvan Molodetskikh
2024-05-09Start Tracy manual-lifetime after niri msgIvan Molodetskikh
2024-05-08Make async-channel non-optionalIvan Molodetskikh
2024-05-08wiki: Add Since to do-screen-transitionIvan Molodetskikh
2024-05-08ipc: Wait until action is processed before returningIvan Molodetskikh
2024-05-08Mark screen transition texture transparentIvan Molodetskikh
2024-05-08Add trace span to do_screen_transitionIvan Molodetskikh
2024-05-07Implement do-screen-transition actionIvan Molodetskikh
2024-05-05ipc: Respect --json for msg outputIvan Molodetskikh
2024-05-05Make output name matching case-insensitiveIvan Molodetskikh
2024-05-05Print message when output was not foundIvan Molodetskikh
2024-05-05Make missing scale = automatic selectionIvan Molodetskikh
That was the intention, but I missed it before.
2024-05-05Don't unwrap clientIvan Molodetskikh
If Smithay posts an error, client will become None immediately, even while the surface may still receive events.
2024-05-05Implement niri msg outputIvan Molodetskikh
2024-05-05Don't expand zero radius per cornerIvan Molodetskikh
So that radii like 8 8 0 0 look properly.
2024-05-04wiki: Try to fix linkIvan Molodetskikh
2024-05-04Fix blocked-out surfaces on scaled outputsIvan Molodetskikh
2024-05-04wiki: Mention nixos and nvidia issues in getting startedIvan Molodetskikh