barrier/lib/platform
crs 16110acaa2 Added support for a global relative mouse motion option. When true
and on a secondary screen and locked to the screen (via scroll lock)
mouse motion is sent as motion deltas.  When true and scroll lock
is toggled off the mouse is warped to the secondary screen's center
so the server knows where it is.  This option is intended to support
games and other programs that repeatedly warp the mouse to the center
of the screen.  This change adds general and X11 support but not
win32.  The option name is "relativeMouseMoves".
2004-05-01 15:18:59 +00:00
..
CMSWindowsClipboard.cpp Integrated fixes from 1.0 branch. 2003-08-06 21:09:25 +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
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 Preliminary support for MSYS/MinGW builds. Doesn't yet build 2004-04-11 19:15:09 +00:00
CMSWindowsDesks.h Converted win32 to new keyboard state tracking design. Also 2004-03-26 20:59:26 +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 Preliminary support for MSYS/MinGW builds. Doesn't yet build 2004-04-11 19:15:09 +00:00
CMSWindowsKeyState.h Fixed keyboard handling on windows 95 family. 2004-03-28 14:07:58 +00:00
CMSWindowsScreen.cpp Fixed regression where cursor wasn't locked to screen when a mouse 2004-05-01 08:56:24 +00:00
CMSWindowsScreen.h Fixed regression where cursor wasn't locked to screen when a mouse 2004-05-01 08:56:24 +00:00
CMSWindowsScreenSaver.cpp Preliminary support for MSYS/MinGW builds. Doesn't yet build 2004-04-11 19:15:09 +00:00
CMSWindowsScreenSaver.h Added win32 support for power management. 2004-03-13 17:13:55 +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 Updates to support OS X. This improves support for building on 2004-04-11 14:58:08 +00:00
COSXClipboard.h Updates to support OS X. This improves support for building on 2004-04-11 14:58:08 +00:00
COSXEventQueueBuffer.cpp Updates to support OS X. This improves support for building on 2004-04-11 14:58:08 +00:00
COSXEventQueueBuffer.h Updates to support OS X. This improves support for building on 2004-04-11 14:58:08 +00:00
COSXKeyState.cpp Updates to support OS X. This improves support for building on 2004-04-11 14:58:08 +00:00
COSXKeyState.h Updates to support OS X. This improves support for building on 2004-04-11 14:58:08 +00:00
COSXScreen.cpp Updates to support OS X. This improves support for building on 2004-04-11 14:58:08 +00:00
COSXScreen.h Updates to support OS X. This improves support for building on 2004-04-11 14:58:08 +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 Preliminary support for MSYS/MinGW builds. Doesn't yet build 2004-04-11 19:15:09 +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 Merged Win32 updates. Added full warnings on g++. Fixed bug in 2004-02-28 12:19:49 +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
CXWindowsEventQueueBuffer.cpp Updates to support OS X. This improves support for building on 2004-04-11 14:58:08 +00:00
CXWindowsEventQueueBuffer.h Checkpoint. synergys now works. Still need to do lib/client and 2004-02-14 14:04:36 +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 Added support for a global relative mouse motion option. When true 2004-05-01 15:18:59 +00:00
CXWindowsScreen.h Added support for a global relative mouse motion option. When true 2004-05-01 15:18:59 +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 Merged primary and secondary screens into one class. 2003-09-02 22:05:47 +00:00
CXWindowsUtil.h Merged primary and secondary screens into one class. 2003-09-02 22:05:47 +00:00
Makefile.am More changes for MSYS/MinGW builds. Added makefile for launcher. 2004-04-11 19:43:16 +00:00
makehook.dsp Win32 project configuration fixes. 2003-04-16 20:59:25 +00:00
platform.dsp Converted win32 to new keyboard state tracking design. Also 2004-03-26 20:59:26 +00:00
synrgyhk.dsp Win32 project configuration fixes. 2003-04-16 20:59:25 +00:00