deskflow/src/lib/base
2025-11-14 09:05:37 -05:00
..
BaseException.cpp refactor: XBase Classes => BaseException 2025-08-11 17:14:45 +01:00
BaseException.h refactor: XBase Classes => BaseException 2025-08-11 17:14:45 +01:00
CMakeLists.txt refactor: remove event.cpp, event code is just the header now 2025-11-14 09:05:37 -05:00
DirectionTypes.h chore: Improve logging for active sides 2025-08-06 08:38:00 -04:00
Event.h refactor: remove event.cpp, event code is just the header now 2025-11-14 09:05:37 -05:00
EventQueue.cpp fix: Fix memory leak in EventQueue 2025-11-14 09:05:37 -05:00
EventQueue.h chore: EventQueue remove unused includes 2025-11-07 15:54:19 -05:00
EventQueueTimer.h refactor: define EventQueueTimer to its own header not once per IEventQueue impl 2025-11-10 07:08:29 -05:00
EventTypes.h refactor: Remove RetryOnFailure, Client will always retry and Server will never retry 2025-10-29 08:32:58 -04:00
FinalAction.h chore: FinalAction include utility 2025-11-07 15:54:19 -05:00
FunctionEventJob.cpp chore: FunctionEventJob, use default for deconstructor 2025-05-02 12:12:17 +01:00
FunctionEventJob.h refactor: remove IEventJob 2025-08-18 11:45:21 +01:00
FunctionJob.cpp chore: FunctionJob, use default for deconstructor 2025-05-02 12:12:17 +01:00
FunctionJob.h refactor: explicit constructor for PlatformScreen, FileTail, FunctionJob, FunctionEventJob, ServerConfig, ScreenSettingsDialog, KeySequenceWidget, NetworkAddress, AddClientDialog, ConfigReadContext, LockCursorToScreenAction, RestartServer And KeyboardBroadcastAction 2025-08-04 13:46:27 +01:00
IEventQueue.h chore: IEventQueue remove unused includes 2025-11-07 15:54:19 -05:00
IEventQueueBuffer.h refactor: remove unneeded common/Common includes 2025-08-18 11:45:21 +01:00
IJob.h refactor: remove unneeded common/Common includes 2025-08-18 11:45:21 +01:00
ILogOutputter.h chore: remove unused ILogOutputters:show 2025-10-27 15:36:40 +00:00
Log.cpp feat: Show milliseconds in time values 2025-11-04 10:47:14 -05:00
Log.h refactor: Log remove unneeded includes 2025-11-04 10:47:14 -05:00
LogLevel.h refactor: Move all messages that are checked for by GUI in the log to new IPC Level so the gui can work with any filter level 2025-08-28 00:45:40 +01:00
LogOutputters.cpp chore: remove unused ILogOutputters:show 2025-10-27 15:36:40 +00:00
LogOutputters.h chore: LogOutputters remove unused includes 2025-11-07 15:54:19 -05:00
NetworkProtocol.h refactor: Unify ENetworkProtocol and ServerProtocol into new enum Class NetworkProtocol in new file base/NetworkProtocol.h 2025-07-31 13:41:29 +01:00
Path.cpp refactor: concatenate Namespaces 2025-06-20 09:39:26 +01:00
Path.h chore: Path remove unneeded includes 2025-11-06 09:12:18 -05:00
PriorityQueue.h chore: PriorityQueue::comp add no_unique_address attritribute 2025-09-25 15:01:17 +01:00
SimpleEventQueueBuffer.cpp refactor: Make IEventQueueBuffer Types an enum class, use proper names rename kNone => Unknown to reflect its unknowns an unknown type of event 2025-07-11 03:06:24 -07:00
SimpleEventQueueBuffer.h chore: comment empty methods that do nothing 2025-07-07 17:53:56 +01:00
Stopwatch.cpp chore: remove Unused Stopwatch::double operator 2025-08-04 13:46:27 +01:00
Stopwatch.h refactor: remove unneeded common/Common includes 2025-08-18 11:45:21 +01:00
String.cpp refactor: remove unneeded common/Common includes 2025-08-18 11:45:21 +01:00
String.h refactor: remove unneeded common/Common includes 2025-08-18 11:45:21 +01:00
TMethodJob.h chore: make TMethodJob const void* 2025-11-05 22:07:16 +00:00
Unicode.cpp chore: Unicode remove use of common/Common and use system headers needed directly 2025-11-07 15:54:19 -05:00
Unicode.h chore: Unicode remove use of common/Common and use system headers needed directly 2025-11-07 15:54:19 -05:00