barrier/lib/synergy
crs dc499149f4 Fixed compile on gcc 3.4 and later. gcc started doing access checks
for class visibility on pointers to member function 'using the
qualifying scope of the name itself.'  what this means is if method
'prot' is declared protected in class A and B inherits from A then
a method in B cannot use &A::prot but can use &B::prot.  Synergy
now does this in the one place it had not.
2004-09-27 21:54:49 +00:00
..
CClipboard.cpp Checkpoint. Conversion to event driven system complete for Unix. 2004-02-15 17:32:11 +00:00
CClipboard.h Checkpoint. Conversion to event driven system complete for Unix. 2004-02-15 17:32:11 +00:00
CKeyState.cpp Fixed crash bug in CKeyState. Would deference bogus pointer in 2004-03-30 18:55:58 +00:00
CKeyState.h Fixed keyboard handling on windows 95 family. 2004-03-28 14:07:58 +00:00
CPacketStreamFilter.cpp Checkpoint. Conversion to event driven system complete for Unix. 2004-02-15 17:32:11 +00:00
CPacketStreamFilter.h Checkpoint. Code does not run. Still converting over to new 2004-02-01 21:09:22 +00:00
CPlatformScreen.cpp Converted win32 to new keyboard state tracking design. Also 2004-03-26 20:59:26 +00:00
CPlatformScreen.h Added support for a global relative mouse motion option. When true 2004-05-01 15:18:59 +00:00
CProtocolUtil.cpp Preliminary support for MSYS/MinGW builds. Doesn't yet build 2004-04-11 19:15:09 +00:00
CProtocolUtil.h Merged Win32 updates. Added full warnings on g++. Fixed bug in 2004-02-28 12:19:49 +00:00
CScreen.cpp Added support for a global relative mouse motion option. When true 2004-05-01 15:18:59 +00:00
CScreen.h Added support for a global relative mouse motion option. When true 2004-05-01 15:18:59 +00:00
ClipboardTypes.h added copyright to top of each file. 2002-08-02 19:57:46 +00:00
IClient.h Added support for a global relative mouse motion option. When true 2004-05-01 15:18:59 +00:00
IClipboard.cpp Checkpoint. Conversion to event driven system complete for Unix. 2004-02-15 17:32:11 +00:00
IClipboard.h Added image/bmp and text/html support to X11. 2004-05-02 21:31:19 +00:00
IKeyState.cpp Checkpoint. Converted X11 to new keyboard state tracking design. 2004-03-21 20:01:41 +00:00
IKeyState.h Converted win32 to new keyboard state tracking design. Also 2004-03-26 20:59:26 +00:00
IPlatformScreen.h Fixed compile on gcc 3.4 and later. gcc started doing access checks 2004-09-27 21:54:49 +00:00
IPrimaryScreen.cpp Checkpoint. Converted X11 to new keyboard state tracking design. 2004-03-21 20:01:41 +00:00
IPrimaryScreen.h Checkpoint. Converted X11 to new keyboard state tracking design. 2004-03-21 20:01:41 +00:00
IScreen.cpp Moved clipboard changed event to CClientProxy because only it 2004-02-29 17:28:51 +00:00
IScreen.h Moved clipboard changed event to CClientProxy because only it 2004-02-29 17:28:51 +00:00
IScreenSaver.h Checkpoint. synergys now works. Still need to do lib/client and 2004-02-14 14:04:36 +00:00
ISecondaryScreen.h Added support for a global relative mouse motion option. When true 2004-05-01 15:18:59 +00:00
KeyTypes.h Fixed handling of auto-repeat, ctrl + character key, and button 2004-08-04 22:48:08 +00:00
Makefile.am Removed DEPTH, VDEPTH, and VPATH from makefiles. 2004-04-04 12:12:32 +00:00
MouseTypes.h Added support for 4th and 5th (non-mouse-wheel) buttons and 2003-05-04 21:40:42 +00:00
OptionTypes.h Added support for a global relative mouse motion option. When true 2004-05-01 15:18:59 +00:00
ProtocolTypes.h Fixed handling of screen resolution changes. 2004-05-16 18:04:36 +00:00
XScreen.cpp added copyright to top of each file. 2002-08-02 19:57:46 +00:00
XScreen.h Refactored some platform dependent code into a new library, 2003-01-04 22:01:32 +00:00
XSynergy.cpp Refactored some platform dependent code into a new library, 2003-01-04 22:01:32 +00:00
XSynergy.h Refactored some platform dependent code into a new library, 2003-01-04 22:01:32 +00:00
libsynergy.dsp Changed VC++ projects to put release targets in ./build, debug 2004-05-16 18:02:49 +00:00