Hyprland/src/managers
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
..
eventLoop core: begin using CFileDescriptor from hyprutils (#9122) 2025-01-30 11:30:12 +00:00
input renderer/internal: stop using box pointers 2025-01-26 15:05:34 +00:00
AnimationManager.cpp renderer/internal: stop using box pointers 2025-01-26 15:05:34 +00:00
AnimationManager.hpp core: move all shared_ptrs from the STL to hyprutils (#9143) 2025-01-23 21:55:41 +01:00
CursorManager.cpp core: move all shared_ptrs from the STL to hyprutils (#9143) 2025-01-23 21:55:41 +01:00
CursorManager.hpp core: move all shared_ptrs from the STL to hyprutils (#9143) 2025-01-23 21:55:41 +01:00
DonationNagManager.cpp core: Add a periodic donation request (#8981) 2025-01-10 18:09:40 +00:00
DonationNagManager.hpp core: move all shared_ptrs from the STL to hyprutils (#9143) 2025-01-23 21:55:41 +01:00
EventManager.cpp core: begin using CFileDescriptor from hyprutils (#9122) 2025-01-30 11:30:12 +00:00
EventManager.hpp core: begin using CFileDescriptor from hyprutils (#9122) 2025-01-30 11:30:12 +00:00
HookSystemManager.cpp misc: constify the remaining for loops (#7534) 2024-08-26 20:24:30 +02:00
HookSystemManager.hpp hooksystem: avoid huge include for HANDLE 2025-01-26 18:38:35 +00:00
KeybindManager.cpp core: begin using CFileDescriptor from hyprutils (#9122) 2025-01-30 11:30:12 +00:00
KeybindManager.hpp core: move all shared_ptrs from the STL to hyprutils (#9143) 2025-01-23 21:55:41 +01:00
LayoutManager.cpp hyprctl: Add 'layouts' command (#3895) 2023-11-21 18:43:38 +00:00
LayoutManager.hpp core: move all shared_ptrs from the STL to hyprutils (#9143) 2025-01-23 21:55:41 +01:00
PointerManager.cpp renderer/internal: stop using box pointers 2025-01-26 15:05:34 +00:00
PointerManager.hpp core: Add clang-tidy (#8664) 2024-12-07 18:51:18 +01:00
ProtocolManager.cpp protocols: add hyprland_surface_v1.set_visible_region implementation (#9120) 2025-01-23 22:57:33 +01:00
ProtocolManager.hpp core: move all shared_ptrs from the STL to hyprutils (#9143) 2025-01-23 21:55:41 +01:00
SeatManager.cpp datadevice: do the unfocus surface stuff before dndActive is true (#9157) 2025-01-24 16:50:15 +01:00
SeatManager.hpp core: cleanup header includes (#9088) 2025-01-17 15:21:35 +00:00
SessionLockManager.cpp input: pass touch events to lock screens (#9129) 2025-01-25 19:44:13 +01:00
SessionLockManager.hpp input: pass touch events to lock screens (#9129) 2025-01-25 19:44:13 +01:00
TokenManager.cpp internal: Remove some unused lambda captures (#8218) 2024-10-24 13:12:41 +01:00
TokenManager.hpp core: move all shared_ptrs from the STL to hyprutils (#9143) 2025-01-23 21:55:41 +01:00
VersionKeeperManager.cpp core: Add a periodic donation request (#8981) 2025-01-10 18:09:40 +00:00
VersionKeeperManager.hpp core: move all shared_ptrs from the STL to hyprutils (#9143) 2025-01-23 21:55:41 +01:00
XCursorManager.cpp core: move all shared_ptrs from the STL to hyprutils (#9143) 2025-01-23 21:55:41 +01:00
XCursorManager.hpp core,hyprctl: clang, clang-tidy, typo fixes and dtors changes (#9233) 2025-01-30 11:07:06 +00:00
XWaylandManager.cpp xwayland: respect window size set by configure requests (#9190) 2025-01-28 10:04:57 +00:00
XWaylandManager.hpp renderer/internal: stop using box pointers 2025-01-26 15:05:34 +00:00