barrier/lib
crs e2a31e8b66 Converted win32 to new keyboard state tracking design. Also
changed locking to screen so that keys no longer count (only
mouse buttons and scroll lock toggled on).  This is to deal
with the unreliability of key event reporting which can leave
us locked to a screen with no key physically pressed.  The
result of this is that clients get key repeats and releases
without the corresponding key press.  CKeyState handles this
by discarding repeat/release events on keys it hasn't seen go
down.  Also made a few other minor fixes to win32 keyboard
handling.
2004-03-26 20:59:26 +00:00
..
arch Fixed handling of reading strings from the registry. This was 2004-03-26 20:59:21 +00:00
base Generalized signal handling. Now handling SIGHUP in addition 2004-02-28 17:49:29 +00:00
client Checkpoint. Converted X11 to new keyboard state tracking design. 2004-03-21 20:01:41 +00:00
common Added missing file. 2004-02-28 12:24:47 +00:00
io Fixed doxygen formatting error. 2004-03-14 17:50:37 +00:00
mt Merged Win32 updates. Added full warnings on g++. Fixed bug in 2004-02-28 12:19:49 +00:00
net Made all arch sockets non-blocking. 2004-02-29 16:11:17 +00:00
platform Converted win32 to new keyboard state tracking design. Also 2004-03-26 20:59:26 +00:00
server Converted win32 to new keyboard state tracking design. Also 2004-03-26 20:59:26 +00:00
synergy Converted win32 to new keyboard state tracking design. Also 2004-03-26 20:59:26 +00:00
Makefile.am Removed most HTTP stuff. It doesn't seem like the appropriate 2004-02-01 20:56:52 +00:00