Open-source KVM software
Go to file
azanar@carrel.org 71e53f05c9 Fix for Bug #57. The event tap was never returning events of either of the types specified and so mapKeyFromEvent would prematurely return with a null-equivalent KeyButton. Pulling the entire block of code, as the value it produces isn't used anyway.
Also fixed an incorrect pair of constants in the event tap generation code. Luckily, the two constants resolve to the same integer value, but things would get ugly if either value changed.

Thanks to Peter Van der Beken (peterv@propagandism.org) for the patch.
2011-04-02 17:27:45 +00:00
build made find revision method compatible with python 2.3 2011-01-23 23:03:28 +00:00
cmake Clean unused cruft from cmake gtest file 2011-02-15 07:44:37 +00:00
cmd 1.3 merge r870 into trunk and 1.4 2011-01-21 03:56:00 +00:00
doc merge 1.4 r887:888 into trunk 2011-01-23 19:48:38 +00:00
gui merged 1.4 r902:903 into trunk 2011-02-05 23:01:04 +00:00
lib Fix for Bug #57. The event tap was never returning events of either of the types specified and so mapKeyFromEvent would prematurely return with a null-equivalent KeyButton. Pulling the entire block of code, as the value it produces isn't used anyway. 2011-04-02 17:27:45 +00:00
third_party/gtest Committing a clean version of google test 2011-01-29 07:22:55 +00:00
.cproject Added eclipse project files 2011-01-28 18:59:51 +00:00
.gitignore Update gitignore for doxygen 2010-09-05 23:36:24 +00:00
.lvimrc Added instructions for localvimrc 2010-05-23 20:31:47 +00:00
.project Added eclipse project files 2011-01-28 18:59:51 +00:00
CMakeLists.txt Actually compile unit tests correctly 2011-02-15 07:44:14 +00:00
COMPILE changed synergy+ references back to synergy (trunk) 2011-01-15 04:01:31 +00:00
COPYING Initial commit of the synergy trunk sources from sf.net 2009-02-27 11:54:59 +00:00
ChangeLog changed synergy+ references back to synergy (trunk) 2011-01-15 04:01:31 +00:00
INSTALL changed synergy+ references back to synergy (trunk) 2011-01-15 04:01:31 +00:00
README changed synergy+ references back to synergy (trunk) 2011-01-15 04:01:31 +00:00
buildbot-test buildbot test 2011-01-23 23:41:38 +00:00
hm.cmd Added a hammer command for buildbot. 2009-11-02 21:17:45 +00:00
hm.py merge 1.4 r887:888 into trunk 2011-01-23 19:48:38 +00:00
hm.sh Made hm.sh executable 2010-06-13 00:12:20 +00:00

README

See: http://synergy-foss.org/pm/projects/synergy/wiki/Readme

Announcement | 2009-08-04
=========================
We have recently switched to CMake, to replace Automake.
Plese read the Compiling wiki page for help with CMake:
http://synergy-foss.org/pm/projects/synergy/wiki/Compiling

Linux/Mac
---------
Instead of using the traditional GNU style `./configure; make`
commands, you will now need to use CMake.

Windows
-------
Instead of using the VS2005 and VS2008 directories, you now need
to generate the Visual Studio project files using CMake.