Commit Graph

3160 Commits

Author SHA1 Message Date
crs ed38bc0818 Added preliminary RPM spec file. 2002-08-01 18:56:54 +00:00
crs ffea42bf91 added files for release. 2002-08-01 18:07:48 +00:00
crs 3f13217929 minor automake fixes. 2002-08-01 11:45:21 +00:00
crs 7900d9fe41 added simple rule to build doxygen. 2002-07-31 17:40:36 +00:00
crs ee46c5e35a fixed comment. 2002-07-31 17:40:21 +00:00
crs 5c654d531e removed two programs from files to clean. 2002-07-31 17:35:43 +00:00
crs 5bb5542a13 fixes to get vpath builds working (necessary for `make distcheck'). 2002-07-31 17:34:05 +00:00
crs fae797e220 Moved version header to base and it now uses VERSION macro
from config.h if available (which means version is now a
string, not three integers).  Changed version to 1.0.0 and
protocol version to 1.0.  And added MAINTAINERCLEANFILES
to makefiles to remove generated files.
2002-07-31 16:57:26 +00:00
crs 8c1f5f623b added EXTRA_* files to get `make dist' doing the right thing. 2002-07-31 16:27:06 +00:00
crs 12f1cb58b9 removed now unnecssary #define. 2002-07-31 13:56:59 +00:00
crs cfe5b99f9d okay, now the files should no longer be executable. 2002-07-31 13:41:58 +00:00
crs 58ff628438 removed unintentional executable flag. 2002-07-31 13:34:18 +00:00
crs 32c98816f5 checkpoint notes. 2002-07-31 13:29:33 +00:00
crs 1a830c227b added comment about large motif clipboard items to README. 2002-07-31 13:18:27 +00:00
crs bc72cac780 updated README. 2002-07-31 13:10:15 +00:00
crs c6d98af056 now building hook dll for release without linking in standard
C runtime.  need C runtime for debug build for asserts.
2002-07-31 12:40:41 +00:00
crs 5e40de48f9 fixed problem with opening client and server. in some cases it
would fail to open in such a way that it could never succeed
but it'd never stop retrying.  now terminating when open fails
such that it'll never succeed.
2002-07-31 12:39:34 +00:00
crs f5795a6630 added new files to projects and added two project files that
should've been adding in change 530.
2002-07-30 19:03:40 +00:00
crs 0d70150589 made it so a negative kHeartRate disables heartbeats and set
kHeartRate to -1.
2002-07-30 18:49:31 +00:00
crs da361e9686 moved exception definition to header file. 2002-07-30 18:31:21 +00:00
crs 69496abbab now using class factories to move some decisions from the libraries
into the application.
2002-07-30 18:31:00 +00:00
crs fee4095624 Reorganized source tree. Moved client.cpp into cmd/synergy as
synergy.cpp and server.cpp into cmd/synergyd as synergyd.cpp.
Moved and renamed related files.  Moved remaining source files
into lib/....  Modified and added makefiles as appropriate.
Result is that library files are under lib with each library
in its own directory and program files are under cmd with each
command in its own directory.
2002-07-30 16:52:46 +00:00
crs 9792d35a6b Replaced method name `run' with `mainLoop', and `stop' and `quit'
with `exitMainLoop' in most places.
2002-07-30 15:17:44 +00:00
crs 8913acac34 Added doxygen comments for all relevant headers in client and server. 2002-07-30 14:59:36 +00:00
crs 3a05ffe3c4 Added doxygen comments for all relevant headers in platform. 2002-07-29 17:03:55 +00:00
crs b5a8ae11ac Added doxygen comments for all relevant headers in synergy. 2002-07-29 16:07:26 +00:00
crs 50eee03f6d moved try/catch block from CMSWindowsScreen to CPrimaryClient.
this means CMSWindowsScreen doesn't need to include XSynergy.h.
2002-07-29 16:06:52 +00:00
crs 5c4e4fdf08 changed doxygen configuration. 2002-07-29 16:05:59 +00:00
crs 4651a3f821 Added doxygen comments for all relevant headers in net. 2002-07-28 19:06:52 +00:00
crs 46140549fc Added doxygen comments for all relevant headers in http. 2002-07-28 17:55:59 +00:00
crs b8ce70d0f0 Added doxygen comments for all relevant headers in io. 2002-07-28 17:25:13 +00:00
crs 24d54fca53 Added doxygen comments for all relevant headers in mt. 2002-07-28 13:34:19 +00:00
crs 7a461855eb added doxygen comments for all relevant headers in base. 2002-07-26 18:28:18 +00:00
crs 879cf26f8d fixed type mismatch (SInt32 vs int) in definition of
getWindowProperty().
2002-07-26 18:27:31 +00:00
crs 0bf455e79a added configuration file for building doxygen documentation.
the code is not yet doxygen documented, though.
2002-07-26 16:05:59 +00:00
crs 3f046bb48a now deleting property when so requested even if read failed. 2002-07-26 15:22:25 +00:00
crs 4bf6cf2adf checkpoint. 2002-07-25 18:08:00 +00:00
crs 4688c99ee4 improved error messages for bad addresses. 2002-07-25 17:58:01 +00:00
crs f129841b38 made all getWhat() methods on exceptions consistent. they now
all use format() the same way.  also changed format() to actually
do formatting.  however, it doesn't try looking up formatting
strings by id, it just uses the fallback format string.
2002-07-25 17:52:40 +00:00
crs 1fd8e25f7d moved string formatting into CStringUtil from CLog and added
methods for format positional string arguments.
2002-07-25 17:23:35 +00:00
crs 8334d987f5 added unix specific implementation of CXWindowsScreen::mainLoop()
that uses poll() to process events more efficiently.  it won't
wake up nor sleep any more than necessary, unlike the platform
independent implementation that polls and sleeps.
2002-07-25 09:55:01 +00:00
crs 3bfd2e252e finished INCR transfer changes. also made motifGetTime() return
icccmGetTime() because it seems motif does TIMESTAMP like ICCCM.
2002-07-25 09:23:24 +00:00
crs d3ea39149a checkpoint. working on INCR transfers. 2002-07-25 08:57:46 +00:00
crs 63b1d4397a fixes for win32 due to changes in how s_restartable is handled.
the main change is that WM_QUIT now causes the thread to be
cancelled instead of mainLoop() just returning.  this also
requires runDaemon() to call the run function in a new thread
each time it calls it because it could can cancelled.
2002-07-24 19:26:18 +00:00
crs 2e6e8e179a fixes for win32 clipboard due to CUnicode nul terminator changes. 2002-07-24 19:24:21 +00:00
crs a150f64e9c fixed an off-by-one error in UTF8ToText(). 2002-07-24 19:23:46 +00:00
crs 4c38178fb9 fixed an off-by-one error in textToUTF8(). 2002-07-24 17:39:52 +00:00
crs 67051556bb fixed type of TARGETS target. 2002-07-24 17:30:32 +00:00
crs 5fe7763d37 made handling of nul terminators in CUnicode more sane. 2002-07-24 17:22:01 +00:00
crs 6fc6805a06 some fixes for motif clipboard. still not handling incremental
transfer through root window property because not sure of the
protocol.
2002-07-24 17:07:52 +00:00