deskflow/src/lib/platform
2025-05-20 16:20:07 +01:00
..
CMakeLists.txt feat: remove drag and drop support, its broken on all platforms 2025-05-08 09:47:41 -04:00
EiEventQueueBuffer.cpp chore: use c++17 style if,switch init-initilizer where possible 2025-05-20 16:20:07 +01:00
EiEventQueueBuffer.h chore: define only one variable per line 2025-05-20 16:20:07 +01:00
EiKeyState.cpp chore: use c++17 style if,switch init-initilizer where possible 2025-05-20 16:20:07 +01:00
EiKeyState.h chore: Use override for override methods 2025-04-28 11:27:33 +01:00
EiScreen.cpp chore: define only one variable per line 2025-05-20 16:20:07 +01:00
EiScreen.h Port simplified EventTypes from 8b23570379 2025-05-05 17:17:01 -04:00
IMSWindowsClipboardFacade.h chore: clean up windows code smells missed by sonarscan 2025-05-03 21:13:09 +01:00
IOSXKeyResource.cpp chore: use nullptr where possible in place of NULL 2025-04-28 13:08:40 +01:00
IOSXKeyResource.h refactor: Reuse compliance 2025-01-27 17:05:47 -05:00
MSWindowsClipboard.cpp chore: use nullptr where possible in place of NULL 2025-04-28 13:08:40 +01:00
MSWindowsClipboard.h chore: clean up windows code smells missed by sonarscan 2025-05-03 21:13:09 +01:00
MSWindowsClipboardAnyTextConverter.cpp chore: clean up windows code smells missed by sonarscan 2025-05-03 21:13:09 +01:00
MSWindowsClipboardAnyTextConverter.h chore: clean up windows code smells missed by sonarscan 2025-05-03 21:13:09 +01:00
MSWindowsClipboardBitmapConverter.cpp chore: clean up windows code smells missed by sonarscan 2025-05-03 21:13:09 +01:00
MSWindowsClipboardBitmapConverter.h chore: clean up windows code smells missed by sonarscan 2025-05-03 21:13:09 +01:00
MSWindowsClipboardFacade.cpp chore: use nullptr where possible in place of NULL 2025-04-28 13:08:40 +01:00
MSWindowsClipboardFacade.h chore: clean up windows code smells missed by sonarscan 2025-05-03 21:13:09 +01:00
MSWindowsClipboardHTMLConverter.cpp chore: clean up windows code smells missed by sonarscan 2025-05-03 21:13:09 +01:00
MSWindowsClipboardHTMLConverter.h chore: clean up windows code smells missed by sonarscan 2025-05-03 21:13:09 +01:00
MSWindowsClipboardTextConverter.cpp chore: clean up windows code smells missed by sonarscan 2025-05-03 21:13:09 +01:00
MSWindowsClipboardTextConverter.h chore: clean up windows code smells missed by sonarscan 2025-05-03 21:13:09 +01:00
MSWindowsClipboardUTF16Converter.cpp chore: clean up windows code smells missed by sonarscan 2025-05-03 21:13:09 +01:00
MSWindowsClipboardUTF16Converter.h chore: clean up windows code smells missed by sonarscan 2025-05-03 21:13:09 +01:00
MSWindowsDebugOutputter.cpp chore: clean up windows code smells missed by sonarscan 2025-05-03 21:13:09 +01:00
MSWindowsDebugOutputter.h chore: clean up windows code smells missed by sonarscan 2025-05-03 21:13:09 +01:00
MSWindowsDesks.cpp Port simplified EventTypes from 8b23570379 2025-05-05 17:17:01 -04:00
MSWindowsDesks.h feat: remove stopOnDeskSwitch, its broken 2025-04-22 10:00:45 +01:00
MSWindowsEventQueueBuffer.cpp Port simplified EventTypes from 8b23570379 2025-05-05 17:17:01 -04:00
MSWindowsEventQueueBuffer.h chore: clean up windows code smells missed by sonarscan 2025-05-03 21:13:09 +01:00
MSWindowsHandle.h refactor: Move Windows SendSAS call to new thread 2025-03-12 12:18:32 -04:00
MSWindowsHook.cpp chore: clean up windows code smells missed by sonarscan 2025-05-03 21:13:09 +01:00
MSWindowsHook.h chore: clean up windows code smells missed by sonarscan 2025-05-03 21:13:09 +01:00
MSWindowsKeyState.cpp Port simplified EventTypes from 8b23570379 2025-05-05 17:17:01 -04:00
MSWindowsKeyState.h chore: clean up windows code smells missed by sonarscan 2025-05-03 21:13:09 +01:00
MSWindowsPowerManager.cpp refactor: Reuse compliance 2025-01-27 17:05:47 -05:00
MSWindowsPowerManager.h refactor: Reuse compliance 2025-01-27 17:05:47 -05:00
MSWindowsProcess.cpp fix(daemon): Use missing %s when logging XArchEvalWindows result 2025-04-16 05:28:23 -07:00
MSWindowsProcess.h feat: Implement basic IPC connection between Daemon and GUI 2025-02-28 17:58:16 +00:00
MSWindowsScreen.cpp feat: remove drag and drop support, its broken on all platforms 2025-05-08 09:47:41 -04:00
MSWindowsScreen.h feat: remove drag and drop support, its broken on all platforms 2025-05-08 09:47:41 -04:00
MSWindowsScreenSaver.cpp chore: use nullptr where possible in place of NULL 2025-04-28 13:08:40 +01:00
MSWindowsScreenSaver.h chore: clean up windows code smells missed by sonarscan 2025-05-03 21:13:09 +01:00
MSWindowsSession.cpp chore: clean up windows code smells missed by sonarscan 2025-05-03 21:13:09 +01:00
MSWindowsSession.h chore: clean up windows code smells missed by sonarscan 2025-05-03 21:13:09 +01:00
MSWindowsUtil.cpp chore: use nullptr where possible in place of NULL 2025-04-28 13:08:40 +01:00
MSWindowsUtil.h refactor: Reuse compliance 2025-01-27 17:05:47 -05:00
MSWindowsWatchdog.cpp feat(gui): Retry mechanism for Windows Daemon IPC client 2025-04-29 13:13:07 +01:00
MSWindowsWatchdog.h feat: remove stopOnDeskSwitch, its broken 2025-04-22 10:00:45 +01:00
OSXAutoTypes.h refactor: Reuse compliance 2025-01-27 17:05:47 -05:00
OSXClipboard.cpp chore: use nullptr where possible in place of NULL 2025-04-28 13:08:40 +01:00
OSXClipboard.h chore: clean up macos code smell missed by sonarscan 2025-05-03 21:23:15 +01:00
OSXClipboardAnyBitmapConverter.cpp chore: clean up macos code smell missed by sonarscan 2025-05-03 21:23:15 +01:00
OSXClipboardAnyBitmapConverter.h chore: clean up macos code smell missed by sonarscan 2025-05-03 21:23:15 +01:00
OSXClipboardAnyTextConverter.cpp chore: clean up macos code smell missed by sonarscan 2025-05-03 21:23:15 +01:00
OSXClipboardAnyTextConverter.h chore: clean up macos code smell missed by sonarscan 2025-05-03 21:23:15 +01:00
OSXClipboardBMPConverter.cpp chore: clean up macos code smell missed by sonarscan 2025-05-03 21:23:15 +01:00
OSXClipboardBMPConverter.h chore: clean up macos code smell missed by sonarscan 2025-05-03 21:23:15 +01:00
OSXClipboardHTMLConverter.cpp chore: clean up macos code smell missed by sonarscan 2025-05-03 21:23:15 +01:00
OSXClipboardHTMLConverter.h chore: clean up macos code smell missed by sonarscan 2025-05-03 21:23:15 +01:00
OSXClipboardTextConverter.cpp chore: clean up macos code smell missed by sonarscan 2025-05-03 21:23:15 +01:00
OSXClipboardTextConverter.h chore: clean up macos code smell missed by sonarscan 2025-05-03 21:23:15 +01:00
OSXClipboardUTF8Converter.cpp refactor: Reuse compliance 2025-01-27 17:05:47 -05:00
OSXClipboardUTF8Converter.h chore: clean up macos code smell missed by sonarscan 2025-05-03 21:23:15 +01:00
OSXClipboardUTF16Converter.cpp chore: clean up macos code smell missed by sonarscan 2025-05-03 21:23:15 +01:00
OSXClipboardUTF16Converter.h chore: clean up macos code smell missed by sonarscan 2025-05-03 21:23:15 +01:00
OSXCocoaApp.h feat: remove drag and drop support, its broken on all platforms 2025-05-08 09:47:41 -04:00
OSXCocoaApp.m feat: remove drag and drop support, its broken on all platforms 2025-05-08 09:47:41 -04:00
OSXEventQueueBuffer.cpp chore: clean up macos code smell missed by sonarscan 2025-05-03 21:23:15 +01:00
OSXEventQueueBuffer.h chore: clean up macos code smell missed by sonarscan 2025-05-03 21:23:15 +01:00
OSXKeyState.cpp chore: clean up macos code smell missed by sonarscan 2025-05-03 21:23:15 +01:00
OSXKeyState.h chore: clean up macos code smell missed by sonarscan 2025-05-03 21:23:15 +01:00
OSXMediaKeySupport.h chore: rename lib/deskflow/key_types => lib/deskflow/KeyTypes 2025-03-20 13:06:45 +00:00
OSXMediaKeySupport.m refactor: Reuse compliance 2025-01-27 17:05:47 -05:00
OSXPasteboardPeeker.h chore: rename lib/common/common.h => lib/common/Common.h 2025-03-20 13:06:45 +00:00
OSXPasteboardPeeker.m refactor: Reuse compliance 2025-01-27 17:05:47 -05:00
OSXPowerManager.cpp chore: clean up macos code smell missed by sonarscan 2025-05-03 21:23:15 +01:00
OSXPowerManager.h chore: clean up macos code smell missed by sonarscan 2025-05-03 21:23:15 +01:00
OSXScreen.h feat: remove drag and drop support, its broken on all platforms 2025-05-08 09:47:41 -04:00
OSXScreen.mm Resolve deprecated-enum-float-conversion compiler warnings 2025-05-14 11:05:41 -04:00
OSXScreenSaver.cpp Port simplified EventTypes from 8b23570379 2025-05-05 17:17:01 -04:00
OSXScreenSaver.h chore: clean up macos code smell missed by sonarscan 2025-05-03 21:23:15 +01:00
OSXScreenSaverControl.h refactor: Reuse compliance 2025-01-27 17:05:47 -05:00
OSXScreenSaverUtil.h chore: rename lib/common/common.h => lib/common/Common.h 2025-03-20 13:06:45 +00:00
OSXScreenSaverUtil.m refactor: Reuse compliance 2025-01-27 17:05:47 -05:00
OSXUchrKeyResource.cpp chore: use nullptr where possible in place of NULL 2025-04-28 13:08:40 +01:00
OSXUchrKeyResource.h chore: clean up macos code smell missed by sonarscan 2025-05-03 21:23:15 +01:00
PortalInputCapture.cpp chore: define only one variable per line 2025-05-20 16:20:07 +01:00
PortalInputCapture.h fix: Wrong cb_activated signature in input-capture 2025-01-30 14:50:08 -05:00
PortalRemoteDesktop.cpp chore: use c++17 style if,switch init-initilizer where possible 2025-05-20 16:20:07 +01:00
PortalRemoteDesktop.h refactor: Reuse compliance 2025-01-27 17:05:47 -05:00
Wayland.h chore: rename lib/platform/wayland.h => lib/platform/Wayland.h 2025-03-20 13:06:45 +00:00
XWindowsClipboard.cpp chore: use c++17 style if,switch init-initilizer where possible 2025-05-20 16:20:07 +01:00
XWindowsClipboard.h chore: use nullptr where possible in place of NULL 2025-04-28 13:08:40 +01:00
XWindowsClipboardAnyBitmapConverter.cpp chore: define only one variable per line 2025-05-20 16:20:07 +01:00
XWindowsClipboardAnyBitmapConverter.h chore: XClipboardAnyBitmapConverter use default for constructor / deconstructor 2025-05-02 12:12:17 +01:00
XWindowsClipboardBMPConverter.cpp chore: XClipboardBMPConverter use default for deconstructor 2025-05-02 12:12:17 +01:00
XWindowsClipboardBMPConverter.h chore: XClipboardBMPConverter use default for deconstructor 2025-05-02 12:12:17 +01:00
XWindowsClipboardHTMLConverter.cpp chore: XClipboardHTMLConverter use default for deconstructor 2025-05-02 12:12:17 +01:00
XWindowsClipboardHTMLConverter.h chore: XClipboardHTMLConverter use default for deconstructor 2025-05-02 12:12:17 +01:00
XWindowsClipboardTextConverter.cpp chore: XClipboardTextConverter use default for deconstructor 2025-05-02 12:12:17 +01:00
XWindowsClipboardTextConverter.h chore: XClipboardTextConverter use default for deconstructor 2025-05-02 12:12:17 +01:00
XWindowsClipboardUCS2Converter.cpp chore: XClipboardUCS2Converter use default for deconstructor 2025-05-02 12:12:17 +01:00
XWindowsClipboardUCS2Converter.h chore: XClipboardUCS2Converter use default for deconstructor 2025-05-02 12:12:17 +01:00
XWindowsClipboardUTF8Converter.cpp chore: XClipboardUTF8Converter use default for deconstructor 2025-05-02 12:12:17 +01:00
XWindowsClipboardUTF8Converter.h chore: XClipboardUTF8Converter use default for deconstructor 2025-05-02 12:12:17 +01:00
XWindowsEventQueueBuffer.cpp chore: use c++17 style if,switch init-initilizer where possible 2025-05-20 16:20:07 +01:00
XWindowsEventQueueBuffer.h chore: Use override for override methods 2025-04-28 11:27:33 +01:00
XWindowsKeyState.cpp chore: define only one variable per line 2025-05-20 16:20:07 +01:00
XWindowsKeyState.h chore: remove unused tests 2025-05-08 15:26:44 +01:00
XWindowsPowerManager.cpp chore: use c++17 style if,switch init-initilizer where possible 2025-05-20 16:20:07 +01:00
XWindowsPowerManager.h refactor: move Screensaver inhibate call for xwindows from arch to platform 2025-03-17 16:59:43 +00:00
XWindowsScreen.cpp chore: define only one variable per line 2025-05-20 16:20:07 +01:00
XWindowsScreen.h chore: define only one variable per line 2025-05-20 16:20:07 +01:00
XWindowsScreenSaver.cpp chore: define only one variable per line 2025-05-20 16:20:07 +01:00
XWindowsScreenSaver.h chore: use nullptr where possible in place of NULL 2025-04-28 13:08:40 +01:00
XWindowsUtil.cpp chore: use c++17 style if,switch init-initilizer where possible 2025-05-20 16:20:07 +01:00
XWindowsUtil.h chore: replace typedef with using 2025-05-20 16:20:07 +01:00