aboutsummaryrefslogtreecommitdiffhomepage
path: root/protocols
AgeCommit message (Collapse)Author
2024-10-08protocols: Add support for hyprland-ctm-control-v1 (#8023)Vaxry
* initial ctm support * flake.lock: update * Meson: bump required versions and add ctm proto --------- Co-authored-by: Mihai Fufezan <[email protected]>
2024-10-06security-context: implement protocolVaxry
fixes #7318
2024-09-30meson: fix arch build with new protocolTrianta
2024-09-11Meson: fix protocols, clean upMihai Fufezan
2024-08-30xdg-dialog: implement new protocolVaxry
2024-07-30protocols: Move globalshortcuts impl (#7102)Ikalco
* move global shortcuts to hyprwayland-scanner * remove wayland-scanner from deps * fix the thing
2024-07-29protocols: move text-input-v1 to hyprwayland-scanner (#7096)Ikalco
* move text-input-v1 to hyprwayland-scanner * vro
2024-07-27protocols: move screencopy and toplevel export to hyprwayland-scanner (#7065)Ikalco
* move screencopy and toplevel export to hyprwayland-scanner * oops
2024-07-21Core: Move to aquamarine (#6608)Vaxry
Moves Hyprland from wlroots to aquamarine for the backend. --------- Signed-off-by: Vaxry <[email protected]> Co-authored-by: Mihai Fufezan <[email protected]> Co-authored-by: Jan Beich <[email protected]> Co-authored-by: vaxerski <[email protected]> Co-authored-by: UjinT34 <[email protected]> Co-authored-by: Tom Englund <[email protected]> Co-authored-by: Ikalco <[email protected]> Co-authored-by: diniamo <[email protected]>
2024-07-11meson: install wayland.hpp headerVirt
2024-06-08wayland/core: move to new impl (#6268)Vaxry
* wayland/core/dmabuf: move to new impl it's the final countdown
2024-05-25xwayland: move to hyprland impl (#6086)Vaxry
2024-05-16build: bump hw-s dep to 0.3.8Vaxry
2024-05-14primary-selection: move to hyprland implVaxry
2024-05-14Meson: add wayland.xml protoMihai Fufezan
2024-05-14wlr-data-device: move to hyprland implVaxry
2024-05-14xdg-shell: move to new implVaxry
2024-05-10presentation-time: move to new implVaxry
2024-05-09layer-shell: move to new implVaxry
Also bumps the hw-s dep
2024-05-09Tablet: move to new implVaxry
Ring and strip are not implemented. Will I implement this? God fucking knows. Nobody seems to have that anyways.
2024-05-08meson: require hyprwayland-scanner >= 0.3.5giskard
2024-05-05protocols: add hyprland_focus_grab_v1 implementation (#5850)outfoxxed
* protocols: add hyprland_focus_grab_v1 implementation * protocols/focus_grab: fix keyboard focus staying on unlisted windows When creating a focus grab with layershell surfaces, the last active toplevel kept keyboard focus. * protocols/focus_grab: fix formatting * protocols/focus_grab: try to pick surface for keyboard focus * focus_grab: update keyboard focus to match spec * Revert "protocols/focus_grab: try to pick surface for keyboard focus" This reverts commit 090358d0d19cc65208641eaefa0a905e99145730. * protocols/focus_grab: fix issues and match new spec * kde-server-decoration: move to new impl * protocols/focus_grab: review fixup * Update hyprland-protocols --------- Co-authored-by: Vaxry <[email protected]>
2024-05-05kde-server-decoration: move to new implVaxry
2024-05-03output-management: move to new implVaxry
2024-05-03virtual-pointer: move to new implVaxry
2024-05-03virtual-keyboard: move to new implVaxry
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