barrier/synergy
crs 64232c7854 updated to new automake and refactored server stuff. the server
now speaks to the primary screen and secondary screens almost
everywhere the same way through an IClient interface;  only
special primary screen calls are accessed through a different
interface, the CPrimaryClient interface.  this simplifies the
server since it no longer needs to test whether the active screen
is the primary or a secondary in most cases.

the server no longer speaks directly to the primary screen;  all
that goes through the CPrimaryClient, which often just forwards
the call.  the primary screen no longer speaks directly to the
server either, again going through the CPrimaryClient via a
IPrimaryReceiver interface.

CServerProtocol classes have been replaced by CClientProxy
classes which are very similar.  the name makes more sense
though.
2002-07-09 21:22:31 +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 updated to new automake and refactored server stuff. the server 2002-07-09 21:22:31 +00:00
IClipboard.h indentation and other formatting changes. also cleaned up 2002-06-10 22:06:45 +00:00
IScreenSaver.h checkpoint. adding screen saver support. only on X so far 2002-06-22 19:20:21 +00:00
ISecondaryScreen.h now synthesizing key release events for each pressed key when 2002-07-01 13:03:16 +00:00
IServer.h updated to new automake and refactored server stuff. the server 2002-07-09 21:22:31 +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 updated to new automake and refactored server stuff. the server 2002-07-09 21:22:31 +00:00
MouseTypes.h Started over. 2001-10-06 14:13:28 +00:00
ProtocolTypes.h synergy hook DLL will now restart itself if a client tries to 2002-06-26 16:31:48 +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 win32 changes. changed names of binaries. added support for 2002-06-08 21:48:00 +00:00