| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-05-01 | Move unmap snapshot from Mapped to Tile | Ivan Molodetskikh | |
| 2024-04-29 | Move shader get out of ResizeRenderElement::new | Ivan Molodetskikh | |
| 2024-04-28 | Fix fullscreen backdrop rendering below focus ring | Ivan Molodetskikh | |
| 2024-04-27 | Fix size_curr_geo in resize shader | Ivan Molodetskikh | |
| 2024-04-27 | Extract mat3_uniform | Ivan Molodetskikh | |
| 2024-04-25 | Add disable-direct-scanout debug flag | Ivan Molodetskikh | |
| 2024-04-25 | Add fixme comment | Ivan Molodetskikh | |
| 2024-04-25 | Only give keyboard focus to exclusive layer-shell surfaces | Ivan Molodetskikh | |
| Workaround until we properly support on-demand. See: https://github.com/YaLTeR/niri/issues/308 | |||
| 2024-04-24 | Implement focus-ring window rule | Ivan Molodetskikh | |
| 2024-04-24 | Implement border window rule | Ivan Molodetskikh | |
| 2024-04-24 | Filter out the Intel CCS modifiers | Ivan Molodetskikh | |
| 2024-04-24 | Implement ideal scale factor guessing | Ivan Molodetskikh | |
| 2024-04-23 | Fix spelling mistake | Ivan Molodetskikh | |
| 2024-04-23 | Unconstrain InputMethod's PopupSurface | Kirill Chibisov | |
| Make IME popup to be visible inside the parent and not obscure the text input rectangle region. Fixes https://github.com/YaLTeR/niri/issues/221 | |||
| 2024-04-23 | Use PopupKind instead of PopupSurface | Kirill Chibisov | |
| 2024-04-22 | Improve cropping logic in resize shader example | Ivan Molodetskikh | |
| The previous logic failed to the left of the geometry. | |||
| 2024-04-22 | Change custom-shader to a prelude-epilogue system | Ivan Molodetskikh | |
| 2024-04-22 | Advertise Abgr8888 and Xbgr8888 in shm | Ivan Molodetskikh | |
| 2024-04-21 | Implement window-resize custom-shader | Ivan Molodetskikh | |
| 2024-04-21 | Remove obsolete comment | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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-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 | 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 | |
