Commit Graph

547 Commits

Author SHA1 Message Date
crs
ecb2fbb342 now looking up SendEvent() using GetProcAddress() so win95
systems can run the synergy client.
2002-09-04 21:14:18 +00:00
crs
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.
2002-09-04 20:17:54 +00:00
crs
e4c29179d9 added version 0.9.10 to NEWS. 2002-09-02 17:49:18 +00:00
crs
af5a900599 removed PORTING from binary distribution. 2002-09-02 17:49:05 +00:00
crs
87d973e4d0 removed executable bit on new source files and added them to
the makefile.
2002-09-02 17:48:51 +00:00
crs
08867440c1 updating ChangeLog. 2002-09-02 17:36:52 +00:00
crs
a7d413dd75 Changed version number to 0.9.10. 2002-09-02 17:36:25 +00:00
crs
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.
2002-09-02 17:30:04 +00:00
crs
c95e991aeb Updated news with release of version 0.9.9. 2002-09-02 17:15:43 +00:00
crs
1038e290a3 added notes to PORTING. 2002-09-02 17:14:21 +00:00
crs
cc8272e258 work around to get mode switch working. 2002-09-01 16:45:44 +00:00
crs
7dadc86caf fixed language setting to be compatible with older autoconf's. 2002-09-01 16:43:47 +00:00
crs
3295705f97 checkpoint. trying to add support for mode switch key to X11
screens.
2002-09-01 15:30:00 +00:00
crs
210ed86827 added more tests to autoconf. also now handling missing sstream
header in gcc 2.95 by including sstream header backported from v3.
2002-09-01 10:31:10 +00:00
crs
b0b494b8fa lowered severity of some debug messages. 2002-09-01 09:28:54 +00:00
crs
604599c178 Updated ChangeLog. 2002-08-18 17:46:24 +00:00
crs
79ce1dab4f Changed version number to 0.9.9. 2002-08-18 17:45:59 +00:00
crs
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.
2002-08-18 17:40:10 +00:00
crs
a4db7f0005 fixed PrintScrn handling; it was being changed to keypad multiply. 2002-08-18 17:35:10 +00:00
crs
a0c2cd10dd removed bogus #error. 2002-08-18 17:32:27 +00:00
crs
305b01edf9 no longer sending fake events for unmapped logical buttons. 2002-08-18 17:31:48 +00:00
crs
f49b186722 Updated ChangeLog. 2002-08-11 23:00:28 +00:00
crs
8e232346e1 Updated win32 installation instructions. 2002-08-11 23:00:16 +00:00
crs
2f5120acba fixed references to renamed icon files. 2002-08-11 22:59:59 +00:00
crs
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.
2002-08-11 22:43:07 +00:00
crs
2bea3d1460 added TODO and example/synergy.conf to documenation files. 2002-08-11 11:51:25 +00:00
crs
1d9efb0e3a added TODO file and top-level rule to make zip file of distribution
files.
2002-08-11 11:50:49 +00:00
crs
639cb26a7d removed pre-instantiation of templates in header file. 2002-08-11 11:50:07 +00:00
crs
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.
2002-08-11 11:49:36 +00:00
crs
3d41e1c7fd checkpointing notes. 2002-08-02 21:57:29 +00:00
crs
ea78e02279 added some scripts and files not for distribution. 2002-08-02 21:57:03 +00:00
crs
bebef102e5 added document files to distribution list and to RPMs. also
changed doxygen.cfg to doxygen.cfg.in EXTRA_DIST.
2002-08-02 21:55:51 +00:00
crs
f6c3a9453b added copyright to top of each file. 2002-08-02 19:57:46 +00:00
crs
fe73362f20 updated ChangeLog. 2002-08-02 18:01:26 +00:00
crs
17d3ef6bdc finished RPM build rules and changed doxygen configuration to be
built by configure and the doxygen documentation to be removed
by maintainer-clean.
2002-08-02 17:57:54 +00:00
crs
24e1d6fe99 Removed commented out code. 2002-08-02 17:53:44 +00:00
crs
1abf0e0eb9 changed formatting and other documentation edits. 2002-08-02 17:53:23 +00:00
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