barrier/server
crs d2135af0d9 fixes, mainly for windows. first, had to add a notification from
CServer to the primary screen when the configuration changes so it
can make necessary adjustments (the win32 primary screen must tell
the hook dll about the new jump zones).

changed includes of some std c++ library files to go through
our own include files.  these wrap the include with stuff to
keep vc++ quiet when compiling at warning level 4, which is
what it does now.  it also works around missing <istream> and
<ostream> on g++2.96.

added missing std:: where necessary.  g++ doesn't really support
namespaces so it lets references without the namespace slip
through.

added workaround or fix.  not sure if istringstream::str(string)
should reset eofbit.  it does on g++ but does not on vc++.
added clear() after str() so it works either way.

added low-level keyboard hook to win32.  if available (it's only
available on NT SP3 and up) it allows us to catch and handle
alt+tab, alt+esc, ctrl+esc, and windows key hot keys.  i think
that leaves only ctrl+alt+del and accessibility functions
uncaught on those systems.
2002-06-01 19:26:11 +00:00
..
CConfig.cpp fixes, mainly for windows. first, had to add a notification from 2002-06-01 19:26:11 +00:00
CConfig.h fixes, mainly for windows. first, had to add a notification from 2002-06-01 19:26:11 +00:00
CHTTPServer.cpp fixes, mainly for windows. first, had to add a notification from 2002-06-01 19:26:11 +00:00
CHTTPServer.h fixes, mainly for windows. first, had to add a notification from 2002-06-01 19:26:11 +00:00
CMSWindowsPrimaryScreen.cpp fixes, mainly for windows. first, had to add a notification from 2002-06-01 19:26:11 +00:00
CMSWindowsPrimaryScreen.h fixes, mainly for windows. first, had to add a notification from 2002-06-01 19:26:11 +00:00
CServer.cpp fixes, mainly for windows. first, had to add a notification from 2002-06-01 19:26:11 +00:00
CServer.h fixes, mainly for windows. first, had to add a notification from 2002-06-01 19:26:11 +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 fixes, mainly for windows. first, had to add a notification from 2002-06-01 19:26:11 +00:00
CSynergyHook.h added support for mouse wheel on win32. 2002-05-23 18:35:08 +00:00
CXWindowsPrimaryScreen.cpp fixes, mainly for windows. first, had to add a notification from 2002-06-01 19:26:11 +00:00
CXWindowsPrimaryScreen.h fixes, mainly for windows. first, had to add a notification from 2002-06-01 19:26:11 +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 fixes, mainly for windows. first, had to add a notification from 2002-06-01 19:26:11 +00:00
server.dsp fixes, mainly for windows. first, had to add a notification from 2002-06-01 19:26:11 +00:00
server.rc Fixes to get win32 client and server up to date. 2002-04-30 16:23:03 +00:00
synrgyhk.dsp fixes, mainly for windows. first, had to add a notification from 2002-06-01 19:26:11 +00:00