aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
AgeCommit message (Collapse)Author
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
2024-01-18Watch config path even if it didn't exist at startupIvan Molodetskikh
2024-01-17Add an IPC socket and a niri msg outputs subcommandIvan Molodetskikh
2024-01-17Add a calloop futures executorIvan Molodetskikh
2024-01-16Add Tracy span to Config::load and parseIvan Molodetskikh
2024-01-15Update SmithayIvan Molodetskikh
2024-01-07Update Smithay and dependenciesIvan Molodetskikh
2024-01-07Move config into a separate crateIvan Molodetskikh
Get miette and knuffel deps contained within.
2024-01-06Bump version to 0.1.0-alpha.3Ivan Molodetskikh
2024-01-06Update Smithay and dependenciesIvan Molodetskikh
2024-01-05Update SmithayIvan Molodetskikh
2024-01-05Update dependenciesIvan Molodetskikh
2024-01-05Update SmithayIvan Molodetskikh
2023-12-23Bump version to 0.1.0-alpha.2Ivan Molodetskikh
2023-12-20Update SmithayIvan Molodetskikh
Popup positioner coordinate system fix.
2023-12-19Update dependenciesIvan Molodetskikh
2023-12-19Update SmithayIvan Molodetskikh
2023-12-08Update dependenciesIvan Molodetskikh
2023-12-08Update SmithayIvan Molodetskikh
2023-11-25Change version to 0.1.0-alpha.1Ivan Molodetskikh
2023-11-24Log version on startupIvan Molodetskikh
2023-11-24Upgrade dependenciesIvan Molodetskikh
2023-11-08Update dependenciesIvan Molodetskikh
2023-11-06Upgrade dependenciesIvan Molodetskikh
Bumping async-channel to 2 even though zbus hasn't updated yet because it still ends up in the dependency tree through blocking 1.5.0.
2023-11-02Check alternative cursor names when loading cursorKirill Chibisov
Some themes don't have all the cursors specified as in w3c specification, thus try to check for alternative names as well.
2023-10-31Show notification on screenshotIvan Molodetskikh
2023-10-29Add support for wl_compositor@v6Kirill Chibisov
2023-10-24Remove time crate in favor of manual implIvan Molodetskikh
Cuts down a few more dependencies.