Commit Graph

64 Commits

Author SHA1 Message Date
Nick Bolton 84c66db56c Fixed typo in --help 2010-06-20 19:59:21 +00:00
Nick Bolton 8635348093 Fixed issue 154 2010-06-20 17:38:51 +00:00
Nick Bolton 8ee25ea2ce Merge 1.4.1 r603:604 into trunk 2010-06-13 00:06:11 +00:00
Nick Bolton 351818a4db Merge 1.4.1 r601:602 into trunk 2010-06-12 18:32:25 +00:00
Nick Bolton b62582444e Merge 1.4.1 r594:595 into trunk 2010-06-12 17:40:28 +00:00
Nick Bolton a8eb2a3bfd Merge 1.4.1 into trunk 2010-06-12 17:20:54 +00:00
Nick Bolton 87349de8e3 Fixed build error caused by last commit (tested on Linux) 2010-06-05 19:25:23 +00:00
Nick Bolton 52564a473a Potential fix for issue 26, but needs some GUI integration 2010-06-05 18:54:51 +00:00
Nick Bolton 801c3112b1 Fixed issue 507 2010-06-05 14:36:11 +00:00
Nick Bolton a1d8d46f11 Fixed issue 497 2010-06-05 14:24:14 +00:00
Nick Bolton 24765e6891 Fixed issue 506 - plus some quite major refactoring 2010-06-05 14:20:19 +00:00
Nick Bolton a19e800b99 Removed 64-bit warning, and reduced more code duplication 2010-06-05 13:17:35 +00:00
Nick Bolton 028142bee9 Reduced code duplication (setup file logging) 2010-06-05 13:13:07 +00:00
Nick Bolton f83e91f304 Fixed issue 505 2010-06-05 12:52:30 +00:00
Nick Bolton a8df07a362 Fixed issue 504 2010-06-05 12:43:34 +00:00
Nick Bolton bb05505bd4 Fixed issue 501 2010-06-05 10:22:34 +00:00
Nick Bolton b7e528c8ab Fixed issue 502 2010-06-05 07:44:49 +00:00
Nick Bolton a26bba1cc9 Fixed minor syntax error 2010-06-05 00:05:17 +00:00
Nick Bolton bc014ad24a Removing less than useful help text. 2010-06-04 23:48:22 +00:00
Nick Bolton 15cee8a74d Fixed issue 498 -- merged the --help args together a little bit from each server and client 2010-06-04 23:33:30 +00:00
Nick Bolton f3e4c6dede Fixed issue 497 2010-06-04 17:58:45 +00:00
feng.ye.gm@gmail.com 33c51789c5 Make it compile under linux. 2010-06-02 07:36:47 +00:00
Nick Bolton 7842596748 Added Ctrl-C handling for issue 479 2010-06-01 22:22:58 +00:00
Nick Bolton 60a428443e Tidied up exit (return code instead of printing ugly message) 2010-06-01 21:52:26 +00:00
Nick Bolton b88d0fb5fd Fixed issue 480 2010-06-01 21:49:09 +00:00
Nick Bolton 70cfc74ce1 Improve fix for issue 479 2010-06-01 21:29:38 +00:00
Nick Bolton a2b79e062c Fixed issue 479 2010-06-01 20:22:37 +00:00
Edward Carrel f7a5da4146 Fix for Issue 378, updating deprecated calls for creating mouse events under MacOS 10.6.
Thanks to snes350 for the initial patch to help fix this problem.
2010-06-01 10:49:22 +00:00
Nick Bolton f974d8d680 Some work toward Issue 27 and Issue 319 2010-05-31 21:30:29 +00:00
mthiel cc89770875 Help key (vk 114) translates to Insert correctly now, but may not work expectedly on OSX->OSX. Still better than not working at all. 2010-04-20 04:32:49 +00:00
syed.amer@gilani.eu 588f257530 check the return value of GetKeyboardLayout for 0 and take the keyboard layout of the desktop HWND instead
Issue #386
2010-02-25 14:21:47 +00:00
syed.amer@gilani.eu 25d8110ed2 check for NULL when attaching to foreground window
Should fix Issue #66
thanks to joerg.bornemann for the patch
2010-02-24 14:37:41 +00:00
syed.amer@gilani.eu f96c2b3572 Possible Fix for flash Video Problems (Issue #291)
Thanks to troxor for the Patch.
2010-02-09 17:04:54 +00:00
mthiel 8de84743bc Removing some odd logic fromt the keyboard broadcast patch which now causes it to eat keystrokes on clients. I have no idea what the original intention of that was, but it tests out fine without it. 2009-12-31 01:50:09 +00:00
mthiel 027c2a849f Previously applied keyboard broadcasting patch broke the original keystroke / keyDown / keyUp screens feature. Fixed 2009-12-31 01:23:53 +00:00
Nick Bolton b0574d6fee Merged in extra logging info from winsvc branch 2009-12-27 22:05:43 +00:00
Nick Bolton 771592a47f Added fallback for when SetCursorPos, and some more debugging info (merged in from winsvc branch). 2009-12-27 21:48:51 +00:00
Sorin Sbarnea 9face38556 Added "/analyze" flag for compile in order to activate Code Analysis in Visual Studio 2008+. Resolved some of these warnings. 2009-12-21 16:52:47 +00:00
syed.amer@gilani.eu 69b06429bf Includes for inserter in CKeyState added. 2009-12-02 16:18:35 +00:00
syed.amer@gilani.eu 727fff2ac9 Swapped command and alt/option key mapping for OSX. Issue #289.
Thanks to richard.moats for the Patch
2009-12-02 16:10:48 +00:00
Edward Carrel e0a70cddf7 Revamped OSX clipboard handling to rely on the pasteboard synchronization built into the API, rather than attempting to roll our own.
This brings back clipboard sharing functionality under my environment; I'll be posting a call to test to the appropriate ticket.

Ref: Issue #67
2009-11-25 11:09:37 +00:00
syed.amer@gilani.eu 9515338c75 Update input-event handing to Quartz-taps on OS X
Created by mthiel
Issue #238
2009-11-01 19:15:10 +00:00
Sorin Sbarnea 98c68897d8 Changes from mercurial repository. 2009-10-21 16:25:08 +00:00
syed.amer@gilani.eu a8b9d5ae52 Removed Tab at the end of File.
While it worked with gcc 4.3, gcc 4.2 would throw the error "no newline at end of file".
2009-04-24 16:25:39 +00:00
Sorin Sbarnea 86c29452f9 Partial work related to OS X 10.6 SDK compilation
issue #33: Modernize support for various MacOS APIs to their 10.5 equivalents.
2009-04-24 10:11:28 +00:00
Sorin Sbarnea e69caf4d8b I integrated the synergy.10.5.patch - now it does use new API (10.5)
Fixed issue #33: Modernize support for various MacOS APIs to their 10.5 equivalents.
2009-04-24 09:14:03 +00:00
Sorin Sbarnea 8175f9aac7 Added check for __MACTYPES__ in order to not redefine types defines on Carbon. 2009-04-23 15:18:07 +00:00
syed.amer@gilani.eu 1ee6238aa1 Hang Fix from Debian 2009-04-13 12:48:28 +00:00
syed.amer@gilani.eu d06dc55021 initializes Xlib support for concurrent threads.
Should Fix crashes like reported in:
https://bugs.launchpad.net/synergy2/+bug/299152
2009-04-13 11:25:45 +00:00
sveith df0fd3d916 Fixed Issue 30: Synergy messes with umlauts and other silent keys 2009-04-09 14:59:46 +00:00