Christian Schmidt
21d4e6a908
#4477 Only allow mouse buttons 1-10 for XTestFakeButtons call.
...
These are the only valid ones:
[~]>for i in `seq 0 1 11`; do echo Testing $i; xte "mouseclick $i"; done
Testing 0
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 132 (XTEST)
Minor opcode of failed request: 2 (X_XTestFakeInput)
Value in failed request: 0x0
Serial number of failed request: 12
Current serial number in output stream: 15
Testing 1
Testing 2
Testing 3
Testing 4
Testing 5
Testing 6
Testing 7
Testing 8
Testing 9
Testing 10
Testing 11
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 132 (XTEST)
Minor opcode of failed request: 2 (X_XTestFakeInput)
Value in failed request: 0xb
Serial number of failed request: 12
And there are mice out there where buttons 11+ can be pressed accidentally,
terminating the synergy client and often leaving the system in a bad state.
2017-01-25 20:30:15 +00:00
zbrode
f5944278ed
#4419 We never define _BYTE_ORDER so don't test for it.
2017-01-25 20:28:11 +00:00
Fábio Oliveira
3d3b7ca881
#4288 Remove auto Alt+Printscreen on Windows
...
As per issue https://github.com/synergy/synergy/issues/4288
2017-01-25 20:25:49 +00:00
伊冲
3bb833b798
#4193 System tray is unavailable on KDE5
2017-01-21 11:28:12 +00:00
Nye Liu
a5140aa1b9
Fix typo in compiler flags
2017-01-21 11:12:27 +00:00
Andrew Nelless
c27c094f9c
Merge changes from v1.8.6 and v1.8.7
2017-01-20 23:18:03 +00:00
Andrew Nelless
9799e96903
Update changelog for v1.8.7
2017-01-19 13:18:10 +00:00
XinyuHou
487d8c99a1
Merge branch 'issue5784-edition-switching' into v1.8.7
2017-01-18 12:44:10 +00:00
XinyuHou
fd6ea65f1a
Version to1.8.7-stable
2017-01-18 12:43:17 +00:00
Jerry (Xinyu Hou)
b69570ec2c
#5784 Fix using the wrong serial key
2016-12-28 15:57:15 +00:00
XinyuHou
ade4b7f8a2
Merge branch 'v1.8.6'
2016-12-12 18:32:00 +00:00
XinyuHou
2ab21aaa01
Version to 1.8.6-stable
2016-12-12 16:55:31 +00:00
XinyuHou
5061f51a66
Update Changelog
2016-12-12 16:55:05 +00:00
XinyuHou
c31f908fb2
Fix warning in IPC proxy classes
2016-12-07 17:35:52 +00:00
XinyuHou
74d63df244
Fix incorrect check of return code from dup
2016-12-07 17:28:15 +00:00
XinyuHou
3b92a87261
Merge branch 'beefnog-mac-directions' of https://github.com/beefnog/synergy into beefnog-beefnog-mac-directions
2016-12-07 17:13:47 +00:00
XinyuHou
c764e26144
Merge branch 'mac-msg' of https://github.com/j2gl/synergy into j2gl-mac-msg
2016-12-07 16:39:40 +00:00
XinyuHou
e1dc29799f
Fix wrong usage example in hm
2016-12-06 15:18:18 +00:00
Epakai
4297673387
spelling error "implmented => implemented"
2016-12-06 14:56:47 +00:00
Epakai
72b1ebcdb2
spelling error "unknow => unknown"
2016-12-06 14:56:38 +00:00
XinyuHou
a49de58738
#5752 Correct tab order in settings dialog
2016-12-06 12:03:40 +00:00
XinyuHou
d8cd60f057
Version to 1.8.6-rc2
2016-12-06 11:22:54 +00:00
Jerry (Xinyu Hou)
00db51cd93
Ask for logs in issue template
2016-12-05 11:01:53 +00:00
Jerry (Xinyu Hou)
e8145aa779
#5592 Post keyboard events to lower level HID client
2016-11-22 15:19:58 +00:00
Jerry (Xinyu Hou)
a19ce2da96
Remove DPI manifest file
2016-11-16 17:08:59 +00:00
Jerry (Xinyu Hou)
c79ef74392
Move OpenSSL directory definiation to root CMakeLists
2016-11-16 16:55:20 +00:00
Jerry (Xinyu Hou)
f0601119ab
Option to build service or not
2016-11-16 16:19:25 +00:00
Jerry (Xinyu Hou)
7c12608f20
Merge remote-tracking branch 'origin/issue5722-malformed-keys' into v1.8.6
2016-11-11 11:40:17 +00:00
Jerry (Xinyu Hou)
265cc5c687
Merge branch 'issue5699-unified-installers' into v1.8.6
2016-11-03 17:28:00 +00:00
Jerry (Xinyu Hou)
a279348cf9
Merge branch 'issue5186-different-dpi' into v1.8.6
2016-11-03 17:27:24 +00:00
Jerry (Xinyu Hou)
e6ca9e417d
#5699 load deploy target on load config so dist command is aware of it
2016-11-03 16:42:38 +00:00
Andrew Nelless
f2f4b05c6f
#5699 Only put MacOSX version number in filename when deploying for exact SDK
2016-11-03 14:55:36 +00:00
Jerry (Xinyu Hou)
b8233fc146
#5186 Add deprecated arguments warnings
2016-11-03 14:31:27 +00:00
Jerry (Xinyu Hou)
5cccac360c
#5699 Add deploy target to GUI configure
2016-11-02 11:55:39 +00:00
Andrew Nelless
24a548273e
#5722 Trim serial keys already stored
2016-11-02 11:28:04 +00:00
Andrew Nelless
1a7920f80d
#5722 Make LicenseManager accept SerialKey object instead of string
2016-11-01 17:29:25 +00:00
Jerry (Xinyu Hou)
7ce6905935
Version to 1.8.6-rc1
2016-11-01 15:22:33 +00:00
Jerry (Xinyu Hou)
340ee43d90
#5699 Add Mac deploy argument in configure command
...
If deploy target is not specified, it would use the specified sdk
version
2016-10-31 17:40:54 +00:00
Jerry (Xinyu Hou)
514e2475c3
Merge branch 'v1.8.6' into issue5186-different-dpi
2016-10-31 16:31:30 +00:00
Andrew Nelless
96efe5fb73
Merge changes from v1.8.5
2016-10-31 16:14:39 +00:00
Andrew Nelless
6a7703f229
Merge branch 'v1.8.5'
2016-10-31 14:53:34 +00:00
Jerry (Xinyu Hou)
a18eba7520
Version to 1.8.5-stable
2016-10-31 12:45:42 +00:00
Jerry (Xinyu Hou)
20a34e5abf
Update changelog for 1.8.5-stable
2016-10-31 12:45:20 +00:00
Jerry (Xinyu Hou)
771d2a419b
Fix 1.8.4 changelog
2016-10-31 12:38:16 +00:00
Andrew Nelless
c9bb421fb5
Version to v1.8.5-rc2
2016-10-28 17:48:20 +01:00
Andrew Nelless
2f2dd7742f
#5707 Don't send update notifications for new users
2016-10-28 17:45:58 +01:00
Andrew Nelless
3e9815dfdd
#5707 Add newline to update notification string
2016-10-28 17:45:52 +01:00
Andrew Nelless
ef9842c819
#5707 Change update notification url
2016-10-28 17:45:47 +01:00
Andrew Nelless
af62174b59
#5707 Only notify activation on user action
2016-10-28 17:45:42 +01:00
Andrew Nelless
af9037276c
#5707 Prefer 'update' over 'upgrade'
2016-10-28 17:45:35 +01:00