barrier/lib
crs 8d99fd2511 Checkpoint. Converted X11 to new keyboard state tracking design.
This new design is simpler.  For keyboard support, clients need only
implement 4 virtual methods on a class derived from CKeyState and
one trivial method in the class derived from CPlatformScreen, which
is now the superclass of platform screens instead of IPlatformScreen.
Keyboard methods have been removed from IPlatformScreen, IPrimaryScreen
and ISecondaryScreen.  Also, all keyboard state tracking is now in
exactly one place (the CKeyState subclass) rather than in CScreen,
the platform screen, and the key mapper.  Still need to convert Win32.
2004-03-21 20:01:41 +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 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 Checkpoint. Converted X11 to new keyboard state tracking design. 2004-03-21 20:01:41 +00:00
server Checkpoint. Converted X11 to new keyboard state tracking design. 2004-03-21 20:01:41 +00:00
synergy Checkpoint. Converted X11 to new keyboard state tracking design. 2004-03-21 20:01:41 +00:00
Makefile.am Removed most HTTP stuff. It doesn't seem like the appropriate 2004-02-01 20:56:52 +00:00