Hyprland/src/protocols
2024-05-14 23:02:24 +01:00
..
core wl_seat: move to hyprland impl 2024-05-14 23:02:24 +01:00
AlphaModifier.cpp internal: new shared_ptr and weak_ptr implementation (#5883) 2024-05-05 17:16:00 +01:00
AlphaModifier.hpp style: fix clang-format 2024-04-21 21:29:37 +01:00
CursorShape.cpp internal: new shared_ptr and weak_ptr implementation (#5883) 2024-05-05 17:16:00 +01:00
CursorShape.hpp cursor-shape: allow duplicate devices per pointer resource 2024-04-30 00:05:29 +01:00
FocusGrab.cpp wl_seat: move to hyprland impl 2024-05-14 23:02:24 +01:00
FocusGrab.hpp wl_seat: move to hyprland impl 2024-05-14 23:02:24 +01:00
ForeignToplevel.cpp internal: new shared_ptr and weak_ptr implementation (#5883) 2024-05-05 17:16:00 +01:00
ForeignToplevel.hpp internal: Window storage rework - part 1 (#5762) 2024-04-27 12:43:12 +01:00
ForeignToplevelWlr.cpp foreign-toplevel: bypass no activate focus checks 2024-05-08 01:31:22 +01:00
ForeignToplevelWlr.hpp internal: Window storage rework - part 1 (#5762) 2024-04-27 12:43:12 +01:00
FractionalScale.cpp internal: new shared_ptr and weak_ptr implementation (#5883) 2024-05-05 17:16:00 +01:00
FractionalScale.hpp protocols: minor style improvements to new impls 2024-04-21 19:29:45 +01:00
GammaControl.cpp internal: new shared_ptr and weak_ptr implementation (#5883) 2024-05-05 17:16:00 +01:00
GammaControl.hpp gamma-control: move to new impl 2024-04-22 18:21:03 +01:00
GlobalShortcuts.cpp GlobalShortcuts protocol impl (#1886) 2023-04-09 13:48:20 +01:00
GlobalShortcuts.hpp Revert "internal: include headers from protocols/" 2023-04-27 13:55:13 +01:00
IdleInhibit.cpp internal: new shared_ptr and weak_ptr implementation (#5883) 2024-05-05 17:16:00 +01:00
IdleInhibit.hpp idle-inhibit: don't destroy inhibitor on surface destroy 2024-04-24 19:15:01 +01:00
IdleNotify.cpp internal: new shared_ptr and weak_ptr implementation (#5883) 2024-05-05 17:16:00 +01:00
IdleNotify.hpp internal: new shared_ptr and weak_ptr implementation (#5883) 2024-05-05 17:16:00 +01:00
InputMethodV2.cpp wl_seat: move to hyprland impl 2024-05-14 23:02:24 +01:00
InputMethodV2.hpp ime-v2: move to new impl 2024-05-01 16:41:17 +01:00
LayerShell.cpp layer-shell: move to new impl 2024-05-09 22:02:18 +01:00
LayerShell.hpp layer-shell: move to new impl 2024-05-09 22:02:18 +01:00
OutputManagement.cpp core: chase hyprwayland-scanner 2024-05-07 14:28:26 +01:00
OutputManagement.hpp output-management: move to new impl 2024-05-03 18:08:04 +01:00
OutputPower.cpp internal: new shared_ptr and weak_ptr implementation (#5883) 2024-05-05 17:16:00 +01:00
OutputPower.hpp wlr-output-power: move to new impl 2024-04-29 01:38:24 +01:00
PointerConstraints.cpp wl_seat: move to hyprland impl 2024-05-14 23:02:24 +01:00
PointerConstraints.hpp pointer-constraints: move to new impl 2024-04-27 03:17:04 +01:00
PointerGestures.cpp wl_seat: move to hyprland impl 2024-05-14 23:02:24 +01:00
PointerGestures.hpp pointer-gestures: move to new impl 2024-04-24 21:36:56 +01:00
PresentationTime.cpp presentation-time: move to new impl 2024-05-10 02:38:54 +01:00
PresentationTime.hpp presentation-time: move to new impl 2024-05-10 02:38:54 +01:00
RelativePointer.cpp wl_seat: move to hyprland impl 2024-05-14 23:02:24 +01:00
RelativePointer.hpp relative-pointer: move to new impl 2024-04-21 19:30:23 +01:00
Screencopy.cpp screencopy: don't spam sw cursor locks 2024-05-11 22:10:42 +01:00
Screencopy.hpp screencopy: don't spam sw cursor locks 2024-05-11 22:10:42 +01:00
ServerDecorationKDE.cpp internal: new shared_ptr and weak_ptr implementation (#5883) 2024-05-05 17:16:00 +01:00
ServerDecorationKDE.hpp kde-server-decoration: move to new impl 2024-05-05 02:00:55 +01:00
SessionLock.cpp wl_seat: move to hyprland impl 2024-05-14 23:02:24 +01:00
SessionLock.hpp session-lock: don't allow events from rejected locks 2024-05-07 18:43:00 +01:00
ShortcutsInhibit.cpp internal: new shared_ptr and weak_ptr implementation (#5883) 2024-05-05 17:16:00 +01:00
ShortcutsInhibit.hpp shortcuts-inhibitor: move to new impl 2024-04-25 14:32:35 +01:00
Tablet.cpp wl_seat: move to hyprland impl 2024-05-14 23:02:24 +01:00
Tablet.hpp Tablet: move to new impl 2024-05-09 13:37:39 +01:00
TearingControl.cpp internal: new shared_ptr and weak_ptr implementation (#5883) 2024-05-05 17:16:00 +01:00
TearingControl.hpp protocols: utilize hyprwayland-scanner 0.3.3 functions 2024-05-01 19:40:35 +01:00
TextInputV1.cpp IME: fix crash on restarting IME (#5428) 2024-04-04 17:34:04 +01:00
TextInputV1.hpp IME/TI: Fixes and refactoring 2024-03-22 23:08:52 +00:00
TextInputV3.cpp text-input-v3: atomically enable/disable on commit 2024-05-09 14:27:48 +01:00
TextInputV3.hpp text-input-v3: move to new impl 2024-04-25 23:27:44 +01:00
ToplevelExport.cpp cursor: move to a hyprland impl 2024-05-09 13:37:39 +01:00
ToplevelExport.hpp internal: Window storage rework - part 1 (#5762) 2024-04-27 12:43:12 +01:00
ToplevelExportWlrFuncs.hpp screencopy: fix detecting gl shm formats 2023-12-03 22:04:07 +00:00
VirtualKeyboard.cpp virtual-keyboard: release keys before destroy 2024-05-09 14:07:21 +01:00
VirtualKeyboard.hpp virtual-keyboard: release keys before destroy 2024-05-09 14:07:21 +01:00
VirtualPointer.cpp internal: new shared_ptr and weak_ptr implementation (#5883) 2024-05-05 17:16:00 +01:00
VirtualPointer.hpp input: Introduce basic hyprland HID classes 2024-05-03 22:40:27 +01:00
WaylandProtocol.cpp Protocols: implement protoLog 2024-04-22 18:44:25 +01:00
WaylandProtocol.hpp internal: Window storage rework - part 1 (#5762) 2024-04-27 12:43:12 +01:00
XDGActivation.cpp xdg-activation: keep tokens after the resource is dead 2024-05-08 22:17:17 +01:00
XDGActivation.hpp xdg-activation: keep tokens after the resource is dead 2024-05-08 22:17:17 +01:00
XDGDecoration.cpp internal: new shared_ptr and weak_ptr implementation (#5883) 2024-05-05 17:16:00 +01:00
XDGDecoration.hpp xdg-decoration: move to new impl 2024-04-21 20:04:58 +01:00
XDGOutput.cpp internal: new shared_ptr and weak_ptr implementation (#5883) 2024-05-05 17:16:00 +01:00
XDGOutput.hpp protocols: minor style improvements to new impls 2024-04-21 19:29:45 +01:00