OSDN Git Service

xkeymacs/xkeymacs.git
12 years agoRemove typedef of KeyBind_t, KbdMacro_t, Modifier_t, and KeyName_t
Kazuhiro Fujieda [Thu, 12 May 2011 11:59:31 +0000 (20:59 +0900)]
Remove typedef of KeyBind_t, KbdMacro_t, Modifier_t, and KeyName_t
in xkeymacsdll.h. Remove typedef of TASK_LIST, ScanCode_t,
ScanCodeMapping_t, and KeyboardLayout_t, and CommandTypeName_t in
profile.h.

12 years agoRemove TODO comments, some lines commented out.
Kazuhiro Fujieda [Sun, 15 May 2011 09:41:03 +0000 (18:41 +0900)]
Remove TODO comments, some lines commented out.

12 years agoRemove unnecessary .xkmcs section from xkeymacs.exe.
Kazuhiro Fujieda [Sun, 3 Apr 2011 10:05:59 +0000 (19:05 +0900)]
Remove unnecessary .xkmcs section from xkeymacs.exe.

12 years agoMake the keyboard hook thread local. snap-64bit
Kazuhiro Fujieda [Fri, 22 Apr 2011 15:34:15 +0000 (00:34 +0900)]
Make the keyboard hook thread local.

Set and release the hook when DLL ataches and detaches to threads or
processes. Disable the keyboard hook when other hooks are released.

12 years agoRename SetKeyboardHook and ReleaseKeyboardHook to SetHooks and ReleaseHooks
Kazuhiro Fujieda [Thu, 12 May 2011 10:13:29 +0000 (19:13 +0900)]
Rename SetKeyboardHook and ReleaseKeyboardHook to SetHooks and ReleaseHooks
in CXkeymacsDll. Drop their return values.

12 years agoRemove GetThisHInst().
Kazuhiro Fujieda [Thu, 12 May 2011 10:01:07 +0000 (19:01 +0900)]
Remove GetThisHInst().

12 years agoUse a different log file for x64 and store log files in a temporary directory.
Kazuhiro Fujieda [Thu, 12 May 2011 09:52:33 +0000 (18:52 +0900)]
Use a different log file for x64 and store log files in a temporary directory.

12 years agoAdd configurations and some modifications for x64.
Kazuhiro Fujieda [Thu, 12 May 2011 09:50:05 +0000 (18:50 +0900)]
Add configurations and some modifications for x64.

12 years agoCUtils::IsDialog detects a sound box in Internet Explorer isn't a dialog. snap-32bit
Kazuhiro Fujieda [Thu, 21 Apr 2011 15:29:41 +0000 (00:29 +0900)]
CUtils::IsDialog detects a sound box in Internet Explorer isn't a dialog.

12 years agoAdd check of conhost.exe for console applications on Windows 7.
Kazuhiro Fujieda [Sun, 3 Apr 2011 10:04:48 +0000 (19:04 +0900)]
Add check of conhost.exe for console applications on Windows 7.

12 years agoFix a bug where the headers of CPropertiesList can't show properly.
Kazuhiro Fujieda [Sat, 14 May 2011 18:23:25 +0000 (03:23 +0900)]
Fix a bug where the headers of CPropertiesList can't show properly.

12 years agoAdd a solution file and project files for Microsoft Visual Studio 10.0.
Kazuhiro Fujieda [Sun, 3 Apr 2011 08:48:54 +0000 (17:48 +0900)]
Add a solution file and project files for Microsoft Visual Studio 10.0.
Fix a compile error, a heap corruption bug and a infinite loop bug.
Remove obsolete DESCRIPTION in xkeymacsdll.def.

13 years agoImport from xkeymacssrc347. init
Kazuhiro Fujieda [Sat, 2 Apr 2011 05:08:43 +0000 (14:08 +0900)]
Import from xkeymacssrc347.