barrier/server
crs f48a5fe387 checkpoint. still refactoring. merged common code from primary
screens into CPrimaryScreen and merged common code from secondary
screens into CSecondaryScreen.  changed is-a relationship to a
has-a between the primary and secondary screen classes and the
generic platform dependent screen class to avoid multiple
inheritance of implementation.  also standardized the interface
for those generic screen classes.  adding a platform now involves
implementing simpler interfaces:  IScreen for the generic screen,
IScreenEventHandler and some methods of CPrimaryScreen for the
primary screen, and IScreenEventHandler and some methods of
CSecondaryScreen for the secondary screen.  did X11 platform
but not win32 platform.
2002-07-13 22:00:38 +00:00
..
CClientProxy.cpp updated to new automake and refactored server stuff. the server 2002-07-09 21:22:31 +00:00
CClientProxy.h checkpoint. still refactoring. merged common code from primary 2002-07-13 22:00:38 +00:00
CClientProxy1_0.cpp checkpoint. still refactoring. merged common code from primary 2002-07-13 22:00:38 +00:00
CClientProxy1_0.h checkpoint. still refactoring. merged common code from primary 2002-07-13 22:00:38 +00:00
CConfig.cpp formatting changes. 2002-06-17 13:31:21 +00:00
CConfig.h indentation and other formatting changes. also cleaned up 2002-06-10 22:06:45 +00:00
CHTTPServer.cpp formatting changes. 2002-06-17 13:31:21 +00:00
CHTTPServer.h refactored ISocket into IDataSocket. the latter and IListenSocket 2002-06-17 12:02:26 +00:00
CMSWindowsPrimaryScreen.cpp refactoring. refactored stuff in client (with changes to server 2002-07-12 20:41:23 +00:00
CMSWindowsPrimaryScreen.h refactoring. refactored stuff in client (with changes to server 2002-07-12 20:41:23 +00:00
CPrimaryClient.cpp checkpoint. still refactoring. merged common code from primary 2002-07-13 22:00:38 +00:00
CPrimaryClient.h checkpoint. still refactoring. merged common code from primary 2002-07-13 22:00:38 +00:00
CPrimaryScreen.cpp checkpoint. still refactoring. merged common code from primary 2002-07-13 22:00:38 +00:00
CPrimaryScreen.h checkpoint. still refactoring. merged common code from primary 2002-07-13 22:00:38 +00:00
CServer.cpp checkpoint. still refactoring. merged common code from primary 2002-07-13 22:00:38 +00:00
CServer.h checkpoint. still refactoring. merged common code from primary 2002-07-13 22:00:38 +00:00
CSynergyHook.cpp applied refactoring to win32 code. 2002-07-11 13:13:37 +00:00
CSynergyHook.h applied refactoring to win32 code. 2002-07-11 13:13:37 +00:00
CXWindowsPrimaryScreen.cpp checkpoint. still refactoring. merged common code from primary 2002-07-13 22:00:38 +00:00
CXWindowsPrimaryScreen.h checkpoint. still refactoring. merged common code from primary 2002-07-13 22:00:38 +00:00
Makefile.am checkpoint. still refactoring. merged common code from primary 2002-07-13 22:00:38 +00:00
makehook.dsp win32 changes. changed names of binaries. added support for 2002-06-08 21:48:00 +00:00
resource.h checkpoint. merging win32 code. server on X is currently broken 2001-11-19 00:33:36 +00:00
server.cpp checkpoint. still refactoring. merged common code from primary 2002-07-13 22:00:38 +00:00
server.dsp applied refactoring to win32 code. 2002-07-11 13:13:37 +00:00
server.rc Fixes to get win32 client and server up to date. 2002-04-30 16:23:03 +00:00
synrgyhk.dsp win32 changes. now including windows.h with WIN32_LEAN_AND_MEAN 2002-06-10 16:49:46 +00:00