barrier/platform
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
..
CMSWindowsClipboard.cpp formatting changes. 2002-06-17 13:31:21 +00:00
CMSWindowsClipboard.h win32 changes. now including windows.h with WIN32_LEAN_AND_MEAN 2002-06-10 16:49:46 +00:00
CMSWindowsScreen.cpp win32 screen saver now handled. 2002-06-23 21:53:31 +00:00
CMSWindowsScreen.h win32 screen saver now handled. 2002-06-23 21:53:31 +00:00
CMSWindowsScreenSaver.cpp added win32 screen saver class forgotten in previous checkins. 2002-07-01 12:58:52 +00:00
CMSWindowsScreenSaver.h added win32 screen saver class forgotten in previous checkins. 2002-07-01 12:58:52 +00:00
CPlatform.cpp checkpoint. more conversion to automake. 2002-06-19 11:23:49 +00:00
CPlatform.h checkpoint. more conversion to automake. 2002-06-19 11:23:49 +00:00
CUnixPlatform.cpp now blocking SIGINT and SIGTERM in restart function. the child 2002-06-21 15:15:34 +00:00
CUnixPlatform.h performance fixes on win32 plus clean up of some warnings. also 2002-06-14 18:08:20 +00:00
CWin32Platform.cpp formatting changes. 2002-06-17 13:31:21 +00:00
CWin32Platform.h performance fixes on win32 plus clean up of some warnings. also 2002-06-14 18:08:20 +00:00
CXWindowsClipboard.cpp updated to new automake and refactored server stuff. the server 2002-07-09 21:22:31 +00:00
CXWindowsClipboard.h fixed bug introduced by previous checkin. calling XCheckIfEvent() 2002-06-20 16:27:49 +00:00
CXWindowsScreen.cpp fixed re-entrant calls to X bug. 2002-06-26 12:44:52 +00:00
CXWindowsScreen.h checkpoint screensaver changes. now handling xscreensaver 2002-06-23 15:43:40 +00:00
CXWindowsScreenSaver.cpp now disabling disable job timer when forcing screen saver 2002-06-23 21:48:33 +00:00
CXWindowsScreenSaver.h fixed re-entrant calls to X bug. 2002-06-26 12:44:52 +00:00
CXWindowsUtil.cpp checkpoint screensaver changes. now handling xscreensaver 2002-06-23 15:43:40 +00:00
CXWindowsUtil.h CXWindowsUtil::CErrorLock wasn't XSync()'ing the display before 2002-06-22 19:47:27 +00:00
IPlatform.h performance fixes on win32 plus clean up of some warnings. also 2002-06-14 18:08:20 +00:00
Makefile.am checkpoint. adding screen saver support. only on X so far 2002-06-22 19:20:21 +00:00
platform.dsp win32 screen saver now handled. 2002-06-23 21:53:31 +00:00