barrier/platform
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
..
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 refactoring. refactored stuff in client (with changes to server 2002-07-12 20:41:23 +00:00
CMSWindowsScreen.h refactoring. refactored stuff in client (with changes to server 2002-07-12 20:41:23 +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 checkpoint. still refactoring. merged common code from primary 2002-07-13 22:00:38 +00:00
CXWindowsScreen.h checkpoint. still refactoring. merged common code from primary 2002-07-13 22:00:38 +00:00
CXWindowsScreenSaver.cpp refactoring. refactored stuff in client (with changes to server 2002-07-12 20:41:23 +00:00
CXWindowsScreenSaver.h refactoring. refactored stuff in client (with changes to server 2002-07-12 20:41:23 +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