barrier/lib
crs 519871fe15 Changed X11 key mapping to fallback to the modifier keysym with
the opposite handedness if the desired handedness is missing.
For example, if Alt_R is unmapped as it often is on keyboards
with Mode_switch, the client will use Alt_L if it is mapped
when told to synthesize Alt_R.  This should fix handling of
AltGr sent from a win32 server.  AltGr is literally just
Control_L and Alt_R and, previously, an X11 client without
Alt_R mapped would only simulate Control_L.  This does not
address the fact that the user may really just want the Alt
modifier;  there are already hueristics to attempt to figure
that out.
2004-10-30 16:41:36 +00:00
..
arch Fixed bugs in configuration. Wasn't doing configuration for DPMS 2004-10-28 21:40:56 +00:00
base Removed recursive mutexes. Simplified stream filters as a side 2004-09-29 21:59:26 +00:00
client Fixed assertion failure when client connection fails immediately. 2004-06-10 21:25:09 +00:00
common Fixed bugs in configuration. Wasn't doing configuration for DPMS 2004-10-28 21:40:56 +00:00
io Removed recursive mutexes. Simplified stream filters as a side 2004-09-29 21:59:26 +00:00
mt Changed VC++ projects to put release targets in ./build, debug 2004-05-16 18:02:49 +00:00
net Removed recursive mutexes. Simplified stream filters as a side 2004-09-29 21:59:26 +00:00
platform Changed X11 key mapping to fallback to the modifier keysym with 2004-10-30 16:41:36 +00:00
server Removed recursive mutexes. Simplified stream filters as a side 2004-09-29 21:59:26 +00:00
synergy Fixed dead key and AltGr+shift handling on X windows. Also fixed 2004-10-24 18:18:01 +00:00
Makefile.am Removed DEPTH, VDEPTH, and VPATH from makefiles. 2004-04-04 12:12:32 +00:00