barrier/lib
crs 5488b77d61 Fixed handling of some keystrokes on win32. Pressing a dead key
and then space should convert the dead key to a non-dead key but
previous the key was discarded.  Fixed that but VkKeyScan() fails
in this case so added special case to fix that (assuming AltGr is
required).  VkKeyScan() can return the wrong result for characters
that have more than one virtual key mapped to them.  AltGr+9 (^)
on the French layout has this problem.  Now detecting that problem
and using the current keyboard state to decide if AltGr is
required.
2003-07-13 20:42:11 +00:00
..
arch Fixed unsigned compare against zero. Changed win32 priority to 2003-05-21 21:22:14 +00:00
base Added menu item on win32 tray icon to copy the last 1000 lines from 2003-06-02 20:06:03 +00:00
client Removed ignoreNumLock option. It doesn't really seem to be 2003-07-13 18:14:35 +00:00
common Change version to 1.0.11. Skipping version 1.0.10 because there 2003-07-05 17:06:18 +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 handling of some keystrokes on win32. Pressing a dead key 2003-07-13 20:42:11 +00:00
server Removed ignoreNumLock option. It doesn't really seem to be 2003-07-13 18:14:35 +00:00
synergy Removed ignoreNumLock option. It doesn't really seem to be 2003-07-13 18:14:35 +00:00
Makefile.am Refactored some platform dependent code into a new library, 2003-01-04 22:01:32 +00:00