aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
AgeCommit message (Collapse)Author
2024-05-02Implement rounded window cornersIvan Molodetskikh
2024-04-29Update SmithayIvan Molodetskikh
2024-04-24Implement ideal scale factor guessingIvan Molodetskikh
2024-04-23Unconstrain InputMethod's PopupSurfaceKirill 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-20Bump version to 0.1.5Ivan 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-13Implement window resize animationsIvan Molodetskikh
2024-04-09Update SmithayIvan Molodetskikh
2024-03-30Bump version to 0.1.4Ivan Molodetskikh
2024-03-28Upgrade dependenciesIvan Molodetskikh
2024-03-23input: Add support for ISO level3 shift modifierAndreas Stührk
This modifier is typically called "AltGr" on keyboards or "Mod5" in xkb layouts. Requires a Smithay update.
2024-03-15Implement gamma adjustment via GAMMA_LUT propertyIvan Molodetskikh
2024-03-15Adds support for wlr_gamma_control_unstable_v1 protocolphuhl
2024-03-13Update SmithayIvan Molodetskikh
2024-03-12Update Smithay (viewporter fixes)Ivan Molodetskikh
2024-03-09Bump version to 0.1.3Ivan Molodetskikh
2024-03-08Update Smithay and dependenciesIvan Molodetskikh
2024-02-28Upgrade dependenciesIvan Molodetskikh
2024-02-28Update SmithayIvan Molodetskikh
2024-02-28chore: update smithayChristian Meissl
2024-02-22Simplify gradient border shaderIvan Molodetskikh
2024-02-21Implement gradient bordersIvan Molodetskikh
2024-02-18Update for Smithay MultiGpu shadow copiesIvan Molodetskikh
2024-02-16Update SmithayIvan Molodetskikh
2024-02-16Bump version to 0.1.2Ivan Molodetskikh
2024-02-15Add watcher testsIvan Molodetskikh
2024-02-14Add the beginnings of window rulesIvan Molodetskikh
2024-02-10Update dependenciesIvan Molodetskikh
2024-02-10Remove logind-zbus dependencyIvan Molodetskikh
It isn't updated and we don't really need it anyway.
2024-02-10Implement niri msg actionIvan Molodetskikh
2024-02-09Implement idle-notify and idle-inhibitIvan Molodetskikh
2024-02-06Bump libinput to 1.21, add dwtp flagIvan Molodetskikh
2024-02-06Add niri-visual-testsIvan Molodetskikh
2024-02-06Update dependenciesIvan Molodetskikh
2024-02-03Bump version to 0.1.1Ivan Molodetskikh
2024-02-02Update dependenciesIvan Molodetskikh
2024-01-31Update Smithay (rotation fix)Ivan Molodetskikh
2024-01-30chore: bump smithayChristian Meissl
includes fixes for wrong direct scan-out transform and damage artifacts on output transform changes. also includes a fix for a race in popup surface re-use.
2024-01-30foreign_toplevel: Use OutputHandler to send output_enter on demandIvan Molodetskikh
2024-01-30tty: reset surface state after changing monitor stateChristian Meissl
changing the "ACTIVE" property of a surface requires to re-evaluate the surface state.
2024-01-28input: update keyboard led stateChristian Meissl
2024-01-27Bump version to 0.1.0Ivan Molodetskikh
2024-01-25use pixman for cursor plane renderingChristian Meissl
2024-01-25Update smithayChristian Meissl
2024-01-23Update Smithay (find_popup_root_surface() panic fix)Ivan Molodetskikh
2024-01-22Update Smithay, use device changed session resume codeIvan Molodetskikh
Should fix most cases of monitors failing to light up after a TTY switch.
2024-01-20Bump version to 0.1.0-beta.1Ivan Molodetskikh
2024-01-19Update dependenciesIvan Molodetskikh
2024-01-18Add a config parse error notificationIvan Molodetskikh
We can't rely on a notification daemon being available, especially during initial niri setup. So, render our own.
2024-01-18Update Smithay (deadlock fix)Ivan Molodetskikh