barrier/platform
crs 0759cbc104 changed waitForEvent() to handle a peculiar feature of
MsgWaitForMultipleObjects():  it will not return immediately
if an event already in the queue when it's called was already
in the queue during the last call to GetMessage()/PeekMessage().
also now discarding screen saver events if there are any other
screen saver events in the queue already.  this prevents these
events from piling up in the queue, which they'd do because we
sleep for 250ms when handling each one.
2002-07-18 16:58:08 +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 changed waitForEvent() to handle a peculiar feature of 2002-07-18 16:58:08 +00:00
CMSWindowsScreen.h checkpoint. refactored win32 code. had to edit and rename some 2002-07-15 15:01:36 +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
CSynergyHook.cpp attempt to fix stuttering when leaving win32 screen. seems to 2002-07-17 17:27:41 +00:00
CSynergyHook.h attempt to fix stuttering when leaving win32 screen. seems to 2002-07-17 17:27:41 +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 moved onError() method to IScreenReceiver from IPrimaryScreenReceiver. 2002-07-16 16:52:26 +00:00
CXWindowsScreen.h checkpoint. refactored win32 code. had to edit and rename some 2002-07-15 15:01:36 +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
IMSWindowsScreenEventHandler.h moved onError() method to IScreenReceiver from IPrimaryScreenReceiver. 2002-07-16 16:52:26 +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
makehook.dsp checkpoint. refactored win32 code. had to edit and rename some 2002-07-15 15:01:36 +00:00
platform.dsp checkpoint. refactored win32 code. had to edit and rename some 2002-07-15 15:01:36 +00:00
synrgyhk.dsp completing previous checkin. 2002-07-15 15:03:04 +00:00