OSDN Git Service

Use the reg command to import/export properties
[xkeymacs/xkeymacs.git] / xkeymacs /
2018-04-27 YujiSoftwareUse the reg command to import/export properties master
2018-03-31 YujiSoftwareAdjust the layout of the properties dialog dynamically
2017-05-11 Kazuhiro FujiedaChange the platform toolset to v140
2014-09-11 Kazuhiro FujiedaFix a bug where the icon doesn't reflect the hook state...
2014-09-11 Kazuhiro FujiedaAdd the only active TIP (IME on TSF) to the IME list
2014-09-11 Kazuhiro FujiedaIgnore minor differences in titles and file names
2013-06-04 Kazuhiro FujiedaFix a bug where two or more users can't use xkeymacs...
2012-08-26 Kazuhiro FujiedaChange the behavior of the reset
2012-08-24 Kazuhiro FujiedaMake CXkeymacsApp::Start64bitProcess wait until the...
2012-08-23 Kazuhiro FujiedaAllow output of debug logs on failures of IPC functions
2012-08-23 Kazuhiro FujiedaInsert ProjectGuid into each project file
2012-02-20 Kazuhiro FujiedaShare the hook state among 32bit and 64bit processes.
2012-01-27 Kazuhiro FujiedaModify the code related to m_bHook in CXkeymacsDll.
2012-01-27 Kazuhiro FujiedaMake some members related to status icons static in...
2012-01-22 Kazuhiro FujiedaAdd FuncDefs class to handle functions defined in dot...
2012-01-19 Kazuhiro FujiedaMake minor modifications to the code to handle key...
2012-01-13 Kazuhiro FujiedaAdd a new class CmdTable to handle the table of the...
2012-01-09 Kazuhiro FujiedaRearrange the code assigning new application IDs and...
2012-01-09 Kazuhiro FujiedaReorganize the definition of struct Config to make...
2012-01-09 Kazuhiro FujiedaAdd a new class to enumerate applications and modify...
2012-01-09 Kazuhiro FujiedaChange CopyData to CopyDefault with one argument, and...
2012-01-09 Kazuhiro FujiedaChange CString to LPCTSTR or const CString&.
2012-01-09 Kazuhiro FujiedaRename szAppName to appName, szAppTitle to appTitle...
2012-01-03 Kazuhiro FujiedaRemove unhelpful const declarations in profile.{cpp...
2012-01-03 Kazuhiro FujiedaMake the order of members in CProfile sensible. Remove...
2012-01-03 Kazuhiro FujiedaAdd KeyString class for conversion from a modifier...
2012-01-03 Kazuhiro FujiedaAdd a new class AppName to handle application names...
2012-01-03 Kazuhiro FujiedaUse precompiled header files.
2011-11-04 Kazuhiro FujiedaSolve problems in the debug build.
2011-10-23 Kazuhiro FujiedaMake minor modifications in ipc.h and related files.
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-24 Kazuhiro FujiedaStart the 32bit process if the 64bit process previously...
2011-09-24 Kazuhiro FujiedaMake some tweaks on resource files.
2011-09-14 Kazuhiro FujiedaModify or remove some declarations of constants in...
2011-08-13 Kazuhiro FujiedaIgnore inactive IMEs. snap-110814
2011-08-10 Kazuhiro FujiedaChange fonts into MS UI Gothic in Japanese and Tahoma...
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-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 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 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-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-08 Kazuhiro FujiedaRename SaveRegistory SaveRegistry and LoadRegistory...
2011-07-06 coAdd GetIMEInfo to CProfile. Make InitApplicationList...
2011-07-02 Kazuhiro FujiedaAdd a new image of 256x256 pixels to xkeymacs.ico.
2011-06-26 Kazuhiro FujiedaRemove invocations of obsolete Enable3dControls and...
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 FujiedaMake Load not create new files and LoadMainData not...
2011-06-21 Kazuhiro FujiedaRemove typedef Language_t in dotxkeymacs.h. Move the...
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 FujiedaFix a bug where the choice of the default setting for...
2011-06-11 Kazuhiro FujiedaRemove code handling unused AtIbeamCursorOnly.
2011-06-10 Kazuhiro FujiedaSeparate SetKeyboardFookFlag(BOOL) in CXkeymacsDll...
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-06-08 Kazuhiro FujiedaStop considering the different GUIDs of the xkeymacsdll...
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...
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 FujiedaAdd CKeyboardLayout class.
2011-05-26 Kazuhiro FujiedaRewrite CProfile::GetTaskList.
2011-05-26 Kazuhiro FujiedaRemove support for Win9x/Me and NT4.0.
2011-05-26 Kazuhiro FujiedaUse MAX_COMMAND and MAX_KEY_BIND.
next