barrier/lib/platform
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
..
CMSWindowsClipboard.cpp No longer installing clibboard format for plain text on windows nt 2003-05-26 09:49:38 +00:00
CMSWindowsClipboard.h Fixed several win32 bugs. First, synergy wasn't forwarding mouse 2003-04-13 14:59:53 +00:00
CMSWindowsClipboardAnyTextConverter.cpp added copyright to top of each file. 2002-08-02 19:57:46 +00:00
CMSWindowsClipboardAnyTextConverter.h added copyright to top of each file. 2002-08-02 19:57:46 +00:00
CMSWindowsClipboardTextConverter.cpp Changed MS clipboard text converters to truncate the clipboard 2003-04-08 19:26:35 +00:00
CMSWindowsClipboardTextConverter.h added copyright to top of each file. 2002-08-02 19:57:46 +00:00
CMSWindowsClipboardUTF16Converter.cpp Changed MS clipboard text converters to truncate the clipboard 2003-04-08 19:26:35 +00:00
CMSWindowsClipboardUTF16Converter.h added copyright to top of each file. 2002-08-02 19:57:46 +00:00
CMSWindowsPrimaryScreen.cpp Fixed handling of some keystrokes on win32. Pressing a dead key 2003-07-13 20:42:11 +00:00
CMSWindowsPrimaryScreen.h Changed windows server to release ctrl and alt keys when it's 2003-07-08 18:40:46 +00:00
CMSWindowsScreen.cpp Prevent INFO level log messages when client is repeatedly trying 2003-07-12 17:57:31 +00:00
CMSWindowsScreen.h Fixed getting locked to screen after ctrl+alt+del. Also fixed 2003-05-17 20:58:27 +00:00
CMSWindowsScreenSaver.cpp Added check for the screen saver actually being active before 2003-03-21 19:16:37 +00:00
CMSWindowsScreenSaver.h Fixed detection of screen saver shutdown on windows nt. 2003-03-16 17:40:57 +00:00
CMSWindowsSecondaryScreen.cpp Keyboard fixes on win32. 2003-07-05 17:04:26 +00:00
CMSWindowsSecondaryScreen.h Keyboard fixes on win32. 2003-07-05 17:04:26 +00:00
CSynergyHook.cpp Fixed getting locked to screen after ctrl+alt+del. Also fixed 2003-05-17 20:58:27 +00:00
CSynergyHook.h Fixed a few win32 keyboard/mouse problems. First, the mouse hook 2003-05-03 12:54:22 +00:00
CXWindowsClipboard.cpp Added workaround for broken clipboard owners that report the 2003-05-26 09:50:35 +00:00
CXWindowsClipboard.h added copyright to top of each file. 2002-08-02 19:57:46 +00:00
CXWindowsClipboardTextConverter.cpp added copyright to top of each file. 2002-08-02 19:57:46 +00:00
CXWindowsClipboardTextConverter.h added copyright to top of each file. 2002-08-02 19:57:46 +00:00
CXWindowsClipboardUCS2Converter.cpp added copyright to top of each file. 2002-08-02 19:57:46 +00:00
CXWindowsClipboardUCS2Converter.h added copyright to top of each file. 2002-08-02 19:57:46 +00:00
CXWindowsClipboardUTF8Converter.cpp added copyright to top of each file. 2002-08-02 19:57:46 +00:00
CXWindowsClipboardUTF8Converter.h added copyright to top of each file. 2002-08-02 19:57:46 +00:00
CXWindowsPrimaryScreen.cpp Minor X11 keyboard code cleanup. Also now handling KeyPress with 2003-07-05 14:49:08 +00:00
CXWindowsPrimaryScreen.h Minor X11 keyboard code cleanup. Also now handling KeyPress with 2003-07-05 14:49:08 +00:00
CXWindowsScreen.cpp Prevent INFO level log messages when client is repeatedly trying 2003-07-12 17:57:31 +00:00
CXWindowsScreen.h Added workaround for apparent Xinerama bug when warping the pointer. 2003-04-14 22:15:56 +00:00
CXWindowsScreenSaver.cpp Removed periodic call to XForceScreenSaver() to prevent the built-in 2003-04-13 17:13:27 +00:00
CXWindowsScreenSaver.h Synergy no longer tries to suppress the screen saver once it starts. 2003-01-11 15:16:41 +00:00
CXWindowsSecondaryScreen.cpp Changed XSync() to XFlush() in X windows secondary screen. This 2003-07-13 16:57:08 +00:00
CXWindowsSecondaryScreen.h Changed XSync() to XFlush() in X windows secondary screen. This 2003-07-13 16:57:08 +00:00
CXWindowsUtil.cpp Added KeySym <-> Unicode mappings. Changed code to use those 2003-04-24 20:11:38 +00:00
CXWindowsUtil.h Added KeySym <-> Unicode mappings. Changed code to use those 2003-04-24 20:11:38 +00:00
IMSWindowsScreenEventHandler.h Fixed getting locked to screen after ctrl+alt+del. Also fixed 2003-05-17 20:58:27 +00:00
Makefile.am Moved CPrimaryScreen and CSecondaryScreen to the lib/synergy 2003-01-05 21:48:54 +00:00
makehook.dsp Win32 project configuration fixes. 2003-04-16 20:59:25 +00:00
platform.dsp Moved CPrimaryScreen and CSecondaryScreen to the lib/synergy 2003-01-05 21:48:54 +00:00
synrgyhk.dsp Win32 project configuration fixes. 2003-04-16 20:59:25 +00:00