barrier/lib/platform
crs 4521fe4990 Fixed several win32 bugs. First, synergy wasn't forwarding mouse
events to other hook functions, which broke some tools like objectbar.
Second, windows key processing was fixed.  Previously pressing and
release the key would only send a press event, locking the user onto
the client window;  also, the win32 server treated as a Meta modifier
instead of a Super modifier, which broke any use of it as any kind of
modifier key.  Third, added hacks to support several key combinations
on windows 95/98/me that are treated specially by windows, including
Alt+Tab, Alt+Shift+Tab, Alt+Esc, Alt+Shift+Esc, Ctrl+Esc, and any
combination using the windows key like Win+E and Win+F but not
Ctrl+Alt+Del.  Fourth, scroll lock only locking to the client (which
only happened when using a synergy server on windows) has been fixed;
unfortunately the solution causes a lot of screen redraws for some
reason.  Finally, there's been a fix to clipboard handling that may
or may not fix a problem where the clipboard would stop transferring
between systems after a little while.  I can't be sure if it fixes
the problem because I can't reproduce the problem.
2003-04-13 14:59:53 +00:00
..
CMSWindowsClipboard.cpp Fixed several win32 bugs. First, synergy wasn't forwarding mouse 2003-04-13 14:59:53 +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 several win32 bugs. First, synergy wasn't forwarding mouse 2003-04-13 14:59:53 +00:00
CMSWindowsPrimaryScreen.h Fixed several win32 bugs. First, synergy wasn't forwarding mouse 2003-04-13 14:59:53 +00:00
CMSWindowsScreen.cpp Fixed several win32 bugs. First, synergy wasn't forwarding mouse 2003-04-13 14:59:53 +00:00
CMSWindowsScreen.h Fixed several win32 bugs. First, synergy wasn't forwarding mouse 2003-04-13 14:59:53 +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 This should fix multimon support on win32. 2003-03-25 21:31:39 +00:00
CMSWindowsSecondaryScreen.h Made releaseKeys() only synthesize key releases for those keys 2003-03-16 17:40:56 +00:00
CSynergyHook.cpp Fixed several win32 bugs. First, synergy wasn't forwarding mouse 2003-04-13 14:59:53 +00:00
CSynergyHook.h added copyright to top of each file. 2002-08-02 19:57:46 +00:00
CXWindowsClipboard.cpp Refactored some platform dependent code into a new library, 2003-01-04 22:01:32 +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 Added a log message why the user is locked to the screen. 2003-03-17 22:32:01 +00:00
CXWindowsPrimaryScreen.h Added support on X11 for a global option to delay switching screens 2003-02-22 21:53:25 +00:00
CXWindowsScreen.cpp Fixed double locking of mutex. 2003-03-13 19:20:55 +00:00
CXWindowsScreen.h Added support on X11 for a global option to delay switching screens 2003-02-22 21:53:25 +00:00
CXWindowsScreenSaver.cpp Moved comment to more relevant location. 2003-03-13 20:24:45 +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 Made releaseKeys() only synthesize key releases for those keys 2003-03-16 17:40:56 +00:00
CXWindowsSecondaryScreen.h Made releaseKeys() only synthesize key releases for those keys 2003-03-16 17:40:56 +00:00
CXWindowsUtil.cpp Fixed getWindowProperty(). It wasn't catching all failure 2003-03-21 19:13:15 +00:00
CXWindowsUtil.h added copyright to top of each file. 2002-08-02 19:57:46 +00:00
IMSWindowsScreenEventHandler.h added copyright to top of each file. 2002-08-02 19:57:46 +00:00
Makefile.am Moved CPrimaryScreen and CSecondaryScreen to the lib/synergy 2003-01-05 21:48:54 +00:00
makehook.dsp Ported recent changes to win32 and fixed CRLF problems with project 2002-10-29 22:07:55 +00:00
platform.dsp Moved CPrimaryScreen and CSecondaryScreen to the lib/synergy 2003-01-05 21:48:54 +00:00
synrgyhk.dsp Refactored some platform dependent code into a new library, 2003-01-04 22:01:32 +00:00