aboutsummaryrefslogtreecommitdiffhomepage
path: root/protocols
AgeCommit message (Collapse)Author
2024-05-01ime-v2: move to new implVaxry
2024-04-30session-lock: move to new implVaxry
2024-04-29ext-idle-notify: move to new implVaxry
2024-04-29xdg-activation: move to new implVaxry
2024-04-29wlr-output-power: move to new implVaxry
2024-04-27pointer-constraints: move to new implVaxry
2024-04-25text-input-v3: move to new implVaxry
2024-04-25shortcuts-inhibitor: move to new implVaxry
2024-04-25wlr-foreign-toplevel: move to new implVaxry
2024-04-24pointer-gestures: move to new implVaxry
2024-04-24ext-foreign-toplevel: add implementationVaxry
2024-04-22gamma-control: move to new implVaxry
2024-04-21alpha-modifier: add support for protocolVaxry
2024-04-21xdg-decoration: move to new implVaxry
2024-04-21relative-pointer: move to new implVaxry
2024-04-21idle-inhibit: move to new implVaxry
2024-04-21cursor-shape: move to new implVaxry
2024-04-20XDG-Output: move to hyprwayland-scannerVaxry
2024-04-20Fractional-scale: move to new implVaxry
2024-04-20core: Move tearing to hyprwayland-scanner (#5657)Vaxry
Adds a new dependency: hyprwayland-scanner https://github.com/hyprwm/hyprwayland-scanner --------- Co-authored-by: Mihai Fufezan <[email protected]>
2024-01-20build: protocols: require wayland-protocols >= 1.32Sean McGovern
The cursor-shape-v1 protocol was not available until this release.
2023-09-28renderer: Tearing implementation (#3441)Vaxry
2023-09-01meson/cmake: remove refs to ext-workspace-unstable-v1vaxerski
2023-07-24input: add support for cursor-shape-v1vaxerski
2023-06-23xwayland: send zero scaling to xwayland if enabledvaxerski
2023-04-27Plugin header overhaul (#2087)Ching Pei Yang
* meson: install headers * Meson/CMake: add pkg-config file for headers * makefile: install headers and pkgconfig * CMake: move protocols to cmake Co-authored-by: Ching Pei Yang <[email protected]> --------- Co-authored-by: Mihai Fufezan <[email protected]> Co-authored-by: vaxerski <[email protected]>
2023-04-09deps: update hyprland-protocolsvaxerski
2023-04-09GlobalShortcuts protocol impl (#1886)Vaxry
Implements the `hyprland-global-shortcuts-v1` protocol --------- Co-authored-by: Mihai Fufezan <[email protected]>
2023-04-03Hyprland Screencopy impl (#1800)Vaxry
--------- Co-authored-by: Mihai Fufezan <[email protected]>
2023-03-14input: text-input-v1 support (#1778)Vaxry
support zwp_text_input_v1 --------- Co-authored-by: Mihai Fufezan <[email protected]>
2023-01-20wp-fractional-scaling-v1 impl (#1373)Vaxry
* Initial fractional scaling impl * apply UV after geom calcs * fix scaling -> scale * meson: add fractional scale proto Co-authored-by: Mihai Fufezan <[email protected]>
2022-12-12Added toplevel handle sharing Rev2 (#1203)v0.19.2betaVaxry
* Added toplevel handle sharing * nix: fix build * update hyprland-protocols Co-authored-by: Mihai Fufezan <[email protected]>
2022-12-05Implement window sharing with the hl toplevel export proto (#1179)Vaxry
* implement window sharing Co-authored-by: Mihai Fufezan <[email protected]>
2022-11-05fix relative protocol pathsvaxerski
CI fix
2022-07-31protocols: add wlr-output-power-management-unstable-v1.xml to meson.buildMihai Fufezan
2022-07-30support wlr-output-power-managementvaxerski
2022-06-16Added meson buildfilesFlorian "sp1rit"​
this makes for a far better experience in combination with wlroots, since that whole makefile mess is not required. Additionaly, handling of wayland protocol sources is also slightly better, but could be improved with mesons inbuilt wayland module. To build Hyprland using meson: meson _build -Ddefault_library=static ninja -C _build ninja -C _build install
2022-06-08Added the tablet manager and tablet v2 protocolvaxerski
2022-04-17Implemented mouse constraintsvaxerski
has some todos but mostly works
2022-04-11Added zext_workspace protocol support 🎉vaxerski
2022-03-24added a screencopy protocolvaxerski
2022-03-16Initial Commitvaxerski