barrier/lib
crs 20ba10bfa8 Changed how key state is tracked on X11. Now updating key state
on every key press and release so we don't have to updateKeys()
in isLockedToScreen().  However, if any key appears to be down
we still call updateKeys() to double check that it's really down.
If not we note the spurious lock and don't lock to the screen.
2004-03-14 17:55:53 +00:00
..
arch Added win32 support for power management. 2004-03-13 17:13:55 +00:00
base Generalized signal handling. Now handling SIGHUP in addition 2004-02-28 17:49:29 +00:00
client Fixed handling of handshake complete. Was posting an event for it 2004-03-13 17:16:24 +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 Changed how key state is tracked on X11. Now updating key state 2004-03-14 17:55:53 +00:00
server Win32 fixes. Fixed slightly off cursor positioning when using 2004-03-08 20:53:32 +00:00
synergy Changed how key state is tracked on X11. Now updating key state 2004-03-14 17:55:53 +00:00
Makefile.am Removed most HTTP stuff. It doesn't seem like the appropriate 2004-02-01 20:56:52 +00:00