barrier/synergy
crs f48a5fe387 checkpoint. still refactoring. merged common code from primary
screens into CPrimaryScreen and merged common code from secondary
screens into CSecondaryScreen.  changed is-a relationship to a
has-a between the primary and secondary screen classes and the
generic platform dependent screen class to avoid multiple
inheritance of implementation.  also standardized the interface
for those generic screen classes.  adding a platform now involves
implementing simpler interfaces:  IScreen for the generic screen,
IScreenEventHandler and some methods of CPrimaryScreen for the
primary screen, and IScreenEventHandler and some methods of
CSecondaryScreen for the secondary screen.  did X11 platform
but not win32 platform.
2002-07-13 22:00:38 +00:00
..
CClipboard.cpp formatting changes. 2002-06-17 13:31:21 +00:00
CClipboard.h indentation and other formatting changes. also cleaned up 2002-06-10 22:06:45 +00:00
CInputPacketStream.cpp synergy hook DLL will now restart itself if a client tries to 2002-06-26 16:31:48 +00:00
CInputPacketStream.h synergy hook DLL will now restart itself if a client tries to 2002-06-26 16:31:48 +00:00
COutputPacketStream.cpp formatting changes. 2002-06-17 13:31:21 +00:00
COutputPacketStream.h Indentation changes. 2002-04-29 14:40:01 +00:00
CProtocolUtil.cpp synergy hook DLL will now restart itself if a client tries to 2002-06-26 16:31:48 +00:00
CProtocolUtil.h checkpoint. more conversion to automake. 2002-06-19 11:23:49 +00:00
CTCPSocketFactory.cpp refactored ISocket into IDataSocket. the latter and IListenSocket 2002-06-17 12:02:26 +00:00
CTCPSocketFactory.h refactored ISocket into IDataSocket. the latter and IListenSocket 2002-06-17 12:02:26 +00:00
ClipboardTypes.h Added support for multiple clipboards. This is mainly to 2002-04-27 14:19:53 +00:00
IClient.h checkpoint. still refactoring. merged common code from primary 2002-07-13 22:00:38 +00:00
IClipboard.h indentation and other formatting changes. also cleaned up 2002-06-10 22:06:45 +00:00
IPrimaryScreenReceiver.h checkpoint. still refactoring. merged common code from primary 2002-07-13 22:00:38 +00:00
IScreen.h checkpoint. still refactoring. merged common code from primary 2002-07-13 22:00:38 +00:00
IScreenEventHandler.h checkpoint. still refactoring. merged common code from primary 2002-07-13 22:00:38 +00:00
IScreenReceiver.h checkpoint. still refactoring. merged common code from primary 2002-07-13 22:00:38 +00:00
IScreenSaver.h checkpoint. adding screen saver support. only on X so far 2002-06-22 19:20:21 +00:00
IServer.h checkpoint. still refactoring. merged common code from primary 2002-07-13 22:00:38 +00:00
ISocketFactory.h refactored ISocket into IDataSocket. the latter and IListenSocket 2002-06-17 12:02:26 +00:00
KeyTypes.h changed processing of key events in X. secondary screen now 2002-04-26 17:38:01 +00:00
Makefile.am checkpoint. still refactoring. merged common code from primary 2002-07-13 22:00:38 +00:00
MouseTypes.h Started over. 2001-10-06 14:13:28 +00:00
ProtocolTypes.h removed IPrimaryReceiver in favor of IServer, which required a few 2002-07-10 14:15:17 +00:00
Version.h added command line parsing, restartability, and daemonizing to 2002-06-04 11:06:26 +00:00
XScreen.cpp indentation and other formatting changes. also cleaned up 2002-06-10 22:06:45 +00:00
XScreen.h added better handling of X server disconnecting unexpectedly. 2002-06-03 13:45:30 +00:00
XSynergy.cpp formatting changes. 2002-06-17 13:31:21 +00:00
XSynergy.h server now rejects clients that are not in the configuration. 2002-05-31 18:18:29 +00:00
synergy.dsp applied refactoring to win32 code. 2002-07-11 13:13:37 +00:00