Commit Graph

  • 06856e170d Fixed backend mode. Now reports log messages and, if any are serious, shows a message box before exiting. crs 2002-09-14 12:03:43 +0000
  • 152eddc0c6 Changed version to 0.9.12. crs 2002-09-14 11:59:56 +0000
  • c4f8373e9a Changes for version 0.9.11. crs 2002-09-04 22:07:02 +0000
  • a210c8c1ec Changed version number to 0.9.11. Added NEWS item. crs 2002-09-04 21:17:01 +0000
  • ecb2fbb342 now looking up SendEvent() using GetProcAddress() so win95 systems can run the synergy client. crs 2002-09-04 21:14:18 +0000
  • 7f21588e9b fixed bug that caused the wrong keycode to be used for most, possibly all, keysyms. was reading past the end of an array of keysyms. crs 2002-09-04 20:17:54 +0000
  • e4c29179d9 added version 0.9.10 to NEWS. crs 2002-09-02 17:49:18 +0000
  • af5a900599 removed PORTING from binary distribution. crs 2002-09-02 17:49:05 +0000
  • 87d973e4d0 removed executable bit on new source files and added them to the makefile. crs 2002-09-02 17:48:51 +0000
  • 08867440c1 updating ChangeLog. crs 2002-09-02 17:36:52 +0000
  • a7d413dd75 Changed version number to 0.9.10. crs 2002-09-02 17:36:25 +0000
  • a729e33cfb Fixed win32 config saving, keyboard mapping, and AltGr bugs. Made extensive changes to the launcher to provide more control over setting up auto-start and it now saves configuration to the user's documents directory if auto-starting at login and saves to the system directory if auto-starting at boot. Replaced MapVirtualKey() with table lookup to work around that function's lack of support for extended keyboard scan codes. Added first cut at support for AltGr. crs 2002-09-02 17:30:04 +0000
  • c95e991aeb Updated news with release of version 0.9.9. crs 2002-09-02 17:15:43 +0000
  • 1038e290a3 added notes to PORTING. crs 2002-09-02 17:14:21 +0000
  • cc8272e258 work around to get mode switch working. crs 2002-09-01 16:45:44 +0000
  • 7dadc86caf fixed language setting to be compatible with older autoconf's. crs 2002-09-01 16:43:47 +0000
  • 3295705f97 checkpoint. trying to add support for mode switch key to X11 screens. crs 2002-09-01 15:30:00 +0000
  • 210ed86827 added more tests to autoconf. also now handling missing sstream header in gcc 2.95 by including sstream header backported from v3. crs 2002-09-01 10:31:10 +0000
  • b0b494b8fa lowered severity of some debug messages. crs 2002-09-01 09:28:54 +0000
  • 604599c178 Updated ChangeLog. crs 2002-08-18 17:46:24 +0000
  • 79ce1dab4f Changed version number to 0.9.9. crs 2002-08-18 17:45:59 +0000
  • 7b3999b166 fixed win32 deadlock. when a client disconnects the server will warp the mouse to the primary screen. entering the primary screen causes the primary screen's window to be hidden. the deadlock occurs because hiding the window seems to post a message then wait for it to be handled (or possibly it won't send a message while a posted message is being handled). thread A locks the mutex, warps the mouse, the hides the window. thread B begins processing the mouse warp then tries to lock the mutex. thread A is waiting on the event loop owned by B while B is waiting on the mutex owned by A. this fix simply hides the window asynchronously. however, there may be other ways to cause a similar deadlock that have not been found. crs 2002-08-18 17:40:10 +0000
  • a4db7f0005 fixed PrintScrn handling; it was being changed to keypad multiply. crs 2002-08-18 17:35:10 +0000
  • a0c2cd10dd removed bogus #error. crs 2002-08-18 17:32:27 +0000
  • 305b01edf9 no longer sending fake events for unmapped logical buttons. crs 2002-08-18 17:31:48 +0000
  • f49b186722 Updated ChangeLog. crs 2002-08-11 23:00:28 +0000
  • 8e232346e1 Updated win32 installation instructions. crs 2002-08-11 23:00:16 +0000
  • 2f5120acba fixed references to renamed icon files. crs 2002-08-11 22:59:59 +0000
  • 4c6eb241a6 Moved synergy client to cmd/synergyc and renamed it synergyc. Moved synergy server to cmd/synergys and renamed it synergys. Updated documentation to reflect that and the win32 launcher. crs 2002-08-11 22:43:07 +0000
  • 2bea3d1460 added TODO and example/synergy.conf to documenation files. crs 2002-08-11 11:51:25 +0000
  • 1d9efb0e3a added TODO file and top-level rule to make zip file of distribution files. crs 2002-08-11 11:50:49 +0000
  • 639cb26a7d removed pre-instantiation of templates in header file. crs 2002-08-11 11:50:07 +0000
  • 435bb738e6 added win32 launcher program. also changed VC++ dsp and dsw files to binary form so \r\n aren't converted. added icons to client and server apps on win32. crs 2002-08-11 11:49:36 +0000
  • 3d41e1c7fd checkpointing notes. crs 2002-08-02 21:57:29 +0000
  • ea78e02279 added some scripts and files not for distribution. crs 2002-08-02 21:57:03 +0000
  • bebef102e5 added document files to distribution list and to RPMs. also changed doxygen.cfg to doxygen.cfg.in EXTRA_DIST. crs 2002-08-02 21:55:51 +0000
  • f6c3a9453b added copyright to top of each file. crs 2002-08-02 19:57:46 +0000
  • fe73362f20 updated ChangeLog. crs 2002-08-02 18:01:26 +0000
  • 17d3ef6bdc finished RPM build rules and changed doxygen configuration to be built by configure and the doxygen documentation to be removed by maintainer-clean. crs 2002-08-02 17:57:54 +0000
  • 24e1d6fe99 Removed commented out code. crs 2002-08-02 17:53:44 +0000
  • 1abf0e0eb9 changed formatting and other documentation edits. crs 2002-08-02 17:53:23 +0000
  • ed38bc0818 Added preliminary RPM spec file. crs 2002-08-01 18:56:54 +0000
  • ffea42bf91 added files for release. crs 2002-08-01 18:07:48 +0000
  • 3f13217929 minor automake fixes. crs 2002-08-01 11:45:21 +0000
  • 7900d9fe41 added simple rule to build doxygen. crs 2002-07-31 17:40:36 +0000
  • ee46c5e35a fixed comment. crs 2002-07-31 17:40:21 +0000
  • 5c654d531e removed two programs from files to clean. crs 2002-07-31 17:35:43 +0000
  • 5bb5542a13 fixes to get vpath builds working (necessary for `make distcheck'). crs 2002-07-31 17:34:05 +0000
  • 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. crs 2002-07-31 16:57:26 +0000
  • 8c1f5f623b added EXTRA_* files to get `make dist' doing the right thing. crs 2002-07-31 16:27:06 +0000
  • 12f1cb58b9 removed now unnecssary #define. crs 2002-07-31 13:56:59 +0000
  • cfe5b99f9d okay, now the files should no longer be executable. crs 2002-07-31 13:41:58 +0000
  • 58ff628438 removed unintentional executable flag. crs 2002-07-31 13:34:18 +0000
  • 32c98816f5 checkpoint notes. crs 2002-07-31 13:29:33 +0000
  • 1a830c227b added comment about large motif clipboard items to README. crs 2002-07-31 13:18:27 +0000
  • bc72cac780 updated README. crs 2002-07-31 13:10:15 +0000
  • c6d98af056 now building hook dll for release without linking in standard C runtime. need C runtime for debug build for asserts. crs 2002-07-31 12:40:41 +0000
  • 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. crs 2002-07-31 12:39:34 +0000
  • f5795a6630 added new files to projects and added two project files that should've been adding in change 530. crs 2002-07-30 19:03:40 +0000
  • 0d70150589 made it so a negative kHeartRate disables heartbeats and set kHeartRate to -1. crs 2002-07-30 18:49:31 +0000
  • da361e9686 moved exception definition to header file. crs 2002-07-30 18:31:21 +0000
  • 69496abbab now using class factories to move some decisions from the libraries into the application. crs 2002-07-30 18:31:00 +0000
  • 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. crs 2002-07-30 16:52:46 +0000
  • 9792d35a6b Replaced method name `run' with `mainLoop', and `stop' and `quit' with `exitMainLoop' in most places. crs 2002-07-30 15:17:44 +0000
  • 8913acac34 Added doxygen comments for all relevant headers in client and server. crs 2002-07-30 14:59:36 +0000
  • 3a05ffe3c4 Added doxygen comments for all relevant headers in platform. crs 2002-07-29 17:03:55 +0000
  • b5a8ae11ac Added doxygen comments for all relevant headers in synergy. crs 2002-07-29 16:07:26 +0000
  • 50eee03f6d moved try/catch block from CMSWindowsScreen to CPrimaryClient. this means CMSWindowsScreen doesn't need to include XSynergy.h. crs 2002-07-29 16:06:52 +0000
  • 5c4e4fdf08 changed doxygen configuration. crs 2002-07-29 16:05:59 +0000
  • 4651a3f821 Added doxygen comments for all relevant headers in net. crs 2002-07-28 19:06:52 +0000
  • 46140549fc Added doxygen comments for all relevant headers in http. crs 2002-07-28 17:55:59 +0000
  • b8ce70d0f0 Added doxygen comments for all relevant headers in io. crs 2002-07-28 17:25:13 +0000
  • 24d54fca53 Added doxygen comments for all relevant headers in mt. crs 2002-07-28 13:34:19 +0000
  • 7a461855eb added doxygen comments for all relevant headers in base. crs 2002-07-26 18:28:18 +0000
  • 879cf26f8d fixed type mismatch (SInt32 vs int) in definition of getWindowProperty(). crs 2002-07-26 18:27:31 +0000
  • 0bf455e79a added configuration file for building doxygen documentation. the code is not yet doxygen documented, though. crs 2002-07-26 16:05:59 +0000
  • 3f046bb48a now deleting property when so requested even if read failed. crs 2002-07-26 15:22:25 +0000
  • 4bf6cf2adf checkpoint. crs 2002-07-25 18:08:00 +0000
  • 4688c99ee4 improved error messages for bad addresses. crs 2002-07-25 17:58:01 +0000
  • 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. crs 2002-07-25 17:52:40 +0000
  • 1fd8e25f7d moved string formatting into CStringUtil from CLog and added methods for format positional string arguments. crs 2002-07-25 17:23:35 +0000
  • 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. crs 2002-07-25 09:55:01 +0000
  • 3bfd2e252e finished INCR transfer changes. also made motifGetTime() return icccmGetTime() because it seems motif does TIMESTAMP like ICCCM. crs 2002-07-25 09:23:24 +0000
  • d3ea39149a checkpoint. working on INCR transfers. crs 2002-07-25 08:57:46 +0000
  • 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. crs 2002-07-24 19:26:18 +0000
  • 2e6e8e179a fixes for win32 clipboard due to CUnicode nul terminator changes. crs 2002-07-24 19:24:21 +0000
  • a150f64e9c fixed an off-by-one error in UTF8ToText(). crs 2002-07-24 19:23:46 +0000
  • 4c38178fb9 fixed an off-by-one error in textToUTF8(). crs 2002-07-24 17:39:52 +0000
  • 67051556bb fixed type of TARGETS target. crs 2002-07-24 17:30:32 +0000
  • 5fe7763d37 made handling of nul terminators in CUnicode more sane. crs 2002-07-24 17:22:01 +0000
  • 6fc6805a06 some fixes for motif clipboard. still not handling incremental transfer through root window property because not sure of the protocol. crs 2002-07-24 17:07:52 +0000
  • c6ecc79c0d removed restart function from platform. no longer trying to restart if the X server connection was lost; since synergy is likely to be started by xdm or the user's xsession, it's better for synergy to simply terminate when the connection is lost. synergy will still restart due to other errors. also fixed numerous other minor bugs and cleaned some stuff up (like app error codes are now consistent and enumerated in Version.h, for lack of a better place). and boosted version and protocol numbers. crs 2002-07-24 13:01:18 +0000
  • d9ec880291 checkpoint. crs 2002-07-23 19:00:01 +0000
  • 7d7b7f85ca fixed a bug in clipboard conversion (was using wrong converter or no converter when one was available). crs 2002-07-23 18:59:44 +0000
  • 7129efc9ab converted win32 to use unicode based KeyID. crs 2002-07-23 18:59:15 +0000
  • 8271c8accc checkpoint. converting KeyID to use UTF-32 encoding instead of X11 keysyms. crs 2002-07-23 17:04:41 +0000
  • 57b64f1fe7 no longer attempting to unmarshall clipboard formats that aren't known to the caller. if the client supports more formats than the server then the server could get a clipboard format greater than kNumFormats. with this change the server discards the extra formats instead of crashing. crs 2002-07-23 15:34:05 +0000
  • 8ada1e8a72 unicode clipboard changes for win32 plus some bug fixes. crs 2002-07-23 15:26:40 +0000
  • b1163aa593 removed unnecessary atoms from X clipboard object. crs 2002-07-23 12:35:36 +0000
  • 1fd07567cc checkpoint. more CUnicode fixes. crs 2002-07-23 12:08:30 +0000