aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
AgeCommit message (Collapse)Author
2024-08-13Implement stub mutter-x11-interopIvan Molodetskikh
Allows xdp-gnome dialogs to work with X11 clients. Fixes https://github.com/YaLTeR/niri/issues/594
2024-08-10Bump version to 0.1.8Ivan Molodetskikh
2024-08-09Update dependencies (Smithay Xwayland Nvidia freeze fix)Ivan Molodetskikh
2024-08-08Upgrade dependenciesIvan Molodetskikh
2024-08-06Implement PipeWire DMA-BUF modifier negotiationIvan Molodetskikh
2024-07-27Add profile-with-tracy-ondemand featureIvan 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-27Upgrade dependenciesIvan Molodetskikh
2024-07-12feat: add metadata for generate deb package with cargo debTglman
2024-07-08Upgrade dependenciesIvan Molodetskikh
2024-07-01Enable subpixel glyph positioning in PangoIvan Molodetskikh
Makes things scale more smoothly.
2024-06-29Bump version to 0.1.7Ivan Molodetskikh
2024-06-21Update dependenciesIvan Molodetskikh
2024-06-18Refactor layout to fractional-logicalIvan Molodetskikh
Lets borders, gaps, and everything else stay pixel-perfect even with fractional scale. Allows setting fractional border widths, gaps, struts. See the new wiki .md for more details.
2024-06-10ui/exit_confirm_dialog: Make fractional-scaling awareIvan Molodetskikh
2024-06-10Update dependenciesIvan Molodetskikh
2024-06-09Use generic Atomic for rlim_tIvan Molodetskikh
rlim_t is different between platforms.
2024-05-18Bump version to 0.1.6Ivan Molodetskikh
2024-05-16Bump package versionsIvan Molodetskikh
2024-05-12Implement custom shader for window-close animIvan Molodetskikh
2024-05-08Make async-channel non-optionalIvan Molodetskikh
2024-04-24Implement ideal scale factor guessingIvan Molodetskikh
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-03-30Bump version to 0.1.4Ivan Molodetskikh
2024-03-28Upgrade dependenciesIvan Molodetskikh
2024-03-15Implement gamma adjustment via GAMMA_LUT propertyIvan Molodetskikh
2024-03-15gamma-control: Misc. clean ups and fixesIvan Molodetskikh
2024-03-15Adds support for wlr_gamma_control_unstable_v1 protocolphuhl
2024-03-09Bump version to 0.1.3Ivan Molodetskikh
2024-03-08Update Smithay and dependenciesIvan Molodetskikh
2024-03-06Adjust commentsIvan Molodetskikh
2024-03-06Add dinit support (#246)metent
* Add dinit support - Add --notify-fd cli flag for ready notifications - Set dinit activation environment when "dinit" feature flag is enabled * Make systemd and dinit environment activation additive * Use NOTIFY_FD env variable instead of --notify-fd cli flag for sending ready notifications * Format with rustfmt
2024-03-05Add fuzzel to generate-rpm requiresIvan Molodetskikh
2024-02-28Upgrade dependenciesIvan Molodetskikh
2024-02-22Simplify gradient border shaderIvan Molodetskikh
2024-02-21Add systemd feature flag for systemd-specific thingsIvan Molodetskikh
2024-02-16Bump version to 0.1.2Ivan Molodetskikh
2024-02-15Add watcher testsIvan 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-10Remove unused directories workspace depIvan 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-27Bump version to 0.1.0Ivan Molodetskikh
2024-01-25use pixman for cursor plane renderingChristian Meissl
2024-01-20Bump version to 0.1.0-beta.1Ivan Molodetskikh