OSDN Git Service

xkeymacs/xkeymacs.git
2011-08-13 Kazuhiro FujiedaIgnore inactive IMEs. snap-110814
2011-08-10 Kazuhiro FujiedaChange fonts into MS UI Gothic in Japanese and Tahoma...
2011-08-07 Kazuhiro FujiedaAdd a description of a fix for Firefox to doc/release... snap-110807
2011-08-07 Kazuhiro FujiedaCCommands::DeactivateMark() pushes VK_RIGHT on Firefox.
2011-08-07 Kazuhiro FujiedaUse TLS APIs instead of __declspec(thread).
2011-07-26 Kazuhiro FujiedaFix a bug where some commands sensitive to being repeat...
2011-07-22 Kazuhiro FujiedaSymlink Readme.markdown to Readme.txt.
2011-07-22 Kazuhiro FujiedaAdjust the format of Readme{,_J}.txt to Markdown. Add...
2011-07-21 Kazuhiro FujiedaMove more code from C104Keyboard and C109Keyboard to...
2011-07-21 Kazuhiro FujiedaMake CXkeymacsApp::SendIPCMessage retry to send a message.
2011-07-21 Kazuhiro FujiedaMake the keyboard hook local to each thread. Remove...
2011-07-20 Kazuhiro FujiedaSet alignment to IPC stuff.
2011-07-17 Kazuhiro FujiedaMention the change of how to show IMEs on the propertie... snap-110717
2011-07-17 Kazuhiro FujiedaMake xkeymacs.exe reset hooks on resuming from suspend.
2011-07-17 Kazuhiro FujiedaAdd a class to create a list of IMEs. Fix a bug where...
2011-07-15 Kazuhiro FujiedaMake the properties dialog show one of IMEs only based...
2011-07-13 Kazuhiro FujiedaShow the web site in Readme{,._J}.txt. snap-110713
2011-07-13 Kazuhiro FujiedaRemove the copyright notice and code to handle it....
2011-07-13 Kazuhiro FujiedaMake the timeout of CallNamedPipe with IPC_PIPE forever.
2011-07-13 Kazuhiro FujiedaChange arrays of BOOL or int to arrays of BYTE in CONFI...
2011-07-13 Kazuhiro FujiedaAdd a description of a fix about IME to doc/release...
2011-07-13 Kazuhiro FujiedaRewrite code to handle titles and names of applications...
2011-07-13 Kazuhiro FujiedaRename m_nApplicationID m_nAppID and rename m_szCurrent...
2011-07-13 Kazuhiro FujiedaRewrite CProfile::LevelUp.
2011-07-13 Kazuhiro FujiedaRename szAppName appTitle in CProfile. Merge CountSepar...
2011-07-13 Kazuhiro FujiedaSplit GetApplicationIndex into DefaultAppID, AssingAppID,
2011-07-13 Kazuhiro FujiedaRename CProfile::GetApplicaionIndex with one argument...
2011-07-13 Kazuhiro FujiedaRemove UpdateDialogData in each of CProperties and...
2011-07-13 Kazuhiro FujiedaRemove the argument of CString of SetDialogData and...
2011-07-13 Kazuhiro FujiedaUse references instead of pointers in arguments of...
2011-07-13 Kazuhiro FujiedaUse LPCSTR instead of CString in arguments of SaveKeyBind,
2011-07-13 Kazuhiro FujiedaRename appName szAppName in CProfile::SaveRegistry.
2011-07-13 Kazuhiro FujiedaRemove CData. The application manages settings with...
2011-07-13 Kazuhiro FujiedaRemove ineffective code handling window text types.
2011-07-13 Kazuhiro FujiedaRemove unused nMessage and bAtIbeamCursorOnly from...
2011-07-13 Kazuhiro FujiedaRewrite CXkeymacsDll::KeyboardProc.
2011-07-12 Kazuhiro FujiedaUse pre increments if possible.
2011-07-12 Kazuhiro FujiedaShorten some names.
2011-07-12 Kazuhiro FujiedaUse GetKeyboardLayoutList instead of GetKeyboardLayout...
2011-07-12 Kazuhiro FujiedaReplace auto with const_iterator.
2011-07-08 Kazuhiro FujiedaRename SaveRegistory SaveRegistry and LoadRegistory...
2011-07-06 coAdd GetIMEInfo to CProfile. Make InitApplicationList...
2011-07-03 Kazuhiro FujiedaIs64ProcessHwnd invokes OpenProcess with PROCESS_QUERY_...
2011-07-02 Kazuhiro FujiedaAdd descriptions of recent changes to doc/release{... snap-110702
2011-07-02 Kazuhiro FujiedaAdd a new image of 256x256 pixels to xkeymacs.ico.
2011-06-26 Kazuhiro FujiedaAdd a developer.
2011-06-26 Kazuhiro FujiedaSupport incremental and normal search on recent version...
2011-06-26 Kazuhiro FujiedaFix typos in comments. This fix is produced by Harold...
2011-06-26 Kazuhiro FujiedaRemove invocations of obsolete Enable3dControls and...
2011-06-26 Kazuhiro FujiedaRemove unused check for VisualStudio in CCommands:...
2011-06-26 Kazuhiro FujiedaAdd declarations of index variables.
2011-06-24 Kazuhiro FujiedaDeclare index variables in for-loops outside the loops...
2011-06-24 Kazuhiro FujiedaRemove empty constructors and destructors.
2011-06-23 Kazuhiro FujiedaUse MAX_COMMAND and MAX_KEY_BIND further.
2011-06-21 Kazuhiro FujiedaModify coding style of Is64ProcessHwnd and others.
2011-06-21 Kazuhiro FujiedaFix a bug where CallNextHookEx is wrongly called twice in snap-110621
2011-06-21 Kazuhiro FujiedaModify URLs and add a registry key to be deleted in...
2011-06-21 Kazuhiro FujiedaMake Load not create new files and LoadMainData not...
2011-06-21 Kazuhiro FujiedaRemove typedef Language_t in dotxkeymacs.h. Move the...
2011-06-21 Kazuhiro FujiedaRewrite CXkeymacsDll::InitKeyboardProc.
2011-06-21 Kazuhiro FujiedaAdd const modifiers to arguments and bHookApp in CXkeym...
2011-06-20 Kazuhiro FujiedaModify type casting of arguments of CCommands::DoSetInp...
2011-06-20 Kazuhiro FujiedaRewrite code to handle keyboard macros again with std...
2011-06-20 Kazuhiro FujiedaRewrite code to handle original functions. Fix a bug...
2011-06-20 Kazuhiro FujiedaRemove m_bAtIbeamCursorOnly from CData.
2011-06-20 Kazuhiro FujiedaFix bugs related to the setting modes on the properties...
2011-06-20 Kazuhiro FujiedaSeparate UpdateRegistryData into LoadRegistry and SaveR...
2011-06-19 Kazuhiro FujiedaRename m_XkeymacsData m_Data, LoadRegistryData LoadData...
2011-06-11 Kazuhiro FujiedaSet the version number to 4.0. Modify URL on the versio... snap-110611
2011-06-11 Kazuhiro FujiedaRemove NEWS.txt and Readme64.txt. Rewrite original...
2011-06-11 Kazuhiro FujiedaAdd original documents and dot.xkeymacs.
2011-06-11 Kazuhiro FujiedaFix a bug where the choice of the default setting for...
2011-06-11 Kazuhiro FujiedaRemove code handling unused AtIbeamCursorOnly.
2011-06-11 Kazuhiro FujiedaRemove unused CXkeymacsDll::GetMickey.
2011-06-11 Kazuhiro FujiedaRewrite code handling the keyboard macro.
2011-06-11 Kazuhiro FujiedaRewrite code to handle original keys. Use VK_{CONTROL...
2011-06-11 Kazuhiro FujiedaRewrite CallWndProc, CallWndRetProc, GetMsgProc, and...
2011-06-10 Kazuhiro FujiedaSeparate SetKeyboardFookFlag(BOOL) in CXkeymacsDll...
2011-06-10 Kazuhiro FujiedaFix a bug where deactivating the mark fails on Visual...
2011-06-10 Kazuhiro FujiedaModify the way to hook the release of Alt of shortcut...
2011-06-10 Kazuhiro FujiedaRewrite code to change modifier states.
2011-06-10 Kazuhiro FujiedaCXkeymacsDll::IsDown uses GetAsyncKeyState instead...
2011-06-10 Kazuhiro FujiedaCorrectly solve a problem where shift key is locked...
2011-06-10 Kazuhiro FujiedaIncorporate differences in version 3.48.
2011-06-10 Kazuhiro FujiedaRemove unused m_bEnableKeyboardHook in CXkeymacsDll...
2011-06-10 Tomohiro KashiwadaMake the keyboard hooks global.
2011-06-10 Tomohiro KashiwadaAdd .gitignore.
2011-06-10 Tomohiro KashiwadaSpecify the dependency of projects in the solution...
2011-06-08 Kazuhiro FujiedaStop considering the different GUIDs of the xkeymacsdll...
2011-05-28 Kazuhiro FujiedaSome cosmetic change in Readme64.txt. snap-110503
2011-05-28 Kazuhiro FujiedaSupport recent versions of Microsoft Visual Studio.
2011-05-28 Kazuhiro FujiedaAdd Readme64.txt.
2011-05-28 Kazuhiro FujiedaUse secure versions of library functions.
2011-05-26 Kazuhiro FujiedaUse WINDOW_TEXT_LENGTH instead of 0x100 as the buffer...
2011-05-26 Kazuhiro FujiedaGive main roles to 32bit version and simplify 64bit...
2011-05-26 Kazuhiro FujiedaMove CAboutDlg in xkeymacs/xkeymacs.{cpp,h} to xkeymacs...
2011-05-26 Kazuhiro FujiedaRemove typedef of Translate_t and the declaration of...
2011-05-26 Kazuhiro FujiedaCMainFrame handles notify icons instead of CXkeymacsDll.
2011-05-26 Kazuhiro FujiedaMake all member functions of CXkeymacsDll static.
2011-05-26 Kazuhiro FujiedaMove CXkeymacsData in xkeymacsdll/xkeymacsdll.{cpp...
next