Commit Graph

107 Commits

Author SHA1 Message Date
adf34eba40 #5785 Fix screen switch problem when cursor is in a corner 2017-01-25 20:55:20 +00:00
cf397a0d6f #5186 Remove Dpi calculation code 2016-10-28 04:50:06 -07:00
7bae07d34e #5657 Merge trial support 2016-10-20 11:30:25 +01:00
dc4beba9e9 #5680 Stop deleting socket twice if it's been adopted by PacketStream 2016-10-18 16:48:32 +01:00
e65631c451 #5657 Fix wrong logic about checking if serial key expired 2016-10-18 13:02:36 +01:00
5a34da3ce0 #5657 Refresh UI when synergys reports trial expired 2016-10-17 17:49:14 +01:00
99dbdc5eb3 #5657 Use SerialKey class in ServerArgs 2016-10-17 17:38:05 +01:00
89851fddc3 #5657 Exited server if trial is expired 2016-10-14 17:14:21 +01:00
f3d1470e58 Brutally replace all reinterpret_casts with static_casts 2016-10-05 12:46:16 +01:00
a17779e7fd #123 Disabled clipboard grab mechanism when clipboard is disabled 2016-09-26 11:58:33 +01:00
90673e8b87 #123 Added note about disabling clipboard 2016-09-26 11:58:33 +01:00
673829f511 #123 Made disable clipboard take effect on server 2016-09-26 11:58:33 +01:00
e32402b5c6 #4740 Moved clipboard transfering back into main thread on server 2016-09-26 11:58:33 +01:00
c3c0913633 Update company copyright notice 2016-09-26 11:58:33 +01:00
47ef8b09bd #4768 Reset thread when it finishes 2016-08-08 14:36:43 +01:00
30fa5223bc #4768 Fixed race condition on active client proxy switch 2016-08-08 14:36:42 +01:00
1a76acd446 #4768 Interrupted both clipboards 2016-08-08 14:36:42 +01:00
3067560f7b Fix indentations 2016-03-15 12:57:04 -07:00
0cc831b2fb Fix code style 2015-11-19 13:46:46 -08:00
a09bfc5f07 Fix high DPI breaking edge detection and mouse delta calculation #5030 2015-11-19 13:46:46 -08:00
5a9cbc97e3 Fixed code style
Conflicts:
	src/lib/arch/win32/ArchPluginWindows.cpp
2015-07-31 13:51:48 -07:00
69a6038cf9 Revert "Moved note into either warning or info #4745"
This reverts commit d3a4ce1f11.
2015-07-31 13:18:57 -07:00
72060e59b4 Fixed send clipboard thread time issue #4749 2015-06-12 11:21:05 -07:00
0680c33909 Added file events #4584 2015-06-05 15:21:17 -07:00
646e1b52eb Interrupted file transfer when cursor move back #4584 2015-06-04 13:09:48 -07:00
8c64cbf54e Refactored send drag info on server #4584 2015-06-04 10:04:08 -07:00
ee22e688d5 Removed clipboard ignore notification #4745 2015-06-03 17:32:09 -07:00
d9684d44d2 Added fake drag file list #4584 2015-06-03 16:17:26 -07:00
d9921c894c Added clipboard transmission notification #4745 2015-06-02 09:48:26 -07:00
d3a4ce1f11 Moved note into either warning or info #4745 2015-06-01 14:31:32 -07:00
d83cb23cc7 Reverted 8b9758 #4712 2015-05-26 17:25:18 -07:00
8b975878c2 Limited clipboard size to 1kb when SSL is enabled #4601
@XinyuHou I had no choice but to block clipboard data over 1kb in
size... anything over that and you get an access violation.
2015-05-26 15:04:04 +01:00
fb3252efef Added a way to interrupt sending clipboard/file #4601 2015-05-23 00:34:00 +01:00
a81b88c730 Refactored file assemble and send code #4601 2015-05-22 11:27:57 -07:00
cf5347c8f6 Sent clipboard on a thread #4601 2015-05-20 19:53:30 +01:00
49ac320f97 Refactored clipboard event into ClipboardEvent #4601 2015-05-20 19:09:54 +01:00
c674642181 Used StreamChunker for clipboard and file transfer #4601
Clipboard is not handled at this point
2015-05-19 09:30:35 -07:00
30f96b9fbb Renamed FileChunker to StreamChunker #4601 2015-05-18 10:17:22 -07:00
4c36c08099 Send clipboard data in a thread #4601 2015-05-16 00:06:38 +01:00
d71304ee55 Modified header of every file COPYING to LICENSE
Modified to match the updated name of the license file
2015-05-06 22:12:44 -04:00
5f33a21878 deleted secure socket when close client time out #4313 2015-02-02 16:06:51 +00:00
622e40e5d7 managed secure socket allocation and deallocation #4313 2015-01-28 13:07:03 +00:00
5703a41489 Update Server.cpp
clarified "cursor is locked" messages, moved the "scroll lock is on upon startup" message to NOTE level instead of DEBUG.
2014-12-30 13:33:21 -08:00
67377109f3 Moved Screen class into synergy namespace 2014-11-11 17:45:24 +00:00
41d6080028 changed company name in copyright notice 2014-11-11 13:52:03 +00:00
e8e156f0e2 dropped "c" prefix from class names 2014-11-11 13:51:47 +00:00
f87bd9e860 - checked filename's validation before sending drag info
- refactored duplicated write to drop dir code
- removed legacy member variables
- fixed code style
- fixed typo
2014-05-14 14:45:15 +00:00
9621cba99e - redesigned drag information protocol
- used DragInformation to encapsulate information and helper functions.
- renamed parameters in sendDragInfo function.
2014-05-06 18:26:47 +00:00
ff42afc36c made drag info function name more consistent 2014-05-01 13:56:07 +00:00
f773ff3d00 refactored duplicated code in dragInfoReceived
refactored fakeDraggigFiles interface
2014-04-30 18:54:32 +00:00