OSDN Git Service

Remove ineffective code handling window text types.
[xkeymacs/xkeymacs.git] / xkeymacsdll /
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 FujiedaReplace auto with const_iterator.
2011-07-03 Kazuhiro FujiedaIs64ProcessHwnd invokes OpenProcess with PROCESS_QUERY_...
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-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 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-11 Kazuhiro FujiedaSet the version number to 4.0. Modify URL on the versio... snap-110611
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 KashiwadaSpecify the dependency of projects in the solution...
2011-05-28 Kazuhiro FujiedaSupport recent versions of Microsoft Visual Studio.
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 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...
2011-05-26 Kazuhiro FujiedaMove member functions related to Commands in CXkeymacsD...
2011-05-26 Kazuhiro FujiedaMove Is106Keyboard and Set106Keyboard in CXkeymacsData...
2011-05-26 Kazuhiro FujiedaRemove support for Win9x/Me and NT4.0.
2011-05-26 Kazuhiro FujiedaRemove unused GetCaretPosition, SetCaretPosition, GetCa...
2011-05-26 Kazuhiro FujiedaRemove typedef OriginalWindowPosition_t in Commands...
2011-05-26 Kazuhiro FujiedaUse MAX_COMMAND and MAX_KEY_BIND.
2011-05-26 Kazuhiro FujiedaRemove typedef of Command_t in Commands.h. Move the...
2011-05-26 Kazuhiro FujiedaMove some declarations in xkeymacsdll/xkeymacsdll.h to
2011-05-26 Kazuhiro FujiedaRemove typedef of KeyBind_t, KbdMacro_t, Modifier_t...
2011-05-26 Kazuhiro FujiedaRemove TODO comments, some lines commented out.
2011-05-26 Kazuhiro FujiedaMake the keyboard hook thread local. snap-64bit
2011-05-26 Kazuhiro FujiedaRename SetKeyboardHook and ReleaseKeyboardHook to SetHo...
2011-05-26 Kazuhiro FujiedaRemove GetThisHInst().
2011-05-26 Kazuhiro FujiedaUse a different log file for x64 and store log files...
2011-05-26 Kazuhiro FujiedaAdd configurations and some modifications for x64.
2011-05-26 Kazuhiro FujiedaCUtils::IsDialog detects a sound box in Internet Explor... snap-32bit
2011-05-26 Kazuhiro FujiedaAdd check of conhost.exe for console applications on...
2011-05-26 Kazuhiro FujiedaAdd a solution file and project files for Microsoft...
2011-04-02 Kazuhiro FujiedaImport from xkeymacssrc347. init