Jerry (Xinyu Hou)
|
436e333f6f
|
Fixed indentations
|
2016-09-26 11:58:33 +01:00 |
Jerry (Xinyu Hou)
|
3df75f9601
|
Conflicts:
src/lib/server/ClientListener.cpp
|
2016-09-26 11:58:33 +01:00 |
Jerry (Xinyu Hou)
|
e1be67cfb6
|
Fixed indentations
Conflicts:
src/lib/client/Client.h
|
2016-09-26 11:58:33 +01:00 |
Jerry (Xinyu Hou)
|
95464d97cf
|
Conflicts:
src/lib/client/Client.cpp
src/lib/net/TCPSocketFactory.cpp
|
2016-09-26 11:58:33 +01:00 |
XinyuHou
|
e32402b5c6
|
#4740 Moved clipboard transfering back into main thread on server
|
2016-09-26 11:58:33 +01:00 |
XinyuHou
|
4ad2c6b10d
|
#4740 Moved clipboard transfering back into main thread on client
|
2016-09-26 11:58:33 +01:00 |
XinyuHou
|
82043ca435
|
#4740 Used the same chunk size for secure and non-secure sockets
|
2016-09-26 11:58:33 +01:00 |
XinyuHou
|
3e1a86c3c1
|
#5502 Reverted disabled sending clipboard on inactive grab
This reverts commit 2ad4b896f3 .
|
2016-09-26 11:58:33 +01:00 |
Cédric Picard
|
11d5691bca
|
Fixed memory leak in IpcReader.cpp
|
2016-09-26 11:58:33 +01:00 |
Andrew Nelless
|
d34a59a984
|
Update company name in win32 installer
|
2016-09-26 11:58:33 +01:00 |
Andrew Nelless
|
c3c0913633
|
Update company copyright notice
|
2016-09-26 11:58:33 +01:00 |
Epakai
|
a8472d2eb2
|
Add exemption for linking GPL code with OpenSSL
Per OpenSSL FAQ https://www.openssl.org/docs/faq.html#LEGAL2
Please include a blanket exception for linking with OpenSSL code.
|
2016-09-26 11:58:33 +01:00 |
Andrew Nelless
|
9a6f82d89d
|
Fix typo in hm.py toolchain
|
2016-09-26 11:58:33 +01:00 |
Andrew Nelless
|
77a7b67431
|
Fix up old wiki links
|
2016-09-26 11:58:33 +01:00 |
Andrew Nelless
|
36be2051c2
|
Change company domain name
|
2016-09-26 11:58:33 +01:00 |
Andrew Nelless
|
7d11004575
|
#4768 Expand scope of X display lock in getCurrentTime()
|
2016-09-26 11:58:33 +01:00 |
Jerry (Xinyu Hou)
|
e4b61cd881
|
Updated ChangeLog
|
2016-09-26 11:58:33 +01:00 |
Jerry (Xinyu Hou)
|
10add6c231
|
Versioned to 1.8.3-rc1
|
2016-09-26 11:58:33 +01:00 |
XinyuHou
|
47ea124c77
|
#2765 Used EXPECT_FALSE instead of EXPECT_EQ
|
2016-09-26 11:58:33 +01:00 |
Jerry (Xinyu Hou)
|
de91be1035
|
#2765 Added unit tests for KeyMap
|
2016-09-26 11:58:33 +01:00 |
Jerry (Xinyu Hou)
|
2ffaf42faa
|
#2765 Made index output 1 based
|
2016-09-26 11:58:33 +01:00 |
Jerry (Xinyu Hou)
|
adaf325e6f
|
#2765 Made sure extra sensitive modifier is not down on exact match
|
2016-09-26 11:58:33 +01:00 |
Jerry (Xinyu Hou)
|
b80760bb2d
|
#2765 Matched exactly only when all required modifiers are ready down
|
2016-09-26 11:58:33 +01:00 |
Jerry (Xinyu Hou)
|
178b7cc673
|
#2765 Made sure required modifiers already down when map command keys
|
2016-09-26 11:58:33 +01:00 |
Jerry (Xinyu Hou)
|
bbb652e504
|
#2765 Added unit test for modifier mapping
|
2016-09-26 11:58:33 +01:00 |
Jerry (Xinyu Hou)
|
7a0fae2f6c
|
#2765 Fixed wrong bit shifting to match OSX modifier mask
|
2016-09-26 11:58:33 +01:00 |
Jerry (Xinyu Hou)
|
57950d39a3
|
Revert "Revert "Used input source ID as the key in group map #2765""
This reverts commit a70cba80ea .
|
2016-09-26 11:58:33 +01:00 |
Jerry (Xinyu Hou)
|
c772a59572
|
Revert "Revert "Made index 1 based in log #2765""
This reverts commit fec53e812f .
|
2016-09-26 11:58:33 +01:00 |
Jerry (Xinyu Hou)
|
f4bd2dab82
|
#3305 Fixed class name convention for Mac and Linux
|
2016-09-26 11:58:33 +01:00 |
Jerry (Xinyu Hou)
|
cc10e319d1
|
#3305 Resolved namespace issue
|
2016-09-26 11:58:33 +01:00 |
Jerry (Xinyu Hou)
|
b27a59fb0d
|
#3305 Fixed class name convention from porting code
|
2016-09-26 11:58:33 +01:00 |
Jerry (Xinyu Hou)
|
df8443e795
|
#3305 Fixed Linux key types incompatible issue
|
2016-09-26 11:58:33 +01:00 |
Jerry (Xinyu Hou)
|
1a4a313ece
|
#3305 Added mission control and launchpad support
|
2016-09-26 11:58:33 +01:00 |
Jerry (Xinyu Hou)
|
ab4f59eac4
|
#3305 Made Mac clients aware of brightness keys
|
2016-09-26 11:58:33 +01:00 |
Xinyu Hou (Jerry)
|
67f14da691
|
#3305 Added brightness up and down support
|
2016-09-26 11:58:33 +01:00 |
Jerry (Xinyu Hou)
|
b62de406e2
|
#3305 Refactor MockKeyState into a separate class
|
2016-09-26 11:58:33 +01:00 |
Jerry (Xinyu Hou)
|
82d2a9564e
|
#3305 Made mock match to the original KeyState
|
2016-09-26 11:58:33 +01:00 |
Jerry (Xinyu Hou)
|
bd0d8e7321
|
#3305 Added default implementation for fakeMediaKey for Linux and Mac
|
2016-09-26 11:58:33 +01:00 |
Jerry (Xinyu Hou)
|
d9a6c14170
|
#3305 Used Mac native way to simulate media keys
|
2016-09-26 11:58:33 +01:00 |
Andrew Nelless
|
e72e86c9b2
|
#4323 Fix build wrt ElevateMode on non-Windows platforms
|
2016-09-26 11:58:33 +01:00 |
Andrew Nelless
|
21df3290c2
|
#4323 Refactored ElevateMode into its own header
|
2016-09-26 11:58:33 +01:00 |
Andrew Nelless
|
9c26c7ea94
|
#4323 Implement Elevate tristrate in GUI
|
2016-09-26 11:58:33 +01:00 |
Andrew Nelless
|
3cd58f7c7d
|
#4323 Prepare settings dialog for elevation tristate
|
2016-09-26 11:58:33 +01:00 |
Jerry (Xinyu Hou)
|
312689039f
|
Versioned to 1.8.3
|
2016-09-26 11:58:33 +01:00 |
Jerry (Xinyu Hou)
|
8503c3c023
|
Version to 1.8.2
|
2016-09-26 11:58:33 +01:00 |
Andrew Nelless
|
50fcdcf672
|
Improve GitHub issue template
|
2016-09-21 12:08:54 +01:00 |
Andrew Nelless
|
145e7797be
|
Create ISSUE_TEMPLATE.md
|
2016-09-20 17:20:55 +01:00 |
Andrew Nelless
|
bb3be59c91
|
#4978 Link Bonjour statically
|
2016-08-09 10:04:32 +01:00 |
Andrew Nelless
|
342b3d1e8d
|
#4978 Fixed WiX configuration order
|
2016-08-08 16:42:34 +01:00 |
Jerry (Xinyu Hou)
|
4ad8621adc
|
#5389 Added qwindows.dll into installer on Windows
|
2016-08-08 16:42:34 +01:00 |