barrier/server
crs 64232c7854 updated to new automake and refactored server stuff. the server
now speaks to the primary screen and secondary screens almost
everywhere the same way through an IClient interface;  only
special primary screen calls are accessed through a different
interface, the CPrimaryClient interface.  this simplifies the
server since it no longer needs to test whether the active screen
is the primary or a secondary in most cases.

the server no longer speaks directly to the primary screen;  all
that goes through the CPrimaryClient, which often just forwards
the call.  the primary screen no longer speaks directly to the
server either, again going through the CPrimaryClient via a
IPrimaryReceiver interface.

CServerProtocol classes have been replaced by CClientProxy
classes which are very similar.  the name makes more sense
though.
2002-07-09 21:22:31 +00:00
..
CClientProxy.cpp updated to new automake and refactored server stuff. the server 2002-07-09 21:22:31 +00:00
CClientProxy.h updated to new automake and refactored server stuff. the server 2002-07-09 21:22:31 +00:00
CClientProxy1_0.cpp updated to new automake and refactored server stuff. the server 2002-07-09 21:22:31 +00:00
CClientProxy1_0.h updated to new automake and refactored server stuff. the server 2002-07-09 21:22:31 +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 mistakenly removed mouse button checks when on secondary screens 2002-07-01 15:05:49 +00:00
CMSWindowsPrimaryScreen.h fixed handling of jumping to primary when screen saver starts 2002-06-23 23:24:22 +00:00
CPrimaryClient.cpp updated to new automake and refactored server stuff. the server 2002-07-09 21:22:31 +00:00
CPrimaryClient.h updated to new automake and refactored server stuff. the server 2002-07-09 21:22:31 +00:00
CServer.cpp updated to new automake and refactored server stuff. the server 2002-07-09 21:22:31 +00:00
CServer.h updated to new automake and refactored server stuff. the server 2002-07-09 21:22:31 +00:00
CSynergyHook.cpp synergy hook DLL will now restart itself if a client tries to 2002-06-26 16:31:48 +00:00
CSynergyHook.h win32 screen saver now handled. 2002-06-23 21:53:31 +00:00
CXWindowsPrimaryScreen.cpp updated to new automake and refactored server stuff. the server 2002-07-09 21:22:31 +00:00
CXWindowsPrimaryScreen.h updated to new automake and refactored server stuff. the server 2002-07-09 21:22:31 +00:00
IPrimaryReceiver.h updated to new automake and refactored server stuff. the server 2002-07-09 21:22:31 +00:00
IPrimaryScreen.h updated to new automake and refactored server stuff. the server 2002-07-09 21:22:31 +00:00
Makefile.am updated to new automake and refactored server stuff. the server 2002-07-09 21:22:31 +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 cleaned up some minor bugs. 2002-06-21 17:55:47 +00:00
server.dsp win32 changes. changed names of binaries. added support for 2002-06-08 21:48:00 +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