| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-04-20 | wiki: Mention border background window rule in the FAQ | Ivan Molodetskikh | |
| 2024-04-20 | Move info from README to Getting Started wiki page | Ivan Molodetskikh | |
| 2024-04-20 | wiki: Add a FAQ page | Ivan Molodetskikh | |
| 2024-04-19 | `niri_ipc::Socket`; `niri msg version`; version checking on IPC (#278) | sodiboo | |
| * Implement version checking in IPC implement version checking; streamed IPC streamed IPC will allow multiple requests per connection add nonsense request change inline struct to json macro only check version if request actually fails fix usage of inspect_err (MSRV 1.72.0; stabilized 1.76.0) "nonsense request" -> "return error" oneshot connections * Change some things around * Unqualify niri_ipc::Transform --------- Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com> | |||
| 2024-04-19 | wiki: Attempt to fix broken tip | Ivan Molodetskikh | |
| 2024-04-19 | Synchronize column removal anim on consume left/right | Ivan Molodetskikh | |
| Visible when consuming left/right when always-centered and differing horizontal view anim. | |||
| 2024-04-19 | wiki: Add missing newline | Ivan Molodetskikh | |
| 2024-04-19 | Separate tile X and Y movement animations | Ivan Molodetskikh | |
| Helps with the jank caused by lack of transactions when consuming to the left/right. Resize triggers a few frames later and restarts the movement. Now it only restarts the vertical and not the horizontal movement. | |||
| 2024-04-19 | wiki: Add Since to allow-when-locked | Ivan Molodetskikh | |
| 2024-04-19 | default-config: Add mic mute bind | Ivan Molodetskikh | |
| 2024-04-19 | wiki: Move overdamped spring warning higher | Ivan Molodetskikh | |
| 2024-04-19 | Add allow-when-locked=true spawn bind property | Ivan Molodetskikh | |
| 2024-04-18 | animation: Scale initial velocity by slowdown | Ivan Molodetskikh | |
| 2024-04-18 | Fix crop + crossfade artifacts | Ivan Molodetskikh | |
| 2024-04-18 | wiki: Add a warning about overdamped springs | Ivan Molodetskikh | |
| 2024-04-18 | animation: Clamp spring value | Ivan Molodetskikh | |
| I've had an overdamped spring return an extreme value and trip up an integer overflow check. | |||
| 2024-04-18 | config: Rearrange animations in struct | Ivan Molodetskikh | |
| 2024-04-18 | Preserve tile move config on animation restarts | Ivan Molodetskikh | |
| This fixes a problem where consume-into-column would use resize animation config instead of the window-movement config in most cases (since a resize comes very shortly after the move starts). A similar change to the column movement anim is more detrimental than it's worth. | |||
| 2024-04-17 | Sync expel animations | Ivan Molodetskikh | |
| 2024-04-17 | wiki: Clarify animations | Ivan Molodetskikh | |
| 2024-04-17 | Use correct animation config for tile removal | Ivan Molodetskikh | |
| 2024-04-17 | Use movement anim for view anim during movement | Ivan Molodetskikh | |
| 2024-04-17 | Add view anim functions with config argument | Ivan Molodetskikh | |
| 2024-04-17 | Resolve animation defaults during parsing | Ivan Molodetskikh | |
| 2024-04-17 | Include resized window in left move | Ivan Molodetskikh | |
| 2024-04-16 | Clamp animated window size | Ivan Molodetskikh | |
| 2024-04-16 | wiki: Mention consume/expel in window-movement anims | Ivan Molodetskikh | |
| 2024-04-16 | Remove jumps on consume/expel animation start | Ivan Molodetskikh | |
| 2024-04-16 | Implement consume/expel animations | Ivan Molodetskikh | |
| 2024-04-16 | Start move animations from add/remove window/column | Ivan Molodetskikh | |
| 2024-04-16 | Animate movement and resize on window closing in a column | Ivan Molodetskikh | |
| 2024-04-16 | wiki: Mention niri msg outputs for VRR | Ivan Molodetskikh | |
| 2024-04-15 | wiki: Clarify window-movement animation | Ivan Molodetskikh | |
| 2024-04-15 | Add vrr_supported/enabled to output IPC | Ivan Molodetskikh | |
| 2024-04-15 | Implement vertical window move animations | Ivan Molodetskikh | |
| 2024-04-14 | Avoid continuous redrawing during horizontal gesture | Ivan Molodetskikh | |
| 2024-04-14 | wiki: Add since to VRR | Ivan Molodetskikh | |
| 2024-04-14 | Add variable-refresh-rate flag | Ivan Molodetskikh | |
| 2024-04-14 | tty: Shorten non-desktop check | Ivan Molodetskikh | |
| 2024-04-13 | Restore view offset upon unfullscreening | Ivan Molodetskikh | |
| 2024-04-13 | tile: Fix returned snapshot size | Ivan Molodetskikh | |
| 2024-04-13 | Set window-resize animation config for view-offset anim caused by resize | Ivan Molodetskikh | |
| 2024-04-13 | Unify Animation- and RenderSnapshot | Ivan Molodetskikh | |
| 2024-04-13 | Implement window resize animations | Ivan Molodetskikh | |
| 2024-04-13 | Fix typo | Ivan Molodetskikh | |
| 2024-04-13 | Move unmapped check to a pre-commit hook | Ivan Molodetskikh | |
| 2024-04-12 | Add render_to_encompassing_texture() | Ivan Molodetskikh | |
| 2024-04-10 | animation: Tweak clamped duration logic | Ivan Molodetskikh | |
| 2024-04-10 | Use clamped animations where it makes sense | Ivan Molodetskikh | |
| 2024-04-10 | animation: Implement clamped value and duration | Ivan Molodetskikh | |
