barrier/lib/platform
crs 3d2fa92654 Fixed handling of ctrl and alt keys when using low level hooks.
They were being discarded so the server wouldn't correctly send
ctrl, alt, or AltGr to clients.
2004-07-29 21:59:26 +00:00
..
CMSWindowsClipboard.cpp Added win32 clipboard support for images and HTML. Still need X11 2004-05-02 08:04:48 +00:00
CMSWindowsClipboard.h Integrated fixes from 1.0 branch. 2003-08-06 21:09:25 +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
CMSWindowsClipboardBitmapConverter.cpp Added win32 clipboard support for images and HTML. Still need X11 2004-05-02 08:04:48 +00:00
CMSWindowsClipboardBitmapConverter.h Added win32 clipboard support for images and HTML. Still need X11 2004-05-02 08:04:48 +00:00
CMSWindowsClipboardHTMLConverter.cpp Added win32 clipboard support for images and HTML. Still need X11 2004-05-02 08:04:48 +00:00
CMSWindowsClipboardHTMLConverter.h Added win32 clipboard support for images and HTML. Still need X11 2004-05-02 08:04:48 +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
CMSWindowsDesks.cpp Synergy now steals window activation when using low level hooks 2004-07-29 21:50:17 +00:00
CMSWindowsDesks.h (Maybe) fixed a problem detecting when win32 screen saver started. 2004-06-12 20:48:04 +00:00
CMSWindowsEventQueueBuffer.cpp Fixed win32 taskbar icon event handling. Wasn't responding to 2004-03-13 17:14:32 +00:00
CMSWindowsEventQueueBuffer.h Merged Win32 updates. Added full warnings on g++. Fixed bug in 2004-02-28 12:19:49 +00:00
CMSWindowsKeyState.cpp Worked around bogus key mapping on 95/98/me where multiple virtual 2004-07-29 21:53:30 +00:00
CMSWindowsKeyState.h Fixed keyboard handling on windows 95 family. 2004-03-28 14:07:58 +00:00
CMSWindowsScreen.cpp If the server manages to detect ctrl+alt+del it will no longer send 2004-05-18 20:32:13 +00:00
CMSWindowsScreen.h Used MouseKeys accessibility function to show the mouse cursor 2004-05-02 16:06:04 +00:00
CMSWindowsScreenSaver.cpp Added comment about a problem detecting the screen saver. 2004-07-29 21:57:42 +00:00
CMSWindowsScreenSaver.h (Maybe) fixed a problem detecting when win32 screen saver started. 2004-06-12 20:48:04 +00:00
CMSWindowsUtil.cpp Added missing files. 2004-02-28 12:30:52 +00:00
CMSWindowsUtil.h Added missing files. 2004-02-28 12:30:52 +00:00
COSXClipboard.cpp Added bertrand landry hetu's mac OS X port to date. 2004-05-15 19:41:46 +00:00
COSXClipboard.h Added bertrand landry hetu's mac OS X port to date. 2004-05-15 19:41:46 +00:00
COSXClipboardAnyTextConverter.cpp Added bertrand landry hetu's mac OS X port to date. 2004-05-15 19:41:46 +00:00
COSXClipboardAnyTextConverter.h Added bertrand landry hetu's mac OS X port to date. 2004-05-15 19:41:46 +00:00
COSXClipboardTextConverter.cpp Merged Bertrand's OS X changes. Also added support for mouse wheel 2004-05-26 19:23:32 +00:00
COSXClipboardTextConverter.h Merged Bertrand's OS X changes. Also added support for mouse wheel 2004-05-26 19:23:32 +00:00
COSXClipboardUTF16Converter.cpp Added bertrand landry hetu's mac OS X port to date. 2004-05-15 19:41:46 +00:00
COSXClipboardUTF16Converter.h Added bertrand landry hetu's mac OS X port to date. 2004-05-15 19:41:46 +00:00
COSXEventQueueBuffer.cpp Merged Bertrand's OS X changes. Also added support for mouse wheel 2004-05-26 19:23:32 +00:00
COSXEventQueueBuffer.h Added bertrand landry hetu's mac OS X port to date. 2004-05-15 19:41:46 +00:00
COSXKeyState.cpp Merged Bertrand's OS X changes. Also added support for mouse wheel 2004-05-26 19:23:32 +00:00
COSXKeyState.h Merged Bertrand's OS X changes. Also added support for mouse wheel 2004-05-26 19:23:32 +00:00
COSXScreen.cpp Merged Bertrand's OS X changes. Also added support for mouse wheel 2004-05-26 19:23:32 +00:00
COSXScreen.h Merged Bertrand's OS X changes. Also added support for mouse wheel 2004-05-26 19:23:32 +00:00
COSXScreenSaver.cpp Updates to support OS X. This improves support for building on 2004-04-11 14:58:08 +00:00
COSXScreenSaver.h Updates to support OS X. This improves support for building on 2004-04-11 14:58:08 +00:00
CSynergyHook.cpp Fixed handling of ctrl and alt keys when using low level hooks. 2004-07-29 21:59:26 +00:00
CSynergyHook.h Updates to support OS X. This improves support for building on 2004-04-11 14:58:08 +00:00
CXWindowsClipboard.cpp Added image/bmp and text/html support to X11. 2004-05-02 21:31:19 +00:00
CXWindowsClipboard.h added copyright to top of each file. 2002-08-02 19:57:46 +00:00
CXWindowsClipboardAnyBitmapConverter.cpp Fixed X11 BMP and other bitmap conversion. Had data alignment 2004-05-03 21:14:01 +00:00
CXWindowsClipboardAnyBitmapConverter.h Added image/bmp and text/html support to X11. 2004-05-02 21:31:19 +00:00
CXWindowsClipboardBMPConverter.cpp Fixed build error in gcc 3.3. 2004-05-12 18:54:03 +00:00
CXWindowsClipboardBMPConverter.h Added image/bmp and text/html support to X11. 2004-05-02 21:31:19 +00:00
CXWindowsClipboardHTMLConverter.cpp Added image/bmp and text/html support to X11. 2004-05-02 21:31:19 +00:00
CXWindowsClipboardHTMLConverter.h Added image/bmp and text/html support to X11. 2004-05-02 21:31:19 +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
CXWindowsEventQueueBuffer.cpp Failed to reset flag in X11 event queue buffer and that could cause 2004-06-07 21:06:49 +00:00
CXWindowsEventQueueBuffer.h Fixed bug that could allow multiple threads to simultaneously access 2004-05-18 20:26:48 +00:00
CXWindowsKeyState.cpp Added ISO_Level3_Shift as a synonym for Mode_switch. I've no idea 2004-03-28 14:53:01 +00:00
CXWindowsKeyState.h Converted win32 to new keyboard state tracking design. Also 2004-03-26 20:59:26 +00:00
CXWindowsScreen.cpp Disable key event capture on X11. This was going to be used to 2004-06-22 21:11:14 +00:00
CXWindowsScreen.h Now restoring input focus when entering the screen to the window 2004-05-12 20:28:00 +00:00
CXWindowsScreenSaver.cpp Fixes to compile on solaris 9 using g++. 2004-05-01 10:12:06 +00:00
CXWindowsScreenSaver.h Added support for DPMS in X11 screen saver. DPMS is the extension 2004-03-10 22:03:01 +00:00
CXWindowsUtil.cpp X11 clipboard logging now also prints atom names, not just numbers. 2004-05-01 16:10:09 +00:00
CXWindowsUtil.h X11 clipboard logging now also prints atom names, not just numbers. 2004-05-01 16:10:09 +00:00
Makefile.am Added bertrand landry hetu's mac OS X port to date. 2004-05-15 19:41:46 +00:00
makehook.dsp Changed VC++ projects to put release targets in ./build, debug 2004-05-16 18:02:49 +00:00
platform.dsp Changed VC++ projects to put release targets in ./build, debug 2004-05-16 18:02:49 +00:00
synrgyhk.dsp Changed VC++ projects to put release targets in ./build, debug 2004-05-16 18:02:49 +00:00