barrier/lib
crs 75729cef46 Fixed a few win32 keyboard/mouse problems. First, the mouse hook
now captures non-client area mouse messages.  Previously, these
were ignored (because i forgot about them) and they caused all
kinds of problems because they weren't forwarded.  For example,
clicking on a window border would cause the window to start
resizing when the mouse came back to the server screen.  Moving
inside a title bar meant that the mouse wouldn't move on the
client screen.

Second, because non-client messages are now handled, the full
screen transparent window is no longer necessary to capture
input so it's never displayed.  (The window is still necessary
for clipboard ownership so it's still created.)  No transparent
window means no screen flashing.  It also means we don't have to
become the foreground and active window.  This plays better with
apps that minimize or restore when they're no longer the
foreground application/active window.

Third, fixed the low level keyboard hook to forward toggle key
updates, which it was neglecting to do.

Finally, keyboard and mouse input is always forwarded from the hook
to the primary screen handler which then shadows the current key
and mouse button state.  If we're using low level hooks then this
isn't really necessary and GetKeyState() always returns the right
info but without low level hooks it means we can just use the
shadow state.  It also means we don't have to show our window in
order to get the system's key state table up to date, fixing the
screen flash when checking for the scroll lock state.
2003-05-03 12:54:22 +00:00
..
arch Boosted priority of main synergy threads to be very high (highest 2003-05-03 12:37:03 +00:00
base Added switch delay and double-tap options to win32 and added a 2003-03-12 22:34:07 +00:00
client Checkpointing improved key handling. This change adds non-ASCII 2003-04-27 17:01:14 +00:00
common Changed version to 1.0.7. 2003-04-13 14:38:40 +00:00
http Moved CPrimaryScreen and CSecondaryScreen to the lib/synergy 2003-01-05 21:48:54 +00:00
io Refactored some platform dependent code into a new library, 2003-01-04 22:01:32 +00:00
mt Added switch delay and double-tap options to win32 and added a 2003-03-12 22:34:07 +00:00
net Refactored some platform dependent code into a new library, 2003-01-04 22:01:32 +00:00
platform Fixed a few win32 keyboard/mouse problems. First, the mouse hook 2003-05-03 12:54:22 +00:00
server Fixes to previous checkpoint. Non-ascii keys seem to work correctly. 2003-04-27 18:05:32 +00:00
synergy Boosted priority of main synergy threads to be very high (highest 2003-05-03 12:37:03 +00:00
Makefile.am Refactored some platform dependent code into a new library, 2003-01-04 22:01:32 +00:00