Commit Graph

2414 Commits

Author SHA1 Message Date
Jerry (Xinyu Hou)
6357c17a1f Fix code style 2015-12-03 13:54:47 -08:00
XinyuHou
09c2f88d90 Outpup log before return #4740 2015-12-03 12:44:52 -08:00
Jerry (Xinyu Hou)
39d3c31a35 Fix wrong elevate information #5041 2015-12-02 15:58:44 -08:00
Jerry (Xinyu Hou)
a526ef5b04 Add elevate log info #5041 2015-12-02 15:34:31 -08:00
Jerry (Xinyu Hou)
52f8f40f7b Remove checking system clipboard formats #5041 2015-12-02 15:17:55 -08:00
Jerry (Xinyu Hou)
b7bbe2d86b Revert "Workaround for Issue #5041 - prevent synergys from shutting down when screen saver activates"
This reverts commit beac70f90c.
2015-12-02 15:03:23 -08:00
Jerry (Xinyu Hou)
14177b90bc Revert "Issue #5041 - properly update activeDesk and activeDeskName when screen saver activates"
This reverts commit 3615add7b8.
2015-12-02 15:02:46 -08:00
Jerry (Xinyu Hou)
a7f607e889 Revert "Refactor Issue #5041 workaround to make sure we still send the SCREENSAVER message"
This reverts commit 43ba3e889f.
2015-12-02 15:02:38 -08:00
Jerry (Xinyu Hou)
e7348b471b Revert "Revert to old behavior of checkDesk(), add workaround to broken EnumClipboardFormats() in the case where the server is started while the screen saver is active."
This reverts commit 38209e5079.
2015-12-02 15:02:19 -08:00
Jerry (Xinyu Hou)
4fbef24041 Revert "Minor cosmetic change - missing some debug stuff in this branch."
This reverts commit bd660fedbf.
2015-12-02 15:02:05 -08:00
Jerry (Xinyu Hou)
09d0ec01de Reorder clipboard format #2909 2015-12-02 10:30:20 -08:00
Jerry (Xinyu Hou)
5952d572bd Remove some hack code #2909 2015-12-02 10:28:11 -08:00
Jerry (Xinyu Hou)
b8c12a95a2 Add comment #4827 2015-11-30 12:22:44 -08:00
Jerry (Xinyu Hou)
ccaf279c6c Fix indentations 2015-11-30 12:22:11 -08:00
Jerry (Xinyu Hou)
e51155e15e Fix indentations 2015-11-30 10:57:12 -08:00
Jerry (Xinyu Hou)
c793051f3c Remove debug logging #5030 2015-11-30 10:56:59 -08:00
Jerry (Xinyu Hou)
abba6386cf Revert "Revert "Fixed using wrong local variable #4723""
This reverts commit a0beae0f4b.
2015-11-24 11:51:19 -08:00
Jerry (Xinyu Hou)
4894f22ed1 Revert "Revert "Added timeout for waiting active destop result #4723""
This reverts commit 0f8a568771.
2015-11-24 11:51:00 -08:00
Jerry (Xinyu Hou)
4188a5b8c9 Revert "Revert "Fix missing DLLs after install #3774""
This reverts commit b575d7ca35.
2015-11-24 11:43:14 -08:00
Jerry (Xinyu Hou)
6b2d051984 Revert "Revert "workaround for Fast cursor on any client with Mac server #451""
This reverts commit 6470240379.
2015-11-24 11:22:24 -08:00
Nick Bolton
dcc1c253b4 Update ChangeLog 2015-11-19 13:37:01 -08:00
Jerry (Xinyu Hou)
c97bd2c15f Version to 1.7.6-rc1 2015-11-13 11:06:09 -08:00
Nye Liu
bd660fedbf Minor cosmetic change - missing some debug stuff in this branch. 2015-11-13 10:32:04 -08:00
Nye Liu
38209e5079 Revert to old behavior of checkDesk(), add workaround to broken EnumClipboardFormats() in the case where the server is started while the screen saver is active. 2015-11-13 10:32:04 -08:00
Nye Liu
43ba3e889f Refactor Issue #5041 workaround to make sure we still send the SCREENSAVER message 2015-11-13 10:32:04 -08:00
Nye Liu
3615add7b8 Issue #5041 - properly update activeDesk and activeDeskName when screen saver activates
Ensure that we actually kill the server if we go from screen saver desk to real
desk.
2015-11-13 10:32:04 -08:00
Nye Liu
fea5e99a2a Add error message to help debug Issue #5041 2015-11-13 10:32:04 -08:00
Nye Liu
beac70f90c Workaround for Issue #5041 - prevent synergys from shutting down when screen saver activates
When it is restarted, and screen saver is active, the clipboard no longer works
correctly.

The desk swap detection routine just below does not work properly when the
desktop goes from screensaver back to normal. If it did, probably this
workaround would not be needed.
2015-11-13 10:32:04 -08:00
Nye Liu
e8b284da1c Always call wait() at least once even if timeout is 0 to prevent deadlocks 2015-11-13 10:31:09 -08:00
Nye Liu
b1122d8c68 Remove inadvertent additions 2015-11-13 10:31:09 -08:00
Nye Liu
7792e7f07a Add retry to CondVarBase wait(), make sure Stopwatch is started on construction (Issue #4735)
* ArchMultithreadPosix::waitCondVar() returns every 100ms, so retry until we
  hit timeout.

* Stopwatch constructor should be called with "false" (not "true") to make sure
  Stopwatch is actually running when instantiated.
2015-11-13 10:31:09 -08:00
Nye Liu
ba9d8535a5 Cosmetic whitespace, use return value of wait() directly instead of testing timer 2015-11-13 10:31:09 -08:00
Nye Liu
3edf5fc45f Properly lock condVar, add timeout condition to prevent infinite loop when waiting for fillClipboard() to finish 2015-11-13 10:31:09 -08:00
Nye Liu
fb156dd131 Fix bug #4735 - don't leave() until fillClipboard()s all complete 2015-11-13 10:31:09 -08:00
Jerry (Xinyu Hou)
49b774cd8e Make center point be aware of DPI scaling #5030 2015-11-10 15:01:41 -08:00
Jerry (Xinyu Hou)
8acdcbd4d9 Version to rc2 2015-11-10 14:55:30 -08:00
Jerry (Xinyu Hou)
46271c6829 Fix indentation 2015-11-09 10:52:07 -08:00
Jerry (Xinyu Hou)
ceab3a8932 Fix code style 2015-10-20 14:54:51 -07:00
Jerry (Xinyu Hou)
5910ebef5f Use condition instead of assertion #5030 2015-10-19 12:35:24 -07:00
XinyuHou
c3481a916a Fix unit test failed compiling on Linux #5030 2015-10-19 12:26:28 -07:00
XinyuHou
0c3affa861 Add size_t dependency #5030 2015-10-19 12:25:51 -07:00
XinyuHou
f98da05ca2 Update git ignore list 2015-10-19 11:51:12 -07:00
Jerry (Xinyu Hou)
4f1acc6dc6 Add unit tests for DpiHelper 2015-10-19 11:41:52 -07:00
Jerry (Xinyu Hou)
f902a59d21 Fix code style 2015-10-19 11:28:33 -07:00
Jerry (Xinyu Hou)
7d99f66f02 Make sure all variables are non zero #5030 2015-10-19 11:28:23 -07:00
Jerry (Xinyu Hou)
cf0afd5450 Fix high DPI breaking edge detection and mouse delta calculation #5030 2015-10-19 11:20:56 -07:00
Jerry (Xinyu Hou)
555a5db55e Pass resolution and center into core on Windows #5030 2015-10-19 11:18:43 -07:00
Jerry (Xinyu Hou)
8e527db6be Add DPI helper #5030 2015-10-19 11:18:08 -07:00
Jerry (Xinyu Hou)
53a845e3ff Suppress unit tests and integtests warning for Mac 10.11 #5064 2015-10-14 13:08:34 -07:00
Jerry (Xinyu Hou)
6107383433 Revert "Suppress unit tests and integtests warning for Mac 10.11"
This reverts commit a59354a38c.
2015-10-14 13:07:13 -07:00