deskflow/src/lib
2025-07-11 03:06:24 -07:00
..
arch refactor: Elevel => LogLevel enum class, use proper names for items in the class 2025-07-11 03:06:24 -07:00
base refactor: remove Unneed enum for LogOutputters and use a constexp instead 2025-07-11 03:06:24 -07:00
client refactor: ServerProxy::EResult => ServerProxy::ConnectionResult enum class 2025-07-11 03:06:24 -07:00
common refactor: Common.h replace anon enum with set constexpr exit codes 2025-07-11 03:06:24 -07:00
deskflow refactor: XSocket::EError => XSocket::SocketError enum class 2025-07-11 03:06:24 -07:00
gui fix: save geometry not frameGeometry on exit 2025-07-09 09:32:39 +01:00
io refactor: remove XBASE related macros, fixes #8723 2025-06-30 20:55:06 +01:00
mt chore: add noreturn to more methods 2025-07-07 17:53:56 +01:00
net refactor: XSocket::EError => XSocket::SocketError enum class 2025-07-11 03:06:24 -07:00
platform refactor: remove anon enum in IKeyState and replace with static s_numButtons 2025-07-11 03:06:24 -07:00
server refactor: Event anon enum => EventFlags struct 2025-07-11 03:06:24 -07:00
CMakeLists.txt refactor: Remove old Windows TCP IPC implementation (replaced by Qt equivalent) 2025-02-28 17:58:16 +00:00
Config.h.in build: remove HAVE_SYS_SOCKET define should be present on all unix systems 2025-06-14 08:22:55 +01:00