This repository has been archived by the owner. It is now read-only.
Permalink
...
Comparing changes
Open a pull request
12
contributors
Unified
Split
Showing
678 changed files
with
3,053 additions
and 2,350 deletions.
View
31
.github/ISSUE_TEMPLATE.md
| @@ -0,0 +1,31 @@ | ||
| +### Operating Systems ### | ||
| + | ||
| +Client: Applesoft Windy OS 10 | ||
| + | ||
| +Server: microOS Tiara | ||
| + | ||
| +**READ ME, DELETE ME**: On Windows, hold the Windows key and press 'r', type 'winver' and hit return to get your OS version. On Mac, hit the Apple menu (top left of the screen) and check 'About this Mac'. Linux users... you know what you're using ;) | ||
| + | ||
| +### Synergy Version ### | ||
| + | ||
| +1.8.π | ||
| + | ||
| +**READ ME, DELETE ME**: Go to the 'Help' (on Windows) or 'Synergy' (on macOS) menu and then 'About Synergy' to check your version. Verify that you are using the same version across all of your machines, and that your issue still occurs with the latest release available at https://symless.com/account/login | ||
| + | ||
| +### Steps to reproduce bug ### | ||
| + | ||
| +**READ ME, DELETE ME**: Try to be succinct. If your bug is intermittent, try and describe what you're doing when it happens most. | ||
| + | ||
| +1. Click things. | ||
| +2. Type things. | ||
| +3. Bug occurs. | ||
| +4. ... | ||
| +5. Profit? | ||
| + | ||
| +### Other info ### | ||
| + | ||
| +* When did the problem start to occur? When I... | ||
| +* Is there a way to work around it? No/Yes, you can... | ||
| +* Does this bug prevent you from using Synergy entirely? Yes/No | ||
| + | ||
| +Put anything else you can think of here. |
View
6
CMakeLists.txt
| @@ -1,5 +1,5 @@ | ||
| # synergy -- mouse and keyboard sharing utility | ||
| -# Copyright (C) 2012 Synergy Si Ltd. | ||
| +# Copyright (C) 2012-2016 Symless Ltd. | ||
| # Copyright (C) 2009 Nick Bolton | ||
| # | ||
| # This package is free software; you can redistribute it and/or | ||
| @@ -17,8 +17,8 @@ | ||
| # Version number for Synergy | ||
| set(VERSION_MAJOR 1) | ||
| set(VERSION_MINOR 8) | ||
| -set(VERSION_REV 1) | ||
| -set(VERSION_STAGE beta) | ||
| +set(VERSION_REV 3) | ||
| +set(VERSION_STAGE stable) | ||
| set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REV}") | ||
| cmake_minimum_required(VERSION 2.6) | ||
View
2
COMPILE
| @@ -1 +1 @@ | ||
| -Compiling: http://synergy-project.org/wiki/Compiling | ||
| +Compiling: https://github.com/symless/synergy/wiki/Compiling |
View
31
ChangeLog
| @@ -1,3 +1,34 @@ | ||
| +v1.8.3-stable | ||
| +============= | ||
| +Bug #2765 - A letter appears on macOS clients when the spacebar is pressed | ||
| +Bug #3241 - Windows UAC disconnects clients when elevated | ||
| +Bug #4740 - Linux client crashes with "Assertion '!m_open' failed" | ||
| +Bug #4879 - Memory leak caused by IpcReader | ||
| +Bug #5373 - Tab behaves like shift tab on client | ||
| +Bug #5502 - Copy and paste from server to client doesn't work | ||
| +Enhancement #123 - Option to disable clipboard sharing | ||
| +Enhancement #3305 - Media key support on macOS | ||
| +Enhancement #4323 - Make automatic elevation on Windows optional | ||
| + | ||
| +v1.8.2-stable | ||
| +============= | ||
| +Bug #3044 - Unable to drag-select in MS Office | ||
| +Bug #4768 - Copy paste causes 'server is dead' error on switching | ||
| +Bug #4792 - Server logging crashes when switching with clipboard data | ||
| +Bug #2975 - Middle click does not close Chrome tab on Mac client | ||
| +Bug #5087 - Linux client fails to start due to invalid cursor size | ||
| +Bug #5471 - Serial key textbox on activation screen overflows on Mac | ||
| +Bug #4836 - Stop button resets to Start when settings dialog canceled | ||
| +Enhancement #5277 - Auto restart service when synwinhk.dll fails on Windows | ||
| +Enhancement #4913 - Future-proof GUI login by using newer auth URL | ||
| +Enhancement #4922 - Add --enable-crypto argument to help text | ||
| +Enhancement #5299 - High resolution App icon on Mac | ||
| +Enhancement #4894 - Improve grammar in connection notification dialog | ||
| + | ||
| +v1.8.1-stable | ||
| +============= | ||
| +Bug #5461 - GUI crash during activation on Mac | ||
| + | ||
| v1.8.0-beta | ||
| ============= | ||
| Enhancement #4696 - Include 'ns' plugin in installers (instead of wizard download) | ||
View
4
INSTALL
| @@ -1,2 +1,2 @@ | ||
| -Help: http://synergy-project.org/help/ | ||
| -Wiki: http://synergy-project.org/wiki/ | ||
| +Help: http://symless.com/help/ | ||
| +Wiki: https://github.com/symless/synergy/wiki/ |
View
5
LICENSE
| @@ -1,8 +1,11 @@ | ||
| synergy -- mouse and keyboard sharing utility | ||
| -Copyright (C) 2012-2014 Synergy Si Ltd. | ||
| +Copyright (C) 2012-2016 Symless Ltd. | ||
| Copyright (C) 2008-2014 Nick Bolton | ||
| Copyright (C) 2002-2014 Chris Schoeneman | ||
| +This program is released under the GPL with the additional exemption | ||
| +that compiling, linking, and/or using OpenSSL is allowed. | ||
| + | ||
| GNU GENERAL PUBLIC LICENSE | ||
| Version 2, June 1991 | ||
View
2
README
| @@ -11,6 +11,6 @@ Just use "hm conf" and "hm build" to compile (./hm.sh on | ||
| Linux and Mac). | ||
| For detailed compile instructions: | ||
| -http://synergy-project.org/wiki/Compiling | ||
| +https://github.com/symless/synergy/wiki/Compiling | ||
| Happy hacking! | ||
View
2
doc/MacReadme.txt
| @@ -15,4 +15,4 @@ Once the binaries have been copied to /usr/bin, you should follow the configurat | ||
| http://synergy2.sourceforge.net/configuration.html | ||
| If you have any problems, see the [[Support]] page: | ||
| - http://synergy-project.org/help/ | ||
| + http://symless.com/help/ | ||
View
2
doc/org.synergy-foss.org.synergyc.plist
| @@ -5,7 +5,7 @@ | ||
| <!-- Mac OSX only: Copy this plist file into [~]/Library/LaunchAgents to start synergy client automatically. Make sure you change the IP below. --> | ||
| <dict> | ||
| <key>Label</key> | ||
| - <string>org.synergy-project.org.synergyc.plist</string> | ||
| + <string>org.symless.com.synergyc.plist</string> | ||
| <key>OnDemand</key> | ||
| <false/> | ||
| <key>ProgramArguments</key> | ||
View
2
doc/org.synergy-foss.org.synergys.plist
| @@ -5,7 +5,7 @@ | ||
| <!-- Mac OSX only: Copy this plist file into [~]/Library/LaunchAgents to start synergy server automatically. Make sure you change configuration file below --> | ||
| <dict> | ||
| <key>Label</key> | ||
| - <string>org.synergy-project.org.synergys.plist</string> | ||
| + <string>org.symless.com.synergys.plist</string> | ||
| <key>OnDemand</key> | ||
| <false/> | ||
| <key>ProgramArguments</key> | ||
View
2
ext/toolchain/__init__.py
| @@ -1,5 +1,5 @@ | ||
| # synergy -- mouse and keyboard sharing utility | ||
| -# Copyright (C) 2012 Synergy Si Ltd. | ||
| +# Copyright (C) 2012-2016 Symless Ltd. | ||
| # Copyright (C) 2009 Nick Bolton | ||
| # | ||
| # This package is free software; you can redistribute it and/or | ||
View
8
ext/toolchain/commands1.py
| @@ -1,5 +1,5 @@ | ||
| # synergy -- mouse and keyboard sharing utility | ||
| -# Copyright (C) 2012 Synergy Si Ltd. | ||
| +# Copyright (C) 2012-2016 Symless Ltd. | ||
| # Copyright (C) 2009 Nick Bolton | ||
| # | ||
| # This package is free software; you can redistribute it and/or | ||
| @@ -201,7 +201,7 @@ class InternalCommands: | ||
| project = 'synergy' | ||
| setup_version = 5 # increment to force setup/config | ||
| - website_url = 'http://synergy-project.org/' | ||
| + website_url = 'http://symless.com/' | ||
| this_cmd = 'hm' | ||
| cmake_cmd = 'cmake' | ||
| @@ -1515,7 +1515,7 @@ def dist_usage(self): | ||
| 'Replace [package-type] with one of:\n' | ||
| ' src .tar.gz source (Posix only)\n' | ||
| ' rpm .rpm package (Red Hat)\n' | ||
| - ' deb .deb paclage (Debian)\n' | ||
| + ' deb .deb package (Debian)\n' | ||
| ' win .exe installer (Windows)\n' | ||
| ' mac .dmg package (Mac OS X)\n' | ||
| '\n' | ||
| @@ -1957,7 +1957,7 @@ def dist(self): | ||
| type = None | ||
| if len(self.args) > 0: | ||
| type = self.args[0] | ||
| - | ||
| + | ||
| self.ic.dist(type, self.vcRedistDir, self.qtDir) | ||
| def distftp(self): | ||
View
2
ext/toolchain/ftputil.py
| @@ -1,5 +1,5 @@ | ||
| # synergy -- mouse and keyboard sharing utility | ||
| -# Copyright (C) 2012 Synergy Si Ltd. | ||
| +# Copyright (C) 2012-2016 Symless Ltd. | ||
| # Copyright (C) 2010 Nick Bolton | ||
| # | ||
| # This package is free software; you can redistribute it and/or | ||
View
2
ext/toolchain/generators.py
| @@ -1,5 +1,5 @@ | ||
| # synergy -- mouse and keyboard sharing utility | ||
| -# Copyright (C) 2012 Synergy Si Ltd. | ||
| +# Copyright (C) 2012-2016 Symless Ltd. | ||
| # Copyright (C) 2009 Nick Bolton | ||
| # | ||
| # This package is free software; you can redistribute it and/or | ||
View
2
hm.py
| @@ -1,7 +1,7 @@ | ||
| #! /usr/bin/env python | ||
| # synergy -- mouse and keyboard sharing utility | ||
| -# Copyright (C) 2012 Synergy Si Ltd. | ||
| +# Copyright (C) 2012-2016 Symless Ltd. | ||
| # Copyright (C) 2009 Nick Bolton | ||
| # | ||
| # This package is free software; you can redistribute it and/or | ||
View
4
res/Readme.txt
| @@ -1,10 +1,10 @@ | ||
| Thank you for chosing Synergy! | ||
| -http://synergy-project.org/ | ||
| +http://symless.com/ | ||
| Synergy allows you to share your keyboard and mouse between computers over a network. | ||
| For FAQ, setup, and usage instructions, please visit our online Readme: | ||
| -http://synergy-project.org/pm/projects/synergy/wiki/Readme | ||
| +http://symless.com/pm/projects/synergy/wiki/Readme | ||
| Have fun! | ||
View
2
res/deb/changelog
| @@ -2,4 +2,4 @@ synergy (1.0) unstable; urgency=low | ||
| * Initial release. | ||
| - -- Nick Bolton <nick@synergy-project.org> Wed, 09 Apr 2014 15:16:48 +0100 | ||
| + -- Nick Bolton <nick@symless.com> Wed, 09 Apr 2014 15:16:48 +0100 | ||
View
2
res/deb/control.in
| @@ -1,7 +1,7 @@ | ||
| Package: synergy | ||
| Section: net | ||
| Priority: optional | ||
| -Maintainer: Nick Bolton <nick@synergy-project.org> | ||
| +Maintainer: Nick Bolton <nick@symless.com> | ||
| Version: ${in:version} | ||
| Architecture: ${in:arch} | ||
| Depends: libc6 (>= 2.11), libstdc++6 (>= 4.4.3), libx11-6 (>= 1.3.2), libxext6 (>= 1.1.1), libxi6 (>= 1.3), libxinerama1 (>= 1.1), libxtst6 (>= 1.1), libqtcore4 (>= 4.6.2), libqtgui4 (>= 4.6.2), libqt4-network (>= 4.6.2), libcurl3 (>= 7.19.7), libavahi-compat-libdnssd1 (>= 0.6.25), openssl (>= 1.0.1) | ||
View
2
res/deb/copyright
| @@ -1,7 +1,7 @@ | ||
| /usr/share/common-licenses/GPL-2 | ||
| synergy -- mouse and keyboard sharing utility | ||
| -Copyright (C) 2014 Synergy Si Ltd. | ||
| +Copyright (C) 2014-2016 Symless Ltd. | ||
| Copyright (C) 2004 Chris Schoeneman | ||
| This package is free software; you can redistribute it and/or | ||
View
2
res/synergy.nsh
| @@ -20,7 +20,7 @@ | ||
| !define platform "Windows" | ||
| !define publisher "The Synergy Project" | ||
| !define publisherOld "The Synergy+ Project" | ||
| -!define helpUrl "http://synergy-project.org/support" | ||
| +!define helpUrl "http://symless.com/support" | ||
| !define vcRedistFile "vcredist_${arch}.exe" | ||
| !define startMenuApp "synergy.exe" | ||
| !define binDir "..\bin" | ||
View
8
res/synergy.spec.in
| @@ -4,10 +4,10 @@ Name: synergy | ||
| Release: 1 | ||
| License: GPLv2 | ||
| Group: Applications/Productivity | ||
| -URL: http://synergy-project.org/ | ||
| -Source: http://synergy-project.org/download/ | ||
| +URL: http://symless.com/ | ||
| +Source: http://symless.com/download/ | ||
| Vendor: The Synergy Project | ||
| -Packager: Nick Bolton <nick@synergy-project.org> | ||
| +Packager: Nick Bolton <nick@symless.com> | ||
| Version: ${in:version} | ||
| %description | ||
| @@ -43,5 +43,5 @@ cp $source/bin/plugins/* %{buildroot}%{_bindir}/../lib/synergy/plugins | ||
| %attr(644,-,-) %{_bindir}/../lib/synergy/plugins/* | ||
| %changelog | ||
| -* Thu Mar 20 2014 Nick Bolton <nick@synergy-project.org> | ||
| +* Thu Mar 20 2014 Nick Bolton <nick@symless.com> | ||
| - Initial version of the package | ||
View
2
src/CMakeLists.txt
| @@ -1,5 +1,5 @@ | ||
| # synergy -- mouse and keyboard sharing utility | ||
| -# Copyright (C) 2012 Synergy Si Ltd. | ||
| +# Copyright (C) 2012-2016 Symless Ltd. | ||
| # Copyright (C) 2011 Nick Bolton | ||
| # | ||
| # This package is free software; you can redistribute it and/or | ||
View
2
src/cmd/CMakeLists.txt
| @@ -1,5 +1,5 @@ | ||
| # synergy -- mouse and keyboard sharing utility | ||
| -# Copyright (C) 2012 Synergy Si Ltd. | ||
| +# Copyright (C) 2012-2016 Symless Ltd. | ||
| # Copyright (C) 2011 Nick Bolton | ||
| # | ||
| # This package is free software; you can redistribute it and/or | ||
View
2
src/cmd/synergyc/CMakeLists.txt
| @@ -1,5 +1,5 @@ | ||
| # synergy -- mouse and keyboard sharing utility | ||
| -# Copyright (C) 2012 Synergy Si Ltd. | ||
| +# Copyright (C) 2012-2016 Symless Ltd. | ||
| # Copyright (C) 2009 Nick Bolton | ||
| # | ||
| # This package is free software; you can redistribute it and/or | ||
View
2
src/cmd/synergyc/MSWindowsClientTaskBarReceiver.cpp
| @@ -1,6 +1,6 @@ | ||
| /* | ||
| * synergy -- mouse and keyboard sharing utility | ||
| - * Copyright (C) 2012 Synergy Si Ltd. | ||
| + * Copyright (C) 2012-2016 Symless Ltd. | ||
| * Copyright (C) 2003 Chris Schoeneman | ||
| * | ||
| * This package is free software; you can redistribute it and/or | ||
View
2
src/cmd/synergyc/MSWindowsClientTaskBarReceiver.h
| @@ -1,6 +1,6 @@ | ||
| /* | ||
| * synergy -- mouse and keyboard sharing utility | ||
| - * Copyright (C) 2012 Synergy Si Ltd. | ||
| + * Copyright (C) 2012-2016 Symless Ltd. | ||
| * Copyright (C) 2003 Chris Schoeneman | ||
| * | ||
| * This package is free software; you can redistribute it and/or | ||
View
2
src/cmd/synergyc/OSXClientTaskBarReceiver.cpp
| @@ -1,6 +1,6 @@ | ||
| /* | ||
| * synergy -- mouse and keyboard sharing utility | ||
| - * Copyright (C) 2012 Synergy Si Ltd. | ||
| + * Copyright (C) 2012-2016 Symless Ltd. | ||
| * Copyright (C) 2004 Chris Schoeneman | ||
| * | ||
| * This package is free software; you can redistribute it and/or | ||
View
2
src/cmd/synergyc/OSXClientTaskBarReceiver.h
| @@ -1,6 +1,6 @@ | ||
| /* | ||
| * synergy -- mouse and keyboard sharing utility | ||
| - * Copyright (C) 2012 Synergy Si Ltd. | ||
| + * Copyright (C) 2012-2016 Symless Ltd. | ||
| * Copyright (C) 2004 Chris Schoeneman | ||
| * | ||
| * This package is free software; you can redistribute it and/or | ||
View
2
src/cmd/synergyc/XWindowsClientTaskBarReceiver.cpp
| @@ -1,6 +1,6 @@ | ||
| /* | ||
| * synergy -- mouse and keyboard sharing utility | ||
| - * Copyright (C) 2012 Synergy Si Ltd. | ||
| + * Copyright (C) 2012-2016 Symless Ltd. | ||
| * Copyright (C) 2003 Chris Schoeneman | ||
| * | ||
| * This package is free software; you can redistribute it and/or | ||
View
2
src/cmd/synergyc/XWindowsClientTaskBarReceiver.h
| @@ -1,6 +1,6 @@ | ||
| /* | ||
| * synergy -- mouse and keyboard sharing utility | ||
| - * Copyright (C) 2012 Synergy Si Ltd. | ||
| + * Copyright (C) 2012-2016 Symless Ltd. | ||
| * Copyright (C) 2003 Chris Schoeneman | ||
| * | ||
| * This package is free software; you can redistribute it and/or | ||
View
2
src/cmd/synergyc/synergyc.cpp
| @@ -1,6 +1,6 @@ | ||
| /* | ||
| * synergy -- mouse and keyboard sharing utility | ||
| - * Copyright (C) 2012 Synergy Si Ltd. | ||
| + * Copyright (C) 2012-2016 Symless Ltd. | ||
| * Copyright (C) 2002 Chris Schoeneman | ||
| * | ||
| * This package is free software; you can redistribute it and/or | ||
View
2
src/cmd/synergyd/CMakeLists.txt
| @@ -1,5 +1,5 @@ | ||
| # synergy -- mouse and keyboard sharing utility | ||
| -# Copyright (C) 2012 Synergy Si Ltd. | ||
| +# Copyright (C) 2012-2016 Symless Ltd. | ||
| # Copyright (C) 2012 Nick Bolton | ||
| # | ||
| # This package is free software; you can redistribute it and/or | ||
View
2
src/cmd/synergyd/synergyd.cpp
| @@ -1,6 +1,6 @@ | ||
| /* | ||
| * synergy -- mouse and keyboard sharing utility | ||
| - * Copyright (C) 2012 Synergy Si Ltd. | ||
| + * Copyright (C) 2012-2016 Symless Ltd. | ||
| * Copyright (C) 2012 Nick Bolton | ||
| * | ||
| * This package is free software; you can redistribute it and/or | ||
View
2
src/cmd/synergyp/CMakeLists.txt
| @@ -1,5 +1,5 @@ | ||
| # synergy -- mouse and keyboard sharing utility | ||
| -# Copyright (C) 2012 Synergy Si Ltd. | ||
| +# Copyright (C) 2012-2016 Symless Ltd. | ||
| # Copyright (C) 2009 Nick Bolton | ||
| # | ||
| # This package is free software; you can redistribute it and/or | ||
View
2
src/cmd/synergyp/MSWindowsPortableTaskBarReceiver.cpp
| @@ -1,6 +1,6 @@ | ||
| /* | ||
| * synergy -- mouse and keyboard sharing utility | ||
| - * Copyright (C) 2012 Synergy Si Ltd. | ||
| + * Copyright (C) 2012-2016 Symless Ltd. | ||
| * Copyright (C) 2003 Chris Schoeneman | ||
| * | ||
| * This package is free software; you can redistribute it and/or | ||
View
2
src/cmd/synergyp/MSWindowsPortableTaskBarReceiver.h
| @@ -1,6 +1,6 @@ | ||
| /* | ||
| * synergy -- mouse and keyboard sharing utility | ||
| - * Copyright (C) 2012 Synergy Si Ltd. | ||
| + * Copyright (C) 2012-2016 Symless Ltd. | ||
| * Copyright (C) 2003 Chris Schoeneman | ||
| * | ||
| * This package is free software; you can redistribute it and/or | ||
View
2
src/cmd/synergyp/OSXPortableTaskBarReceiver.cpp
| @@ -1,6 +1,6 @@ | ||
| /* | ||
| * synergy -- mouse and keyboard sharing utility | ||
| - * Copyright (C) 2012 Synergy Si Ltd. | ||
| + * Copyright (C) 2012-2016 Symless Ltd. | ||
| * Copyright (C) 2004 Chris Schoeneman | ||
| * | ||
| * This package is free software; you can redistribute it and/or | ||
View
2
src/cmd/synergyp/OSXPortableTaskBarReceiver.h
| @@ -1,6 +1,6 @@ | ||
| /* | ||
| * synergy -- mouse and keyboard sharing utility | ||
| - * Copyright (C) 2012 Synergy Si Ltd. | ||
| + * Copyright (C) 2012-2016 Symless Ltd. | ||
| * Copyright (C) 2004 Chris Schoeneman | ||
| * | ||
| * This package is free software; you can redistribute it and/or | ||
Oops, something went wrong.