aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
AgeCommit message (Collapse)Author
2024-08-24Update Smithay (layer-shell popup fix)Ivan Molodetskikh
2024-08-22Update Smithay (apply state in post commit)Ivan Molodetskikh
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-31add mod3 key binding support (#565)Jeff Peeler
* add support for iso_level5_shift modifier * update Cargo.lock bumps smithay to de94e8f59e202b605c35dfe1fef1857bad427e8c
2024-07-27Upgrade dependenciesIvan Molodetskikh
2024-07-12Update Cargo.lockIvan Molodetskikh
2024-07-12Add schemars::JsonSchema trait to ipc types (#536)Oli Strik
* feat: add schemars JsonSchema trait to ipc types * niri-ipc: use feature-flag for deriving schemars::JsonSchema --------- Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com>
2024-07-08niri-config: add test to see if all snippets inside of the wiki compileSuyashtnt
Signed-off-by: Suyashtnt <suyashtnt@gmail.com>
2024-07-08Upgrade dependenciesIvan Molodetskikh
2024-07-08bump smithayChristian Meissl
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-22Update winit to fix failing build on arm linuxitsjunetime
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-17Update SmithayIvan Molodetskikh
2024-06-17niri-config: Add pretty-assertions to testsIvan Molodetskikh
The config parse test is pretty big and it's impossible to tell the difference from the normal assert.
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-24Update Smithay (NVIDIA 555 fix)Ivan Molodetskikh
2024-05-18Bump version to 0.1.6Ivan Molodetskikh
2024-05-17Update Smithay (session-lock fix)Ivan Molodetskikh
2024-05-17Update Smithay (buffer leak and crash fix)Ivan Molodetskikh
2024-05-16Bump package versionsIvan Molodetskikh
2024-05-16Update Smithay and other depsIvan Molodetskikh
2024-05-12Implement custom shader for window-close animIvan Molodetskikh
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