barrier/platform
crs 2423dc662d speeded up clipboard transfer by avoiding a selection request
when it wasn't necessary.  (in particular, we were getting the
clipboard update time from the owner then emptying the clipboard,
so we didn't need to get the time.  worse, most owners don't
support getting the time and we often timed out.)

also fixed a multithread bug using the X display.  we were using
a CThread to send an event after a timeout while we were waiting
in XIfEvent().  this necessarily involved two threads calling
into Xlib at once, which is not allowed.  now using polling to
do the timeout because Xlib doesn't have a function to get
events with a timeout.
2002-06-20 14:01:44 +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 checkpoint. initial support for multiple displays on win32. 2002-06-19 17:03:29 +00:00
CMSWindowsScreen.h checkpoint. initial support for multiple displays on win32. 2002-06-19 17:03:29 +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 checkpoint. automake changes for wait(). 2002-06-19 12:21:26 +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 speeded up clipboard transfer by avoiding a selection request 2002-06-20 14:01:44 +00:00
CXWindowsClipboard.h checkpoint. trying to fix a delay when sending clipboards on X. 2002-06-20 13:35:28 +00:00
CXWindowsScreen.cpp checkpoint. initial support for multiple displays on win32. 2002-06-19 17:03:29 +00:00
CXWindowsScreen.h checkpoint. initial support for multiple displays on win32. 2002-06-19 17:03:29 +00:00
CXWindowsUtil.cpp formatting changes. 2002-06-17 13:31:21 +00:00
CXWindowsUtil.h checkpoint. more conversion to automake. 2002-06-19 11:23:49 +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 started to convert to autoconf/automake. 2002-06-18 19:44:34 +00:00
platform.dsp win32 changes. changed names of binaries. added support for 2002-06-08 21:48:00 +00:00