OSDN Git Service

Modify the code related to m_bHook in CXkeymacsDll.
[xkeymacs/xkeymacs.git] / xkeymacsdll / Commands.cpp
2012-01-27 Kazuhiro FujiedaModify the code related to m_bHook in CXkeymacsDll.
2012-01-27 Kazuhiro FujiedaDefine almost data members out of the shared section.
2012-01-13 Kazuhiro FujiedaAdd a new class CmdTable to handle the table of the...
2012-01-09 Kazuhiro FujiedaChange CString to LPCTSTR or const CString&.
2012-01-03 Kazuhiro FujiedaAdd a new class AppName to handle application names...
2011-10-23 Kazuhiro FujiedaAdd KbdMacro class to record key strokes and remove...
2011-10-23 Kazuhiro FujiedaReorganize header files and their inclusion.
2011-10-11 Kazuhiro FujiedaRemove obsolete or unused code from CUtils.
2011-09-14 Kazuhiro FujiedaTake some member variables of CCommands and CXkeymacsDl...
2011-08-26 Kazuhiro FujiedaRewrite member functions of CUtils relating to the...
2011-08-07 Kazuhiro FujiedaCCommands::DeactivateMark() pushes VK_RIGHT on Firefox.
2011-07-21 Kazuhiro FujiedaMake the keyboard hook local to each thread. Remove...
2011-07-13 Kazuhiro FujiedaUse LPCSTR instead of CString in arguments of SaveKeyBind,
2011-07-12 Kazuhiro FujiedaUse pre increments if possible.
2011-07-12 Kazuhiro FujiedaShorten some names.
2011-06-26 Kazuhiro FujiedaSupport incremental and normal search on recent version...
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 FujiedaRemove empty constructors and destructors.
2011-06-23 Kazuhiro FujiedaUse MAX_COMMAND and MAX_KEY_BIND further.
2011-06-11 Kazuhiro FujiedaRewrite code handling the keyboard macro.
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 Tomohiro KashiwadaMake the keyboard hooks global.
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 FujiedaCMainFrame handles notify icons instead of CXkeymacsDll.
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 FujiedaAdd configurations and some modifications for x64.
2011-05-26 Kazuhiro FujiedaAdd a solution file and project files for Microsoft...
2011-04-02 Kazuhiro FujiedaImport from xkeymacssrc347. init