Rev. | Time | Author |
---|---|---|
ee50853 master | 2014-10-01 18:45:03 | gimy |
use boost_1_56_0 and build by VS2013 |
||
e794d57 | 2014-10-01 18:36:10 | gimy |
convert projects for VS2013 |
||
031e57e | 2010-05-20 00:57:38 | gimy |
collect some files' permissions |
||
a626857 v0.03 | 2009-09-19 00:07:12 | U-i7\gimy |
update readme.txt for v0.03 |
||
bacf1d7 | 2009-09-16 08:31:02 | U-i7\gimy |
post WM_NULL to attached threads on yamy exit to unmap mayu{32,64}.dll |
||
5fbbed2 | 2009-09-15 23:27:30 | U-i7\gimy |
enable command notify on x64 |
||
b458cd2 | 2009-09-13 23:49:40 | U-i7\gimy |
update version number for next release |
||
b0c19d6 | 2009-09-13 23:45:35 | U-i7\gimy |
through scancode hooked by WH_KEYBOARD_LL, if yamy is disable. this fix ticket #18691. |
||
7dbb48a | 2009-09-13 16:48:20 | U-i7\gimy |
1. use WM_COPYDATA to notify from yamy{32,64}.dll to yamy instead of mailslot if process can't open mailslot(typically in low integrity level as protected mode IE), this fix tickets #17769 and #18662 |
||
a6dbac6 | 2009-09-13 16:12:19 | U-i7\gimy |
fix ticket #18663 |
||
2010cc7 | 2009-09-12 22:35:15 | U-i7\gimy |
fix double CloseHandle problem for m_threadHandle and m_readEvent |
||
b8624e9 | 2009-09-08 22:32:49 | U-i7\gimy |
release input queue and wait input event atomically |
||
7f9fe9a | 2009-09-02 00:03:23 | U-i7\gimy |
delete unnecessary queue lock in Engine::injectInput(), this fix freeze on wheel event |
||
90b42d5 v0.02 | 2009-08-30 01:04:11 | U-i7\gimy |
enable retry to escape NLS keys only on fail by timeout |
||
2c08265 | 2009-08-29 22:50:40 | U-i7\gimy |
update readme.txt for v0.02 |
||
ff1830f | 2009-08-29 19:57:27 | U-i7\gimy |
invoke yamy{64,32} and yamyd32 from same directory of yamy.exe instead of current working directory |
||
8af4511 | 2009-08-29 19:08:45 | U-i7\gimy |
* use SendMessageTimeout() instead of PostMessage() |
||
73aaa24 | 2009-08-29 01:15:05 | U-i7\gimy |
readjust restore/escape NLS keys rule on session event |
||
ecf3512 | 2009-08-27 23:42:24 | U-i7\gimy |
don't put retry dialog of escape NLS keys when internal retry successed |
||
9eb3ece | 2009-08-27 23:38:25 | U-i7\gimy |
re-number error code with macro |
||
515369a | 2009-08-27 22:58:13 | U-i7\gimy |
update readme.txt |
||
3fe1a1a | 2009-08-27 22:55:28 | U-i7\gimy |
through mouse event even if it isn't defined in .mayu for fail safe |
||
8d8dafc | 2009-08-27 22:37:34 | U-i7\gimy |
through input when no focus |
||
82d7813 | 2009-08-27 22:22:37 | U-i7\gimy |
fix problem that baloon help doesn't appear on Windows XP |
||
4f6793a | 2009-08-27 22:21:18 | U-i7\gimy |
through mouse event when logging and disabled |
||
ef2ee52 | 2009-08-27 22:15:45 | U-i7\gimy |
update Scancode Map asynchronouslly by independent thread to avoid stall on Windows XP |
||
c2678bc | 2009-08-23 23:46:47 | U-i7\gimy |
use ULONG_PTR instead of DWORD to calculate pointer difference for x64 |
||
e1b0a3e | 2009-08-23 23:42:41 | U-i7\gimy |
force MINIMIZEDMETRICS::iArrange after UpdatePerUserSystemParameters() to ARW_HIDE |
||
40fc91e | 2009-08-23 23:40:13 | U-i7\gimy |
prototype of UpdatePerUserSystemParameters differ by vista or earlier |
||
2f9926c | 2009-08-23 02:18:48 | U-i7\gimy |
need SeDebugPrivilege to escape NLS keys |