barrier/lib/server
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
..
CClientListener.cpp Merged Win32 updates. Added full warnings on g++. Fixed bug in 2004-02-28 12:19:49 +00:00
CClientListener.h Checkpoint. synergys now works. Still need to do lib/client and 2004-02-14 14:04:36 +00:00
CClientProxy.cpp Moved clipboard changed event to CClientProxy because only it 2004-02-29 17:28:51 +00:00
CClientProxy.h Moved clipboard changed event to CClientProxy because only it 2004-02-29 17:28:51 +00:00
CClientProxy1_0.cpp Checkpoint. Conversion to event driven system complete for Unix. 2004-02-15 17:32:11 +00:00
CClientProxy1_0.h Checkpoint. Conversion to event driven system complete for Unix. 2004-02-15 17:32:11 +00:00
CClientProxy1_1.cpp Checkpoint. synergys now works. Still need to do lib/client and 2004-02-14 14:04:36 +00:00
CClientProxy1_1.h Checkpoint. synergys now works. Still need to do lib/client and 2004-02-14 14:04:36 +00:00
CClientProxyUnknown.cpp Checkpoint. synergys now works. Still need to do lib/client and 2004-02-14 14:04:36 +00:00
CClientProxyUnknown.h Checkpoint. synergys now works. Still need to do lib/client and 2004-02-14 14:04:36 +00:00
CConfig.cpp Checkpoint. Conversion to event driven system complete for Unix. 2004-02-15 17:32:11 +00:00
CConfig.h Checkpoint. Code does not run. Still converting over to new 2004-02-01 21:09:22 +00:00
CPrimaryClient.cpp Checkpoint. Converted X11 to new keyboard state tracking design. 2004-03-21 20:01:41 +00:00
CPrimaryClient.h Checkpoint. Conversion to event driven system complete for Unix. 2004-02-15 17:32:11 +00:00
CServer.cpp Win32 fixes. Fixed slightly off cursor positioning when using 2004-03-08 20:53:32 +00:00
CServer.h Checkpoint. synergys now works. Still need to do lib/client and 2004-02-14 14:04:36 +00:00
Makefile.am Checkpoint. synergys now works. Still need to do lib/client and 2004-02-14 14:04:36 +00:00
server.dsp Updated Makefiles and win32 projects and removed dead classes. 2004-02-15 18:12:35 +00:00