barrier/base
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
..
BasicTypes.h checkpoint. merging win32 code. server on X is currently broken 2001-11-19 00:33:36 +00:00
CFunctionJob.cpp Started over. 2001-10-06 14:13:28 +00:00
CFunctionJob.h Indentation changes. 2002-04-29 14:40:01 +00:00
CLog.cpp fixes, mainly for windows. first, had to add a notification from 2002-06-01 19:26:11 +00:00
CLog.h fixes, mainly for windows. first, had to add a notification from 2002-06-01 19:26:11 +00:00
CStopwatch.cpp Indentation changes. 2002-04-29 14:40:01 +00:00
CStopwatch.h Indentation changes. 2002-04-29 14:40:01 +00:00
CString.h fixes, mainly for windows. first, had to add a notification from 2002-06-01 19:26:11 +00:00
IInterface.h Indentation changes. 2002-04-29 14:40:01 +00:00
IJob.h Indentation changes. 2002-04-29 14:40:01 +00:00
Makefile added logging facility and added a bunch of log messages. 2001-10-14 14:37:41 +00:00
TMethodJob.h Indentation changes. 2002-04-29 14:40:01 +00:00
XBase.cpp checkpoint. merging win32 code. server on X is currently broken 2001-11-19 00:33:36 +00:00
XBase.h fixes, mainly for windows. first, had to add a notification from 2002-06-01 19:26:11 +00:00
base.dsp fixes, mainly for windows. first, had to add a notification from 2002-06-01 19:26:11 +00:00
common.h fixes, mainly for windows. first, had to add a notification from 2002-06-01 19:26:11 +00:00
stdfstream.h fixes, mainly for windows. first, had to add a notification from 2002-06-01 19:26:11 +00:00
stdistream.h fixes, mainly for windows. first, had to add a notification from 2002-06-01 19:26:11 +00:00
stdlist.h fixes, mainly for windows. first, had to add a notification from 2002-06-01 19:26:11 +00:00
stdmap.h fixes, mainly for windows. first, had to add a notification from 2002-06-01 19:26:11 +00:00
stdostream.h fixes, mainly for windows. first, had to add a notification from 2002-06-01 19:26:11 +00:00
stdpost.h fixes, mainly for windows. first, had to add a notification from 2002-06-01 19:26:11 +00:00
stdpre.h fixes, mainly for windows. first, had to add a notification from 2002-06-01 19:26:11 +00:00
stdset.h fixes, mainly for windows. first, had to add a notification from 2002-06-01 19:26:11 +00:00
stdsstream.h fixes, mainly for windows. first, had to add a notification from 2002-06-01 19:26:11 +00:00
stdvector.h fixes, mainly for windows. first, had to add a notification from 2002-06-01 19:26:11 +00:00