Share a single keyboard and mouse between multiple computers.
74 matches across 2 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | docs/user/configuration.md | 621 | # sample deskflow configuration file |
| LOW | src/lib/net/TCPSocket.cpp | 1 | /* |
| LOW | src/lib/net/SecureSocket.cpp | 1 | /* |
| LOW | src/lib/net/TCPListenSocket.cpp | 1 | /* |
| LOW | src/lib/net/SocketMultiplexer.cpp | 1 | /* |
| LOW | src/lib/net/SocketMultiplexer.h | 41 | //@} |
| LOW | src/lib/net/SocketMultiplexer.h | 61 | [[noreturn]] void serviceThread(const void *); |
| LOW | src/lib/platform/XWindowsScreen.cpp | 21 | #include "deskflow/ScreenException.h" |
| LOW | src/lib/platform/XWindowsScreen.cpp | 41 | #include <X11/extensions/dpms.h> |
| LOW | src/lib/platform/XWindowsScreen.cpp | 61 | #endif |
| LOW | src/lib/platform/XWindowsScreen.cpp | 901 | m_xCenter = m_x + (m_w >> 1); |
| LOW | src/lib/platform/XWindowsScreen.cpp | 1121 | // let input methods try to handle event first |
| LOW | src/lib/platform/XWindowsScreen.cpp | 1501 | } else if (m_isOnScreen) { |
| LOW | src/lib/platform/MSWindowsWatchdog.cpp | 1 | /* |
| LOW | src/lib/platform/MSWindowsScreen.cpp | 1 | /* |
| LOW | src/lib/platform/MSWindowsScreen.cpp | 21 | #include "deskflow/ClientApp.h" |
| LOW | src/lib/platform/MSWindowsScreen.cpp | 41 | // add backwards compatible multihead support (and suppress bogus warning). |
| LOW | src/lib/platform/MSWindowsScreen.cpp | 61 | #define MOUSEEVENTF_XUP 0x0100 |
| LOW | src/lib/platform/MSWindowsScreen.cpp | 1061 | // alt would activate menus and tapping the windows key would open |
| LOW | src/lib/platform/MSWindowsScreen.cpp | 1201 | } |
| LOW | src/lib/platform/MSWindowsScreen.cpp | 1361 | setThisCursorPos(x, y); |
| LOW | src/lib/platform/MSWindowsScreen.cpp | 1381 | fakeMouseMove(x, y); |
| LOW | src/lib/platform/XWindowsClipboard.cpp | 21 | #include <X11/Xatom.h> |
| LOW | src/lib/platform/XWindowsClipboard.cpp | 821 | // instead we'll use just the requestor. that's more restrictive than |
| LOW | src/lib/platform/WlClipboard.cpp | 1 | /* |
| LOW | src/lib/platform/MSWindowsDesks.cpp | 1 | /* |
| LOW | src/lib/platform/MSWindowsDesks.cpp | 21 | #include "platform/MSWindowsHook.h" |
| LOW | src/lib/platform/MSWindowsDesks.cpp | 41 | // X button stuff |
| LOW | src/lib/platform/MSWindowsDesks.cpp | 61 | // <unused>; <unused> |
| LOW | src/lib/platform/MSWindowsDesks.cpp | 581 | SetWindowPos(desk->m_window, HWND_TOP, m_xCenter, m_yCenter, 1, 1, SWP_NOACTIVATE | SWP_SHOWWINDOW); |
| LOW | src/lib/platform/OSXClipboard.cpp | 1 | /* |
| LOW | src/lib/platform/XWindowsKeyState.cpp | 21 | #include "platform/XDGKeyUtil.h" |
| LOW | src/lib/platform/XWindowsKeyState.cpp | 381 | // control key. the meaning of a modifier bit (other than those) |
| LOW | src/lib/platform/OSXScreen.mm | 1 | /* |
| LOW | src/lib/platform/OSXScreen.mm | 21 | #include "deskflow/ClientApp.h" |
| LOW | src/lib/platform/OSXScreen.mm | 1521 | app.getEvents()->addEvent(Event(EventTypes::Quit, nullptr, new ExitEventData(s_exitFailed))); |
| LOW | src/lib/platform/XWindowsEventQueueBuffer.cpp | 81 | pfds[0].events = POLLIN; |
| LOW | src/lib/platform/WlClipboard.h | 1 | /* |
| LOW | src/lib/platform/MSWindowsKeyState.cpp | 1 | /* |
| LOW | src/lib/platform/EiScreen.cpp | 1 | /* |
| LOW | src/lib/platform/MSWindowsScreen.h | 201 | |
| LOW | src/lib/platform/EiEventQueueBuffer.cpp | 81 | } |
| LOW | src/lib/server/ClientListener.cpp | 1 | /* |
| LOW | src/lib/server/ClientProxyUnknown.cpp | 1 | /* |
| LOW | src/lib/server/Server.h | 241 | // lookup neighboring screen, mapping the coordinate independent of |
| LOW | src/lib/server/Server.cpp | 1 | /* |
| LOW | src/lib/server/Server.cpp | 21 | #include "deskflow/ipc/CoreIpc.h" |
| LOW | src/lib/deskflow/ServerApp.cpp | 1 | /* |
| LOW | src/lib/deskflow/ServerApp.cpp | 21 | #include "deskflow/ipc/CoreIpc.h" |
| LOW | src/lib/deskflow/Screen.cpp | 61 | |
| LOW | src/lib/deskflow/ClientApp.cpp | 1 | /* |
| LOW | src/lib/deskflow/ClientApp.cpp | 21 | #include "net/NetworkAddress.h" |
| LOW | src/lib/deskflow/ClipboardTypes.h | 21 | // considered the clipboard (e.g. the cut/copy/paste menu items |
| LOW | src/lib/deskflow/KeyState.h | 201 | // the active modifiers and the buttons activating them |
| LOW | src/lib/deskflow/App.cpp | 1 | /* |
| LOW | src/lib/deskflow/App.cpp | 21 | #endif |
| LOW | src/lib/deskflow/win32/AppUtilWindows.cpp | 1 | /* |
| LOW | src/lib/arch/Arch.h | 1 | /* |
| LOW | src/lib/arch/Arch.h | 21 | // |
| LOW | src/lib/arch/unix/ArchNetworkBSD.cpp | 1 | /* |
| 13 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | src/unittests/platform/WlClipboardTests.h | 65 | // Helper methods for robust testing |