barrier/synergy
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
..
CClipboard.cpp checkpoint. changed clipboard model. the clipboard can only 2002-05-27 16:22:59 +00:00
CClipboard.h checkpoint. changed clipboard model. the clipboard can only 2002-05-27 16:22:59 +00:00
CInputPacketStream.cpp removed exception specifications. thread exceptions weren't 2001-10-14 16:58:01 +00:00
CInputPacketStream.h Indentation changes. 2002-04-29 14:40:01 +00:00
CMSWindowsClipboard.cpp updated win32 clipboard to match new model. 2002-05-27 18:55:51 +00:00
CMSWindowsClipboard.h updated win32 clipboard to match new model. 2002-05-27 18:55:51 +00:00
CMSWindowsScreen.cpp added screen locking support to win32. added support for 2002-05-24 17:54:28 +00:00
CMSWindowsScreen.h added screen locking support to win32. added support for 2002-05-24 17:54:28 +00:00
COutputPacketStream.cpp Indentation change. 2002-05-02 11:44:21 +00:00
COutputPacketStream.h Indentation changes. 2002-04-29 14:40:01 +00:00
CProtocolUtil.cpp removed unnecessary call in screen class, added logging calls 2002-05-22 17:08:37 +00:00
CProtocolUtil.h Indentation changes. 2002-04-29 14:40:01 +00:00
CTCPSocketFactory.cpp removed exception specifications. thread exceptions weren't 2001-10-14 16:58:01 +00:00
CTCPSocketFactory.h Indentation changes. 2002-04-29 14:40:01 +00:00
CXWindowsClipboard.cpp removed getEventMask() from primary screen. added a class to 2002-05-27 18:30:13 +00:00
CXWindowsClipboard.h fixes, mainly for windows. first, had to add a notification from 2002-06-01 19:26:11 +00:00
CXWindowsScreen.cpp checkpoint. changed clipboard model. the clipboard can only 2002-05-27 16:22:59 +00:00
CXWindowsScreen.h removed getEventMask() from primary screen. added a class to 2002-05-27 18:30:13 +00:00
CXWindowsUtil.cpp removed getEventMask() from primary screen. added a class to 2002-05-27 18:30:13 +00:00
CXWindowsUtil.h removed getEventMask() from primary screen. added a class to 2002-05-27 18:30:13 +00:00
ClipboardTypes.h Added support for multiple clipboards. This is mainly to 2002-04-27 14:19:53 +00:00
IClipboard.h checkpoint. changed clipboard model. the clipboard can only 2002-05-27 16:22:59 +00:00
IPrimaryScreen.h fixes, mainly for windows. first, had to add a notification from 2002-06-01 19:26:11 +00:00
ISecondaryScreen.h added screen locking support to win32. added support for 2002-05-24 17:54:28 +00:00
IServerProtocol.h added screen locking support to win32. added support for 2002-05-24 17:54:28 +00:00
ISocketFactory.h Indentation changes. 2002-04-29 14:40:01 +00:00
KeyTypes.h changed processing of key events in X. secondary screen now 2002-04-26 17:38:01 +00:00
Makefile checkpoint. changed clipboard model. the clipboard can only 2002-05-27 16:22:59 +00:00
MouseTypes.h Started over. 2001-10-06 14:13:28 +00:00
ProtocolTypes.h server now rejects clients that are not in the configuration. 2002-05-31 18:18:29 +00:00
XSynergy.cpp server now rejects clients that are not in the configuration. 2002-05-31 18:18:29 +00:00
XSynergy.h server now rejects clients that are not in the configuration. 2002-05-31 18:18:29 +00:00
synergy.dsp fixes, mainly for windows. first, had to add a notification from 2002-06-01 19:26:11 +00:00