barrier/server
crs 1ac62a9533 added mutex to all public methods that didn't already have it.
fixed two blown assertions.  first, if user tried to switch to
a client that had connected but hadn't yet sent the first info
message it would assert on the zero size screen.  second, if
the primary screen was handling a mouse motion on behalf of a
secondary screen when that secondary screen disconnected then
an assert would blow because the primary screen would call
onMouseMoveSecondary() but m_protocol on the active screen is
NULL because disconnecting the active secondary screen caused
the mouse to jump to the primary screen.
2002-06-01 10:52:02 +00:00
..
CConfig.cpp made isScreen() a const method. 2002-05-31 18:08:08 +00:00
CConfig.h changed iterator to use iterator_traits directly instead of 2002-05-31 18:35:53 +00:00
CHTTPServer.cpp checkpoint. changed CScreenMap to CConfig. must still change 2002-05-31 14:43:23 +00:00
CHTTPServer.h checkpoint. changed CScreenMap to CConfig. must still change 2002-05-31 14:43:23 +00:00
CMSWindowsPrimaryScreen.cpp added screen locking support to win32. added support for 2002-05-24 17:54:28 +00:00
CMSWindowsPrimaryScreen.h added support for locking to a screen when the sroll lock is 2002-05-24 14:37:12 +00:00
CServer.cpp added mutex to all public methods that didn't already have it. 2002-06-01 10:52:02 +00:00
CServer.h added mutex to all public methods that didn't already have it. 2002-06-01 10:52:02 +00:00
CServerProtocol.cpp server no longer asserts when a client connects with a name that's 2002-05-23 14:56:03 +00:00
CServerProtocol.h added screen locking support to win32. added support for 2002-05-24 17:54:28 +00:00
CServerProtocol1_0.cpp added mutex to all public methods that didn't already have it. 2002-06-01 10:52:02 +00:00
CServerProtocol1_0.h added screen locking support to win32. added support for 2002-05-24 17:54:28 +00:00
CSynergyHook.cpp checkpoint. changed CScreenMap to CConfig. must still change 2002-05-31 14:43:23 +00:00
CSynergyHook.h added support for mouse wheel on win32. 2002-05-23 18:35:08 +00:00
CXWindowsPrimaryScreen.cpp removed getEventMask() from primary screen. added a class to 2002-05-27 18:30:13 +00:00
CXWindowsPrimaryScreen.h removed getEventMask() from primary screen. added a class to 2002-05-27 18:30:13 +00:00
Makefile finished renaming CScreenMap to CConfig. 2002-05-31 14:44:54 +00:00
makehook.dsp added platform independent clipboard transfer stuff 2001-11-25 18:32:41 +00:00
resource.h checkpoint. merging win32 code. server on X is currently broken 2001-11-19 00:33:36 +00:00
server.cpp added I/O for configuration files and changed the server to use 2002-05-31 17:32:26 +00:00
server.dsp finished renaming CScreenMap to CConfig. 2002-05-31 14:44:54 +00:00
server.rc Fixes to get win32 client and server up to date. 2002-04-30 16:23:03 +00:00
synrgyhk.dsp added platform independent clipboard transfer stuff 2001-11-25 18:32:41 +00:00