aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-07-27tty: Add check for vblank on idleIvan Molodetskikh
2024-07-27wiki: Fix em-dashIvan Molodetskikh
2024-07-27Add profile-with-tracy-ondemand featureIvan Molodetskikh
Finally this can be added without disabling frames. manual-lifetime is needed to avoid initializing Tracy for CLI commands, since that is quite slow.
2024-07-27Upgrade dependenciesIvan Molodetskikh
2024-07-26pw: Don't require LINEAR bufferIvan Molodetskikh
It's not needed and apparently doesn't work on NVIDIA together with the rendering flag.
2024-07-26wiki: Document output background-colorIvan Molodetskikh
2024-07-26Add background color option for outputAnant Sharma
2024-07-22wiki: Mention nightly COPRIvan Molodetskikh
2024-07-22wiki: Document negative strutsIvan Molodetskikh
2024-07-22Add negative struts to testsIvan Molodetskikh
2024-07-22feat: negative struts (to remove outer gaps)Salman Farooq
2024-07-17Add an rpkg spec templateIvan Molodetskikh
2024-07-16Implement gradient color interpolation option (#548)Ivan Molodetskikh
* Added the better color averaging code (tested & functional) * rustfmt * Make Color f32 0..1, clarify premul/unpremul * Fix imports and test name * Premultiply gradient colors matching CSS * Fix indentation * fixup * Add gradient image --------- Co-authored-by: K's Thinkpad <K.T.Kraft@protonmail.com>
2024-07-13border: Fix reversed gradient at angle = 90Ivan Molodetskikh
2024-07-13Fix Clippy warningsIvan Molodetskikh
2024-07-13Add middle-emulation libinput flagIvan Molodetskikh
2024-07-12feat: add metadata for generate deb package with cargo debTglman
2024-07-12Update Cargo.lockIvan Molodetskikh
2024-07-12Add schemars::JsonSchema trait to ipc types (#536)Oli Strik
* feat: add schemars JsonSchema trait to ipc types * niri-ipc: use feature-flag for deriving schemars::JsonSchema --------- Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com>
2024-07-10Add move-column-{left/right}-or-to-monitor-{left/right} (#528)Winter
* feature added, move-column-left-or-monitor-left and move-column-right-or-monitor-right * fixed stupid mistake * yalter's fixes * fixed names * fixed a stupid mistake --------- Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com>
2024-07-09Restore VRR on TTY switchIvan Molodetskikh
2024-07-09Fix view offset anim restart on switching focusIvan Molodetskikh
2024-07-09Add tolerance to view offset anim restart checkIvan Molodetskikh
It was getting tripped by tiny differences.
2024-07-08niri-config: update wiki parses test to test all codeblocksSuyashtnt
This makes sure the failing codeblocks do fail. This also optimizes the algorithm a bit by removing a `.collect()` Signed-off-by: Suyashtnt <suyashtnt@gmail.com>
2024-07-08wiki: update no-test comments in wikiSuyashtnt
Signed-off-by: Suyashtnt <suyashtnt@gmail.com>
2024-07-08niri-config: add test to see if all snippets inside of the wiki compileSuyashtnt
Signed-off-by: Suyashtnt <suyashtnt@gmail.com>
2024-07-08wiki: update wiki kdl snippetsSuyashtnt
Signed-off-by: Suyashtnt <suyashtnt@gmail.com>
2024-07-08flake: update nix flakeSuyashtnt
Signed-off-by: Suyashtnt <suyashtnt@gmail.com>
2024-07-08screenshot-ui: Animate openingIvan Molodetskikh
2024-07-08solid_color: Fix alpha handlingIvan Molodetskikh
It wasn't getting redrawn on alpha changes.
2024-07-08screenshot-ui: Add a help panelIvan Molodetskikh
2024-07-08Use is_alive()Ivan Molodetskikh
2024-07-08screenshot-ui: Pre-compute PrimaryGpuTextureIvan Molodetskikh
2024-07-08Upgrade dependenciesIvan Molodetskikh
2024-07-08bump smithayChristian Meissl
2024-07-07Clear pointer grab upon opening the screenshot UIIvan Molodetskikh
Gets rid of DND surfaces.
2024-07-07Extract capture_screenshots()Ivan Molodetskikh
2024-07-07Implement toggling pointer for the screenshot UIIvan Molodetskikh
2024-07-07screenshot-ui: Fix last selection preservationIvan Molodetskikh
Another missed thing from the fractional scale refactor...
2024-07-06Implement on-demand layer-shell keyboard focusIvan Molodetskikh
2024-07-06Add LayerSurface to PointerFocusIvan Molodetskikh
2024-07-06Fix screenshot UI selection pointer clampingIvan Molodetskikh
2024-07-05Implement focus-follows-mouse max-scroll-amountIvan Molodetskikh
2024-07-05wiki: Fix repeat since annotationIvan Molodetskikh
2024-07-05Refactor and simplify new view offset calculationIvan Molodetskikh
* Split new offset computation from starting the animation. * Simplify new column on empty workspace logic.
2024-07-05wiki: Add Since to repeat=falseIvan Molodetskikh
2024-07-05layout: Remove todo!() when activating window with no monitorsIvan Molodetskikh
2024-07-05Recompute current pointer focus for focus-follows-mouseIvan Molodetskikh
Fixes https://github.com/YaLTeR/niri/issues/377.
2024-07-05wiki: Mention bind key repeatIvan Molodetskikh
2024-07-05Implement key repeat for compositor bindsSalman Farooq