Hyprland/src/devices
Tom Englund 32c0fa2f2f
core: begin using CFileDescriptor from hyprutils (#9122)
* config: make fd use CFileDescriptor

make use of the new hyprutils CFileDescriptor instead of manual FD
handling.

* hyprctl: make fd use CFileDescriptor

make use of the new hyprutils CFileDescriptor instead of manual FD
handling.

* ikeyboard: make fd use CFileDescriptor

make use of the new CFileDescriptor instead of manual FD handling, also
in sendKeymap remove dead code, it already early returns if keyboard
isnt valid, and dont try to close the FD that ikeyboard owns.

* core: make SHMFile functions use CFileDescriptor

make SHMFile misc functions use CFileDescriptor and its associated usage
in dmabuf and keyboard.

* core: make explicit sync use CFileDescriptor

begin using CFileDescriptor in explicit sync and its timelines and
eglsync usage in opengl, there is still a bit left with manual handling
that requires future aquamarine change aswell.

* eventmgr: make fd and sockets use CFileDescriptor

make use of the hyprutils CFileDescriptor instead of manual FD and
socket handling and closing.

* eventloopmgr: make timerfd use CFileDescriptor

make the timerfd use CFileDescriptor instead of manual fd handling

* opengl: make gbm fd use CFileDescriptor

make the gbm rendernode fd use CFileDescriptor instead of manual fd
handling

* core: make selection source/offer use CFileDescriptor

make data selection source and offers use CFileDescriptor and its
associated use in xwm and protocols

* protocols: convert protocols fd to CFileDescriptor

make most fd handling use CFileDescriptor in protocols

* shm: make SHMPool use CfileDescriptor

make SHMPool use CFileDescriptor instead of manual fd handling.

* opengl: duplicate fd with CFileDescriptor

duplicate fenceFD with CFileDescriptor duplicate instead.

* xwayland: make sockets and fds use CFileDescriptor

instead of manual opening/closing make sockets and fds use
CFileDescriptor

* keybindmgr: make sockets and fds use CFileDescriptor

make sockets and fds use CFileDescriptor instead of manual handling.
2025-01-30 11:30:12 +00:00
..
IHID.cpp cursor: move to a hyprland impl 2024-05-09 13:37:39 +01:00
IHID.hpp core: Add clang-tidy (#8664) 2024-12-07 18:51:18 +01:00
IKeyboard.cpp core: begin using CFileDescriptor from hyprutils (#9122) 2025-01-30 11:30:12 +00:00
IKeyboard.hpp core: begin using CFileDescriptor from hyprutils (#9122) 2025-01-30 11:30:12 +00:00
IPointer.cpp cursor: move to a hyprland impl 2024-05-09 13:37:39 +01:00
IPointer.hpp input: add warp_back_after_non_mouse_input 2024-12-15 23:54:14 +00:00
ITouch.cpp cursor: move to a hyprland impl 2024-05-09 13:37:39 +01:00
ITouch.hpp input: cleanup device naming logic 2024-11-09 01:53:05 +00:00
Keyboard.cpp core: cleanup header includes (#9088) 2025-01-17 15:21:35 +00:00
Keyboard.hpp Core: Move to aquamarine (#6608) 2024-07-21 13:09:54 +02:00
Mouse.cpp input: add warp_back_after_non_mouse_input 2024-12-15 23:54:14 +00:00
Mouse.hpp Core: Move to aquamarine (#6608) 2024-07-21 13:09:54 +02:00
Tablet.cpp internal: Remove some unused lambda captures (#8218) 2024-10-24 13:12:41 +01:00
Tablet.hpp core: Add clang-tidy (#8664) 2024-12-07 18:51:18 +01:00
TouchDevice.cpp Core: Move to aquamarine (#6608) 2024-07-21 13:09:54 +02:00
TouchDevice.hpp Core: Move to aquamarine (#6608) 2024-07-21 13:09:54 +02:00
VirtualKeyboard.cpp keyboard: properly update keymap state and fd on keymap changes 2024-07-25 13:02:10 +02:00
VirtualKeyboard.hpp Core: Move to aquamarine (#6608) 2024-07-21 13:09:54 +02:00
VirtualPointer.cpp core: add LIKELY and UNLIKELY macros 2025-01-17 18:56:39 +01:00
VirtualPointer.hpp Core: Move to aquamarine (#6608) 2024-07-21 13:09:54 +02:00