Rev. | Time | Author |
---|---|---|
ee72700 master | 2011-05-28 16:58:30 | Kazuhiro Fujieda |
Some cosmetic change in Readme64.txt. |
||
3f468d8 | 2011-05-28 16:58:28 | Kazuhiro Fujieda |
Support recent versions of Microsoft Visual Studio. |
||
2e8292e | 2011-05-28 16:58:25 | Kazuhiro Fujieda |
Add Readme64.txt. |
||
4f9498b | 2011-05-28 16:58:03 | Kazuhiro Fujieda |
Use secure versions of library functions. |
||
f03357a | 2011-05-27 08:44:18 | Kazuhiro Fujieda |
Use WINDOW_TEXT_LENGTH instead of 0x100 as the buffer size for |
||
e3e40c9 | 2011-05-27 08:44:02 | Kazuhiro Fujieda |
Give main roles to 32bit version and simplify 64bit version. |
||
0b04ad4 | 2011-05-27 08:38:41 | Kazuhiro Fujieda |
Move CAboutDlg in xkeymacs/xkeymacs.{cpp,h} to xkeymacs/about.{cpp,h}. |
||
6d0ba6d | 2011-05-27 08:38:38 | Kazuhiro Fujieda |
Remove typedef of Translate_t and the declaration of struct |
||
b48f885 | 2011-05-27 08:38:36 | Kazuhiro Fujieda |
CMainFrame handles notify icons instead of CXkeymacsDll. |
||
91ee60b | 2011-05-27 08:38:33 | Kazuhiro Fujieda |
Make all member functions of CXkeymacsDll static. |
||
8ce0dab | 2011-05-27 08:37:54 | Kazuhiro Fujieda |
Move CXkeymacsData in xkeymacsdll/xkeymacsdll.{cpp,h} to |
||
2b1d023 | 2011-05-27 08:37:52 | Kazuhiro Fujieda |
Move member functions related to Commands in CXkeymacsData to CCommands. |
||
acc6715 | 2011-05-27 08:37:49 | Kazuhiro Fujieda |
Move Is106Keyboard and Set106Keyboard in CXkeymacsData to CXkeymacsDll. |
||
da240b2 | 2011-05-27 08:36:12 | Kazuhiro Fujieda |
Add CKeyboardLayout class. |
||
dd6b078 | 2011-05-27 08:36:10 | Kazuhiro Fujieda |
Rewrite CProfile::GetTaskList. |
||
ec37290 | 2011-05-27 08:36:07 | Kazuhiro Fujieda |
Remove support for Win9x/Me and NT4.0. |
||
597e5bc | 2011-05-27 08:36:05 | Kazuhiro Fujieda |
Remove unused GetCaretPosition, SetCaretPosition, GetCaretPos, and |
||
9dc65c2 | 2011-05-27 08:36:02 | Kazuhiro Fujieda |
Remove typedef OriginalWindowPosition_t in Commands.h. Make MAX_WINDOW |
||
c7ae240 | 2011-05-27 08:36:00 | Kazuhiro Fujieda |
Use MAX_COMMAND and MAX_KEY_BIND. |
||
226e0e2 | 2011-05-27 08:35:57 | Kazuhiro Fujieda |
Remove typedef of Command_t in Commands.h. Move the initilizer of |
||
8af4504 | 2011-05-27 08:35:55 | Kazuhiro Fujieda |
Move some declarations in xkeymacs/profile.h and xkeymacs/xkeymacs.h |
||
56804b6 | 2011-05-27 08:35:53 | Kazuhiro Fujieda |
Move some declarations in xkeymacsdll/xkeymacsdll.h to |
||
c227c0a | 2011-05-27 08:35:50 | Kazuhiro Fujieda |
Remove typedef of KeyBind_t, KbdMacro_t, Modifier_t, and KeyName_t |
||
cece111 | 2011-05-27 08:35:48 | Kazuhiro Fujieda |
Remove TODO comments, some lines commented out. |
||
9c6ce4d | 2011-05-27 08:35:45 | Kazuhiro Fujieda |
Remove unnecessary .xkmcs section from xkeymacs.exe. |
||
b4bded9 | 2011-05-27 08:35:43 | Kazuhiro Fujieda |
Make the keyboard hook thread local. |
||
6a2ebd6 | 2011-05-27 08:35:40 | Kazuhiro Fujieda |
Rename SetKeyboardHook and ReleaseKeyboardHook to SetHooks and ReleaseHooks |
||
e5c8323 | 2011-05-27 08:35:38 | Kazuhiro Fujieda |
Remove GetThisHInst(). |
||
9691589 | 2011-05-27 08:35:35 | Kazuhiro Fujieda |
Use a different log file for x64 and store log files in a temporary directory. |
||
f08ba83 | 2011-05-27 08:35:27 | Kazuhiro Fujieda |
Add configurations and some modifications for x64. |