barrier/lib/platform
crs 8d99fd2511 Checkpoint. Converted X11 to new keyboard state tracking design.
This new design is simpler.  For keyboard support, clients need only
implement 4 virtual methods on a class derived from CKeyState and
one trivial method in the class derived from CPlatformScreen, which
is now the superclass of platform screens instead of IPlatformScreen.
Keyboard methods have been removed from IPlatformScreen, IPrimaryScreen
and ISecondaryScreen.  Also, all keyboard state tracking is now in
exactly one place (the CKeyState subclass) rather than in CScreen,
the platform screen, and the key mapper.  Still need to convert Win32.
2004-03-21 20:01:41 +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
CMSWindowsDesktop.cpp Merged primary and secondary screens into one class. 2003-09-02 22:05:47 +00:00
CMSWindowsDesktop.h Merged Win32 updates. Added full warnings on g++. Fixed bug in 2004-02-28 12:19:49 +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
CMSWindowsKeyMapper.cpp Updated keyboard handling on win32. Still needs some work to 2004-03-17 20:59:25 +00:00
CMSWindowsKeyMapper.h Updated keyboard handling on win32. Still needs some work to 2004-03-17 20:59:25 +00:00
CMSWindowsScreen.cpp Updated keyboard handling on win32. Still needs some work to 2004-03-17 20:59:25 +00:00
CMSWindowsScreen.h Updated keyboard handling on win32. Still needs some work to 2004-03-17 20:59:25 +00:00
CMSWindowsScreenSaver.cpp Added win32 support for power management. 2004-03-13 17:13:55 +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
CSynergyHook.cpp Win32 fixes. Fixed slightly off cursor positioning when using 2004-03-08 20:53:32 +00:00
CSynergyHook.h Merged Win32 updates. Added full warnings on g++. Fixed bug in 2004-02-28 12:19:49 +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 Merged Win32 updates. Added full warnings on g++. Fixed bug in 2004-02-28 12:19:49 +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 Checkpoint. Converted X11 to new keyboard state tracking design. 2004-03-21 20:01:41 +00:00
CXWindowsKeyState.h Checkpoint. Converted X11 to new keyboard state tracking design. 2004-03-21 20:01:41 +00:00
CXWindowsScreen.cpp Checkpoint. Converted X11 to new keyboard state tracking design. 2004-03-21 20:01:41 +00:00
CXWindowsScreen.h Checkpoint. Converted X11 to new keyboard state tracking design. 2004-03-21 20:01:41 +00:00
CXWindowsScreenSaver.cpp Added support for DPMS in X11 screen saver. DPMS is the extension 2004-03-10 22:03:01 +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 Checkpoint. Converted X11 to new keyboard state tracking design. 2004-03-21 20:01:41 +00:00
makehook.dsp Win32 project configuration fixes. 2003-04-16 20:59:25 +00:00
platform.dsp Merged Win32 updates. Added full warnings on g++. Fixed bug in 2004-02-28 12:19:49 +00:00
synrgyhk.dsp Win32 project configuration fixes. 2003-04-16 20:59:25 +00:00