barrier/lib
crs b1ead05a3c Worked around bogus key mapping on 95/98/me where multiple virtual
keys are mapped to the same button.  For example, the backslash
virtual key shares a button with some other virtual key on british
english key mappings.  Synergy could end up using the wrong virtual
key.  In the given case, the other virtual key produced no character
at all.  To determine which virtual key should really be mapped to
a button we map the button back to a virtual key and see if it's the
virtual key we started with.

Also fixed mapping of pause key.  Previously, windows+pause sent to
a win32 client wouldn't bring up system properties like it should.
2004-07-29 21:53:30 +00:00
..
arch Fixed bug in converting wide characters to multibyte. 2004-06-12 20:46:35 +00:00
base Changed VC++ projects to put release targets in ./build, debug 2004-05-16 18:02:49 +00:00
client Fixed assertion failure when client connection fails immediately. 2004-06-10 21:25:09 +00:00
common Changed version to 1.1.8. 2004-07-25 14:18:50 +00:00
io Changed VC++ projects to put release targets in ./build, debug 2004-05-16 18:02:49 +00:00
mt Changed VC++ projects to put release targets in ./build, debug 2004-05-16 18:02:49 +00:00
net Worked around bug/weirdness on OS X. It's reporting that a 2004-07-29 21:48:40 +00:00
platform Worked around bogus key mapping on 95/98/me where multiple virtual 2004-07-29 21:53:30 +00:00
server Fixed handling of screen resolution changes. 2004-05-16 18:04:36 +00:00
synergy Fixed handling of screen resolution changes. 2004-05-16 18:04:36 +00:00
Makefile.am Removed DEPTH, VDEPTH, and VPATH from makefiles. 2004-04-04 12:12:32 +00:00