OSDN Git Service

xkeymacs/xkeymacs.git
12 years agoIgnore inactive IMEs. snap-110814
Kazuhiro Fujieda [Sat, 13 Aug 2011 06:19:24 +0000 (15:19 +0900)]
Ignore inactive IMEs.

12 years agoChange fonts into MS UI Gothic in Japanese and Tahoma in English.
Kazuhiro Fujieda [Wed, 10 Aug 2011 07:43:26 +0000 (16:43 +0900)]
Change fonts into MS UI Gothic in Japanese and Tahoma in English.

12 years agoAdd a description of a fix for Firefox to doc/release{,_J}.txt. snap-110807
Kazuhiro Fujieda [Sun, 7 Aug 2011 06:22:41 +0000 (15:22 +0900)]
Add a description of a fix for Firefox to doc/release{,_J}.txt.

12 years agoCCommands::DeactivateMark() pushes VK_RIGHT on Firefox.
Kazuhiro Fujieda [Sun, 7 Aug 2011 05:53:58 +0000 (14:53 +0900)]
CCommands::DeactivateMark() pushes VK_RIGHT on Firefox.

12 years agoUse TLS APIs instead of __declspec(thread).
Kazuhiro Fujieda [Sun, 7 Aug 2011 04:55:17 +0000 (13:55 +0900)]
Use TLS APIs instead of __declspec(thread).

12 years agoFix a bug where some commands sensitive to being repeated such as
Kazuhiro Fujieda [Tue, 26 Jul 2011 06:33:32 +0000 (15:33 +0900)]
Fix a bug where some commands sensitive to being repeated such as
incremental search and kill line can't work in special cases.

12 years agoSymlink Readme.markdown to Readme.txt.
Kazuhiro Fujieda [Fri, 22 Jul 2011 02:48:25 +0000 (11:48 +0900)]
Symlink Readme.markdown to Readme.txt.

12 years agoAdjust the format of Readme{,_J}.txt to Markdown. Add detailed
Kazuhiro Fujieda [Fri, 22 Jul 2011 02:27:25 +0000 (11:27 +0900)]
Adjust the format of Readme{,_J}.txt to Markdown. Add detailed
instructions to uninstall or upgrade.

12 years agoMove more code from C104Keyboard and C109Keyboard to CKeyboardLayout,
Kazuhiro Fujieda [Mon, 18 Jul 2011 07:45:24 +0000 (16:45 +0900)]
Move more code from C104Keyboard and C109Keyboard to CKeyboardLayout,
and remove DoDataExchange.

12 years agoMake CXkeymacsApp::SendIPCMessage retry to send a message.
Kazuhiro Fujieda [Thu, 21 Jul 2011 00:58:06 +0000 (09:58 +0900)]
Make CXkeymacsApp::SendIPCMessage retry to send a message.

12 years agoMake the keyboard hook local to each thread. Remove the code to
Kazuhiro Fujieda [Wed, 20 Jul 2011 12:37:11 +0000 (21:37 +0900)]
Make the keyboard hook local to each thread. Remove the code to
control IME with a window message.

12 years agoSet alignment to IPC stuff.
Kazuhiro Fujieda [Wed, 20 Jul 2011 10:01:34 +0000 (19:01 +0900)]
Set alignment to IPC stuff.

12 years agoMention the change of how to show IMEs on the properties dialog. snap-110717
Kazuhiro Fujieda [Sun, 17 Jul 2011 13:18:22 +0000 (22:18 +0900)]
Mention the change of how to show IMEs on the properties dialog.

12 years agoMake xkeymacs.exe reset hooks on resuming from suspend.
Kazuhiro Fujieda [Sun, 17 Jul 2011 13:09:43 +0000 (22:09 +0900)]
Make xkeymacs.exe reset hooks on resuming from suspend.

12 years agoAdd a class to create a list of IMEs. Fix a bug where the properties
Kazuhiro Fujieda [Sun, 17 Jul 2011 11:30:18 +0000 (20:30 +0900)]
Add a class to create a list of IMEs. Fix a bug where the properties
dialog doesn't show a IME based of TSF when there is no IME based
on IMM.

12 years agoMake the properties dialog show one of IMEs only based on TSF.
Kazuhiro Fujieda [Fri, 15 Jul 2011 14:26:30 +0000 (23:26 +0900)]
Make the properties dialog show one of IMEs only based on TSF.

12 years agoShow the web site in Readme{,._J}.txt. snap-110713
Kazuhiro Fujieda [Wed, 13 Jul 2011 13:21:33 +0000 (22:21 +0900)]
Show the web site in Readme{,._J}.txt.

12 years agoRemove the copyright notice and code to handle it. Modify the layout
Kazuhiro Fujieda [Wed, 13 Jul 2011 12:39:56 +0000 (21:39 +0900)]
Remove the copyright notice and code to handle it. Modify the layout
of the about dialog.

12 years agoMake the timeout of CallNamedPipe with IPC_PIPE forever.
Kazuhiro Fujieda [Wed, 13 Jul 2011 06:15:38 +0000 (15:15 +0900)]
Make the timeout of CallNamedPipe with IPC_PIPE forever.

12 years agoChange arrays of BOOL or int to arrays of BYTE in CONFIG and CXkeymacsDll.
Kazuhiro Fujieda [Tue, 12 Jul 2011 09:41:23 +0000 (18:41 +0900)]
Change arrays of BOOL or int to arrays of BYTE in CONFIG and CXkeymacsDll.

12 years agoAdd a description of a fix about IME to doc/release{,_J}.txt.
Kazuhiro Fujieda [Tue, 12 Jul 2011 09:00:33 +0000 (18:00 +0900)]
Add a description of a fix about IME to doc/release{,_J}.txt.

12 years agoRewrite code to handle titles and names of applications in CProfile
Kazuhiro Fujieda [Tue, 12 Jul 2011 08:21:07 +0000 (17:21 +0900)]
Rewrite code to handle titles and names of applications in CProfile
and CProperties.

12 years agoRename m_nApplicationID m_nAppID and rename m_szCurrentApplication
Kazuhiro Fujieda [Tue, 12 Jul 2011 08:11:37 +0000 (17:11 +0900)]
Rename m_nApplicationID m_nAppID and rename m_szCurrentApplication
m_appName.

12 years agoRewrite CProfile::LevelUp.
Kazuhiro Fujieda [Tue, 12 Jul 2011 07:01:47 +0000 (16:01 +0900)]
Rewrite CProfile::LevelUp.

12 years agoRename szAppName appTitle in CProfile. Merge CountSeparator,
Kazuhiro Fujieda [Mon, 11 Jul 2011 15:39:26 +0000 (00:39 +0900)]
Rename szAppName appTitle in CProfile. Merge CountSeparator,
GetNthString, and GetAppName into GetAppTitle.

12 years agoSplit GetApplicationIndex into DefaultAppID, AssingAppID,
Kazuhiro Fujieda [Mon, 11 Jul 2011 02:13:10 +0000 (11:13 +0900)]
Split GetApplicationIndex into DefaultAppID, AssingAppID,
GetSettingStyle, and SetSettingStyle in CProfile.

12 years agoRename CProfile::GetApplicaionIndex with one argument GetAppIndex
Kazuhiro Fujieda [Mon, 11 Jul 2011 02:00:32 +0000 (11:00 +0900)]
Rename CProfile::GetApplicaionIndex with one argument GetAppIndex
and change its argument to LPCSTR.

12 years agoRemove UpdateDialogData in each of CProperties and its children.
Kazuhiro Fujieda [Sat, 9 Jul 2011 04:53:59 +0000 (13:53 +0900)]
Remove UpdateDialogData in each of CProperties and its children.

Put the code in UpdateDialogData to get the dialog data into
GetDialogData and the code to set it into SetDialogData in each class.

12 years agoRemove the argument of CString of SetDialogData and UpdateDialogData
Kazuhiro Fujieda [Fri, 8 Jul 2011 08:54:31 +0000 (17:54 +0900)]
Remove the argument of CString of SetDialogData and UpdateDialogData
in each of CProperties and its children.

12 years agoUse references instead of pointers in arguments of CProfile::ReadKeyBind.
Kazuhiro Fujieda [Fri, 8 Jul 2011 06:59:57 +0000 (15:59 +0900)]
Use references instead of pointers in arguments of CProfile::ReadKeyBind.

12 years agoUse LPCSTR instead of CString in arguments of SaveKeyBind,
Kazuhiro Fujieda [Fri, 8 Jul 2011 01:25:39 +0000 (10:25 +0900)]
Use LPCSTR instead of CString in arguments of SaveKeyBind,
SaveCommand and AddKeyBind2C_ of CProfile. Change the return type of
CCommands::GetCommandName to LPCSTR. Shorten variable names in these
functions.

12 years agoRename appName szAppName in CProfile::SaveRegistry.
Kazuhiro Fujieda [Fri, 8 Jul 2011 01:07:05 +0000 (10:07 +0900)]
Rename appName szAppName in CProfile::SaveRegistry.
Make a minor change to CProfile::LoadRegistry.

12 years agoRemove CData. The application manages settings with struct CONFIG
Kazuhiro Fujieda [Thu, 7 Jul 2011 09:49:40 +0000 (18:49 +0900)]
Remove CData. The application manages settings with struct CONFIG
and sets the settings to the DLL by copying it.

12 years agoRemove ineffective code handling window text types.
Kazuhiro Fujieda [Wed, 6 Jul 2011 08:04:39 +0000 (17:04 +0900)]
Remove ineffective code handling window text types.

12 years agoRemove unused nMessage and bAtIbeamCursorOnly from CONFIG.
Kazuhiro Fujieda [Wed, 6 Jul 2011 08:00:36 +0000 (17:00 +0900)]
Remove unused nMessage and bAtIbeamCursorOnly from CONFIG.

12 years agoRewrite CXkeymacsDll::KeyboardProc.
Kazuhiro Fujieda [Wed, 6 Jul 2011 06:30:44 +0000 (15:30 +0900)]
Rewrite CXkeymacsDll::KeyboardProc.

12 years agoUse pre increments if possible.
Kazuhiro Fujieda [Tue, 5 Jul 2011 07:44:09 +0000 (16:44 +0900)]
Use pre increments if possible.

12 years agoShorten some names.
Kazuhiro Fujieda [Tue, 5 Jul 2011 05:54:34 +0000 (14:54 +0900)]
Shorten some names.

Rename nApplicationID nAppID. Rename nFunctionID as a variable name
nFuncID. Rename nCommandType nType. Rename nCommandID as a variable
name nComID. Rename szCommandTypeName szName.

12 years agoUse GetKeyboardLayoutList instead of GetKeyboardLayout and drop the
Kazuhiro Fujieda [Tue, 12 Jul 2011 05:49:07 +0000 (14:49 +0900)]
Use GetKeyboardLayoutList instead of GetKeyboardLayout and drop the
code using TSF.

12 years agoReplace auto with const_iterator.
Kazuhiro Fujieda [Tue, 12 Jul 2011 05:23:08 +0000 (14:23 +0900)]
Replace auto with const_iterator.

12 years agoRename SaveRegistory SaveRegistry and LoadRegistory LoadRegistry.
Kazuhiro Fujieda [Fri, 8 Jul 2011 00:33:12 +0000 (09:33 +0900)]
Rename SaveRegistory SaveRegistry and LoadRegistory LoadRegistry.

12 years agoAdd GetIMEInfo to CProfile. Make InitApplicationList uses it.
co [Tue, 5 Jul 2011 03:12:33 +0000 (12:12 +0900)]
Add GetIMEInfo to CProfile. Make InitApplicationList uses it.

GetIMEInfo uses TSF to get the description of IME if IMM32 isn't
available.

12 years agoIs64ProcessHwnd invokes OpenProcess with PROCESS_QUERY_INFORMATION. #25429
Kazuhiro Fujieda [Sun, 3 Jul 2011 00:19:48 +0000 (09:19 +0900)]
Is64ProcessHwnd invokes OpenProcess with PROCESS_QUERY_INFORMATION. #25429

12 years agoAdd descriptions of recent changes to doc/release{,_J}.txt. snap-110702
Kazuhiro Fujieda [Sat, 2 Jul 2011 13:42:20 +0000 (22:42 +0900)]
Add descriptions of recent changes to doc/release{,_J}.txt.
Modify slightly the introductions in Readme{,_J}.txt.

12 years agoAdd a new image of 256x256 pixels to xkeymacs.ico.
Kazuhiro Fujieda [Sat, 2 Jul 2011 07:35:42 +0000 (16:35 +0900)]
Add a new image of 256x256 pixels to xkeymacs.ico.

12 years agoAdd a developer.
Kazuhiro Fujieda [Sun, 26 Jun 2011 13:13:19 +0000 (22:13 +0900)]
Add a developer.

12 years agoSupport incremental and normal search on recent versions of Eclipse
Kazuhiro Fujieda [Sun, 26 Jun 2011 07:47:53 +0000 (16:47 +0900)]
Support incremental and normal search on recent versions of Eclipse
and forward incremental search on Notepad++. This change is derived
from work by Harold Bamford <hbamford@users.sourceforge.net>.

12 years agoFix typos in comments. This fix is produced by Harold Bamford
Kazuhiro Fujieda [Sat, 25 Jun 2011 12:44:35 +0000 (21:44 +0900)]
Fix typos in comments. This fix is produced by Harold Bamford
<hbamford@users.sourceforge.net>.

12 years agoRemove invocations of obsolete Enable3dControls and Enable3dControlsStatic.
Kazuhiro Fujieda [Fri, 24 Jun 2011 13:33:42 +0000 (22:33 +0900)]
Remove invocations of obsolete Enable3dControls and Enable3dControlsStatic.
Remove dead code.

12 years agoRemove unused check for VisualStudio in CCommands::GetDirectionForwardKey.
Kazuhiro Fujieda [Sun, 26 Jun 2011 05:19:04 +0000 (14:19 +0900)]
Remove unused check for VisualStudio in CCommands::GetDirectionForwardKey.

12 years agoAdd declarations of index variables.
Kazuhiro Fujieda [Sun, 26 Jun 2011 01:59:23 +0000 (10:59 +0900)]
Add declarations of index variables.

12 years agoDeclare index variables in for-loops outside the loops as needed.
Kazuhiro Fujieda [Fri, 24 Jun 2011 06:23:44 +0000 (15:23 +0900)]
Declare index variables in for-loops outside the loops as needed.

12 years agoRemove empty constructors and destructors.
Kazuhiro Fujieda [Fri, 24 Jun 2011 05:03:28 +0000 (14:03 +0900)]
Remove empty constructors and destructors.

12 years agoUse MAX_COMMAND and MAX_KEY_BIND further.
Kazuhiro Fujieda [Thu, 23 Jun 2011 06:59:53 +0000 (15:59 +0900)]
Use MAX_COMMAND and MAX_KEY_BIND further.

12 years agoModify coding style of Is64ProcessHwnd and others.
Kazuhiro Fujieda [Tue, 21 Jun 2011 14:11:16 +0000 (23:11 +0900)]
Modify coding style of Is64ProcessHwnd and others.

12 years agoFix a bug where CallNextHookEx is wrongly called twice in snap-110621
Kazuhiro Fujieda [Tue, 21 Jun 2011 11:33:21 +0000 (20:33 +0900)]
Fix a bug where CallNextHookEx is wrongly called twice in
CXkeymacsDll::CallWndProc.

12 years agoModify URLs and add a registry key to be deleted in Readme{,_J}.txt.
Kazuhiro Fujieda [Tue, 21 Jun 2011 07:25:05 +0000 (16:25 +0900)]
Modify URLs and add a registry key to be deleted in Readme{,_J}.txt.
Modify a description of a bug and add descriptions of recent fixes
in doc/release{,_J}.txt.

12 years agoMake Load not create new files and LoadMainData not create the "etc"
Kazuhiro Fujieda [Tue, 21 Jun 2011 08:24:05 +0000 (17:24 +0900)]
Make Load not create new files and LoadMainData not create the "etc"
directory in CDotXkeymacs.

12 years agoRemove typedef Language_t in dotxkeymacs.h. Move the declaration of
Kazuhiro Fujieda [Tue, 21 Jun 2011 08:21:06 +0000 (17:21 +0900)]
Remove typedef Language_t in dotxkeymacs.h. Move the declaration of
Languages from dotxkeymacs.h to dotxkeymacs.cpp.

12 years agoRewrite CXkeymacsDll::InitKeyboardProc.
Kazuhiro Fujieda [Tue, 21 Jun 2011 07:01:03 +0000 (16:01 +0900)]
Rewrite CXkeymacsDll::InitKeyboardProc.
Fix a bug where VK_END is wrongly pressed on find dialogs.

12 years agoAdd const modifiers to arguments and bHookApp in CXkeymacsDll::SetModifierState.
Kazuhiro Fujieda [Tue, 21 Jun 2011 06:19:30 +0000 (15:19 +0900)]
Add const modifiers to arguments and bHookApp in CXkeymacsDll::SetModifierState.

12 years agoModify type casting of arguments of CCommands::DoSetInputMethodOpenStatus
Kazuhiro Fujieda [Mon, 20 Jun 2011 13:09:57 +0000 (22:09 +0900)]
Modify type casting of arguments of CCommands::DoSetInputMethodOpenStatus
in CXkeymacsDll::GetMsgProc.

12 years agoRewrite code to handle keyboard macros again with std::list.
Kazuhiro Fujieda [Wed, 15 Jun 2011 08:19:05 +0000 (17:19 +0900)]
Rewrite code to handle keyboard macros again with std::list.
Fix a bug where \C-u\C-x( doesn't work.

12 years agoRewrite code to handle original functions. Fix a bug where original
Kazuhiro Fujieda [Mon, 13 Jun 2011 16:08:19 +0000 (01:08 +0900)]
Rewrite code to handle original functions. Fix a bug where original
functions enclosed by '"' don't work well.

12 years agoRemove m_bAtIbeamCursorOnly from CData.
Kazuhiro Fujieda [Wed, 15 Jun 2011 12:38:19 +0000 (21:38 +0900)]
Remove m_bAtIbeamCursorOnly from CData.

12 years agoFix bugs related to the setting modes on the properties dialog.
Kazuhiro Fujieda [Mon, 20 Jun 2011 07:38:25 +0000 (16:38 +0900)]
Fix bugs related to the setting modes on the properties dialog.

- The setting modes for default and dialogs are initially set to the
  default mode.
- The default key assignments are used after the setting mode
  reverts from the specific mode to the default mode.
- The setting mode can't revert from the disable mode to the default mode.

12 years agoSeparate UpdateRegistryData into LoadRegistry and SaveRegistry in CProfile.
Kazuhiro Fujieda [Mon, 20 Jun 2011 07:05:30 +0000 (16:05 +0900)]
Separate UpdateRegistryData into LoadRegistry and SaveRegistry in CProfile.

12 years agoRename m_XkeymacsData m_Data, LoadRegistryData LoadData, and
Kazuhiro Fujieda [Sun, 19 Jun 2011 12:37:02 +0000 (21:37 +0900)]
Rename m_XkeymacsData m_Data, LoadRegistryData LoadData, and
SaveRegistryData SaveData in CProfile.

12 years agoSet the version number to 4.0. Modify URL on the version dialog. snap-110611
Kazuhiro Fujieda [Sat, 11 Jun 2011 02:38:31 +0000 (11:38 +0900)]
Set the version number to 4.0. Modify URL on the version dialog.

12 years agoRemove NEWS.txt and Readme64.txt. Rewrite original documents.
Kazuhiro Fujieda [Sat, 11 Jun 2011 00:41:43 +0000 (09:41 +0900)]
Remove NEWS.txt and Readme64.txt. Rewrite original documents.

12 years agoAdd original documents and dot.xkeymacs.
Kazuhiro Fujieda [Fri, 10 Jun 2011 11:40:22 +0000 (20:40 +0900)]
Add original documents and dot.xkeymacs.

12 years agoFix a bug where the choice of the default setting for an application
Kazuhiro Fujieda [Wed, 8 Jun 2011 03:28:32 +0000 (12:28 +0900)]
Fix a bug where the choice of the default setting for an application
can't be saved once you choose the setting specific to it.

12 years agoRemove code handling unused AtIbeamCursorOnly.
Kazuhiro Fujieda [Tue, 7 Jun 2011 08:12:02 +0000 (17:12 +0900)]
Remove code handling unused AtIbeamCursorOnly.

12 years agoRemove unused CXkeymacsDll::GetMickey.
Kazuhiro Fujieda [Sat, 28 May 2011 16:47:37 +0000 (01:47 +0900)]
Remove unused CXkeymacsDll::GetMickey.

12 years agoRewrite code handling the keyboard macro.
Kazuhiro Fujieda [Sat, 28 May 2011 06:25:32 +0000 (15:25 +0900)]
Rewrite code handling the keyboard macro.

Separate DefiningMacro into StartRecordMacro and EndRecordMacro in
CXkeymacsDll. Make bDown a member variable of CXkeymacsDll. Change
the type of CXkeymacsDll::m_Macro from CObList to CList. Remove
member variables for the keyboard macro from the shared section of
the DLL.

12 years agoRewrite code to handle original keys. Use VK_{CONTROL,SHIFT,MENU}
Kazuhiro Fujieda [Wed, 11 May 2011 14:39:49 +0000 (23:39 +0900)]
Rewrite code to handle original keys. Use VK_{CONTROL,SHIFT,MENU}
instead of VK_{R,L}{CONTROL,SHIFT,MENU} to simplify code.

12 years agoRewrite CallWndProc, CallWndRetProc, GetMsgProc, and ShellProc in
Kazuhiro Fujieda [Fri, 10 Jun 2011 09:18:29 +0000 (18:18 +0900)]
Rewrite CallWndProc, CallWndRetProc, GetMsgProc, and ShellProc in
CXkeymacsDll.

Remove code to handle WM_POWERBROADCAST in CallWndProc because it
doesn't work at all. Remove unuseful LogCallWndProcMessage in
CXkeymacsDll.

12 years agoSeparate SetKeyboardFookFlag(BOOL) in CXkeymacsDll into
Kazuhiro Fujieda [Wed, 11 May 2011 09:29:33 +0000 (18:29 +0900)]
Separate SetKeyboardFookFlag(BOOL) in CXkeymacsDll into
ToggleKeyboardHookState() and ShowKeyboardHookState(). Replace
SetKeyboardFookFlag() with ShowKeyboardHookState().

12 years agoFix a bug where deactivating the mark fails on Visual Studio.
Kazuhiro Fujieda [Tue, 10 May 2011 09:44:01 +0000 (18:44 +0900)]
Fix a bug where deactivating the mark fails on Visual Studio.

12 years agoModify the way to hook the release of Alt of shortcut keys with Alt
Kazuhiro Fujieda [Tue, 10 May 2011 09:02:00 +0000 (18:02 +0900)]
Modify the way to hook the release of Alt of shortcut keys with Alt
to keep the focus from moving to the menu.

Fix a bug where the focus moves to the menu when you release Alt
first when you use a shortcut key with Alt on Visual Studio.

Hook the release of Alt instead of a dummy push of Ctrl on Visual
C++ and Firefox. Hook it on InternetExplorer too.

12 years agoRewrite code to change modifier states.
Kazuhiro Fujieda [Tue, 10 May 2011 07:51:52 +0000 (16:51 +0900)]
Rewrite code to change modifier states.

12 years agoCXkeymacsDll::IsDown uses GetAsyncKeyState instead of GetKeyState
Kazuhiro Fujieda [Tue, 10 May 2011 05:34:59 +0000 (14:34 +0900)]
CXkeymacsDll::IsDown uses GetAsyncKeyState instead of GetKeyState
when bPhysicalKey is TRUE.

12 years agoCorrectly solve a problem where shift key is locked after using a
Kazuhiro Fujieda [Tue, 10 May 2011 04:04:13 +0000 (13:04 +0900)]
Correctly solve a problem where shift key is locked after using a
key combination with the right shift key.

12 years agoIncorporate differences in version 3.48.
Kazuhiro Fujieda [Sun, 5 Jun 2011 12:16:39 +0000 (21:16 +0900)]
Incorporate differences in version 3.48.

Support recent versions of Firefox. Support Fn key as a shortcut key.

12 years agoRemove unused m_bEnableKeyboardHook in CXkeymacsDll and related code.
Kazuhiro Fujieda [Fri, 10 Jun 2011 07:48:35 +0000 (16:48 +0900)]
Remove unused m_bEnableKeyboardHook in CXkeymacsDll and related code.
Rename ReleaseHook to ReleaseHooks in CXkeymacsDll and rewrite it
with ReleaseHooks and SetHooks.

12 years agoMake the keyboard hooks global.
Tomohiro Kashiwada [Thu, 9 Jun 2011 07:50:31 +0000 (16:50 +0900)]
Make the keyboard hooks global.

Each keyboard hook of 32bit and 64bit works only corresponding
applications and controls IME through a window message.
Make the reset of 64bit hooks disabled because it doesn't work.

12 years agoAdd .gitignore.
Tomohiro Kashiwada [Wed, 8 Jun 2011 23:47:39 +0000 (08:47 +0900)]
Add .gitignore.

12 years agoSpecify the dependency of projects in the solution file instead of
Tomohiro Kashiwada [Thu, 9 Jun 2011 09:51:08 +0000 (18:51 +0900)]
Specify the dependency of projects in the solution file instead of
specifying the reference to the xkeymacsdll project in the xkeymacs
project file to avoid the error missing the project GUID in
different environments.

12 years agoStop considering the different GUIDs of the xkeymacsdll project in
Kazuhiro Fujieda [Wed, 8 Jun 2011 08:16:33 +0000 (17:16 +0900)]
Stop considering the different GUIDs of the xkeymacsdll project in
different environments.

12 years agoSome cosmetic change in Readme64.txt. snap-110503
Kazuhiro Fujieda [Tue, 3 May 2011 03:23:39 +0000 (12:23 +0900)]
Some cosmetic change in Readme64.txt.
Add NEWS.txt.

12 years agoSupport recent versions of Microsoft Visual Studio.
Kazuhiro Fujieda [Wed, 27 Apr 2011 04:45:08 +0000 (13:45 +0900)]
Support recent versions of Microsoft Visual Studio.

Fix a bug where M-v doesn't work at first time on Visual Studio
2010. Fix a bug where C-g releases the control key on recent
versions of Visual Studio. Support the incremental search on them.

12 years agoAdd Readme64.txt.
Kazuhiro Fujieda [Tue, 26 Apr 2011 08:20:17 +0000 (17:20 +0900)]
Add Readme64.txt.

12 years agoUse secure versions of library functions.
Kazuhiro Fujieda [Wed, 18 May 2011 14:39:32 +0000 (23:39 +0900)]
Use secure versions of library functions.

12 years agoUse WINDOW_TEXT_LENGTH instead of 0x100 as the buffer size for
Kazuhiro Fujieda [Wed, 18 May 2011 14:14:19 +0000 (23:14 +0900)]
Use WINDOW_TEXT_LENGTH instead of 0x100 as the buffer size for
GetWindowText. Remove size arguments from SetCorrectApplicationName,
FairConsoleApplicationName, IsConsole and IsJavaW in CUtils.

12 years agoGive main roles to 32bit version and simplify 64bit version.
Kazuhiro Fujieda [Tue, 26 Apr 2011 00:33:31 +0000 (09:33 +0900)]
Give main roles to 32bit version and simplify 64bit version.

Add 64bit versions of CXkeymacsApp and CMainFrame. xkeymacs64.exe
consists of these classes. xkeymacs.exe launches xkeymacs64.exe on
WOW64 and controls it through a named pipe.

xkeymacs.dll and xkeymacs64.dll share the properties through a
temporary file. xkeymacs64.exe enables the keyboard hook after it
reads the properties.

12 years agoMove CAboutDlg in xkeymacs/xkeymacs.{cpp,h} to xkeymacs/about.{cpp,h}.
Kazuhiro Fujieda [Wed, 18 May 2011 12:07:19 +0000 (21:07 +0900)]
Move CAboutDlg in xkeymacs/xkeymacs.{cpp,h} to xkeymacs/about.{cpp,h}.

12 years agoRemove typedef of Translate_t and the declaration of struct
Kazuhiro Fujieda [Wed, 18 May 2011 11:15:35 +0000 (20:15 +0900)]
Remove typedef of Translate_t and the declaration of struct
Translate and enum Instance in xkeymacs/xkeymacs.h. Remove
m_Instance in CXkeymacsApp. Remove CXkeymacsApp::OnAppAbout.

12 years agoCMainFrame handles notify icons instead of CXkeymacsDll.
Kazuhiro Fujieda [Sat, 16 Apr 2011 05:00:10 +0000 (14:00 +0900)]
CMainFrame handles notify icons instead of CXkeymacsDll.

CXkeymacsDll changes notify icons through a named pipe.
It changes all modifier icons and the M-x tip at the same time.
CMainFrame creates a thread to receive messages from CXkeymacsDll.

12 years agoMake all member functions of CXkeymacsDll static.
Kazuhiro Fujieda [Fri, 22 Apr 2011 05:07:02 +0000 (14:07 +0900)]
Make all member functions of CXkeymacsDll static.
Make CMainFrame::m_pPropertiesDlg private.

12 years agoMove CXkeymacsData in xkeymacsdll/xkeymacsdll.{cpp,h} to
Kazuhiro Fujieda [Sat, 14 May 2011 19:11:47 +0000 (04:11 +0900)]
Move CXkeymacsData in xkeymacsdll/xkeymacsdll.{cpp,h} to
xkeymacs/data.{cpp,h} as CData.