| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-08-08 | screencopy: Clarify the use of integer scale | Ivan Molodetskikh | |
| 2024-08-08 | screencopy: Use monotonic time | Ivan Molodetskikh | |
| This way it matches up with presentation-time. | |||
| 2024-08-08 | feat: update screencopy to version 3 | Michael Yang | |
| 2024-08-06 | Bump MSRV to 1.77.0 | Ivan Molodetskikh | |
| New pipewire-rs requires it. | |||
| 2024-08-06 | Implement PipeWire DMA-BUF modifier negotiation | Ivan Molodetskikh | |
| 2024-08-01 | wiki: Use HTML dark/light image | Ivan Molodetskikh | |
| Apparently GitHub Markdown is not supported on GitHub Wiki. | |||
| 2024-08-01 | wiki: Document the redraw loop | Ivan Molodetskikh | |
| 2024-07-31 | add mod3 key binding support (#565) | Jeff Peeler | |
| * add support for iso_level5_shift modifier * update Cargo.lock bumps smithay to de94e8f59e202b605c35dfe1fef1857bad427e8c | |||
| 2024-07-28 | Deal with Clippy warnings | Ivan Molodetskikh | |
| 2024-07-28 | CI: Switch leftover action to dtolnay/rust-toolchain | Ivan Molodetskikh | |
| Missed this I guess. | |||
| 2024-07-27 | tty: Add check for vblank on idle | Ivan Molodetskikh | |
| 2024-07-27 | wiki: Fix em-dash | Ivan Molodetskikh | |
| 2024-07-27 | Add profile-with-tracy-ondemand feature | Ivan 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-27 | Upgrade dependencies | Ivan Molodetskikh | |
| 2024-07-26 | pw: Don't require LINEAR buffer | Ivan Molodetskikh | |
| It's not needed and apparently doesn't work on NVIDIA together with the rendering flag. | |||
| 2024-07-26 | wiki: Document output background-color | Ivan Molodetskikh | |
| 2024-07-26 | Add background color option for output | Anant Sharma | |
| 2024-07-22 | wiki: Mention nightly COPR | Ivan Molodetskikh | |
| 2024-07-22 | wiki: Document negative struts | Ivan Molodetskikh | |
| 2024-07-22 | Add negative struts to tests | Ivan Molodetskikh | |
| 2024-07-22 | feat: negative struts (to remove outer gaps) | Salman Farooq | |
| 2024-07-17 | Add an rpkg spec template | Ivan Molodetskikh | |
| 2024-07-16 | Implement 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-13 | border: Fix reversed gradient at angle = 90 | Ivan Molodetskikh | |
| 2024-07-13 | Fix Clippy warnings | Ivan Molodetskikh | |
| 2024-07-13 | Add middle-emulation libinput flag | Ivan Molodetskikh | |
| 2024-07-12 | feat: add metadata for generate deb package with cargo deb | Tglman | |
| 2024-07-12 | Update Cargo.lock | Ivan Molodetskikh | |
| 2024-07-12 | Add 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-10 | Add 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-09 | Restore VRR on TTY switch | Ivan Molodetskikh | |
| 2024-07-09 | Fix view offset anim restart on switching focus | Ivan Molodetskikh | |
| 2024-07-09 | Add tolerance to view offset anim restart check | Ivan Molodetskikh | |
| It was getting tripped by tiny differences. | |||
| 2024-07-08 | niri-config: update wiki parses test to test all codeblocks | Suyashtnt | |
| 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-08 | wiki: update no-test comments in wiki | Suyashtnt | |
| Signed-off-by: Suyashtnt <suyashtnt@gmail.com> | |||
| 2024-07-08 | niri-config: add test to see if all snippets inside of the wiki compile | Suyashtnt | |
| Signed-off-by: Suyashtnt <suyashtnt@gmail.com> | |||
| 2024-07-08 | wiki: update wiki kdl snippets | Suyashtnt | |
| Signed-off-by: Suyashtnt <suyashtnt@gmail.com> | |||
| 2024-07-08 | flake: update nix flake | Suyashtnt | |
| Signed-off-by: Suyashtnt <suyashtnt@gmail.com> | |||
| 2024-07-08 | screenshot-ui: Animate opening | Ivan Molodetskikh | |
| 2024-07-08 | solid_color: Fix alpha handling | Ivan Molodetskikh | |
| It wasn't getting redrawn on alpha changes. | |||
| 2024-07-08 | screenshot-ui: Add a help panel | Ivan Molodetskikh | |
| 2024-07-08 | Use is_alive() | Ivan Molodetskikh | |
| 2024-07-08 | screenshot-ui: Pre-compute PrimaryGpuTexture | Ivan Molodetskikh | |
| 2024-07-08 | Upgrade dependencies | Ivan Molodetskikh | |
| 2024-07-08 | bump smithay | Christian Meissl | |
| 2024-07-07 | Clear pointer grab upon opening the screenshot UI | Ivan Molodetskikh | |
| Gets rid of DND surfaces. | |||
| 2024-07-07 | Extract capture_screenshots() | Ivan Molodetskikh | |
| 2024-07-07 | Implement toggling pointer for the screenshot UI | Ivan Molodetskikh | |
| 2024-07-07 | screenshot-ui: Fix last selection preservation | Ivan Molodetskikh | |
| Another missed thing from the fractional scale refactor... | |||
| 2024-07-06 | Implement on-demand layer-shell keyboard focus | Ivan Molodetskikh | |
