deskflow/src/lib
Povilas Kanapickas 4308b42915 #6487 XWindowsEventQueueBuffer: Fix delays when waiting for new events
QLength() may return 0 even if there are events pending because they
need to be read from the display socket in order to become visible. We
must use XPending() which will poll the socket if QLength() == 0.
2020-05-22 14:41:42 +01:00
..
arch #6373 Fixed compile error on BSD. Cherry picked from 94eb69eb 2019-05-02 18:22:21 +01:00
base #6593 Fix data indexes in Unicode::fromUTF8 2020-01-11 00:15:21 +00:00
client #6344 Don't send clipboards over size limit to server 2018-07-08 16:50:31 +01:00
common #6535 Version URL and added stage check to version check 2019-09-03 09:41:49 +01:00
io #6380 Fixed warnings for VS2017 2018-08-01 13:03:41 +01:00
ipc #6178 Specifically specify IPv4 for IPC socket 2018-03-21 10:55:02 +00:00
mt Remove ../ includes in src/lib 2017-03-09 15:16:08 +00:00
net Merge pull request #6435 from vifino/patch-1 2020-01-21 16:19:40 +00:00
platform #6487 XWindowsEventQueueBuffer: Fix delays when waiting for new events 2020-05-22 14:41:42 +01:00
server #6518 Added server restart action and hotkey capability 2019-10-15 18:40:53 +01:00
shared #6380 Fixed warnings for VS2017 2018-08-01 13:03:41 +01:00
synergy #4. Fix quote key on US International keyboard. 2020-01-10 23:50:11 +00:00
CMakeLists.txt Removed synwinhk DLL, back porting 703097c 2019-11-14 15:11:00 +00:00