OSDN Git Service

xkeymacs/xkeymacs.git
2018-04-27 YujiSoftwareUse the reg command to import/export properties master
2018-04-05 Kazuhiro FujiedaUpdate documents snap-180407
2018-04-01 Kazuhiro FujiedaFix recursive commands not working on Windows 10
2018-04-01 Kazuhiro FujiedaFix a bug where shift key combinations cancel the mark
2018-04-01 Kazuhiro FujiedaReduce invocations of CoInitializeEx
2018-04-01 Kazuhiro FujiedaImprove debug logging
2018-04-01 Kazuhiro FujiedaRetry CoInitializeEx on its failure
2018-04-01 Kazuhiro FujiedaAdd .vs/ to .gitignore
2018-03-31 YujiSoftwareAdjust the layout of the properties dialog dynamically
2017-05-12 Kazuhiro FujiedaFix Firefox crashes on showing a move in full screen
2017-05-11 Kazuhiro FujiedaChange the platform toolset to v140
2014-09-20 Kazuhiro FujiedaMake some modifications to TSFHandler
2014-09-13 Kazuhiro FujiedaSupport TSF-based IMEs on TSF-aware applications
2014-09-11 Kazuhiro FujiedaAdd a new class to handle the TLS stuff
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 FujiedaMake CUtils::Log thread safe
2014-09-11 Kazuhiro FujiedaFix the bug where the hook state remains unchanged...
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-04-04 Kazuhiro FujiedaFix a bug where all applications launched by javaw...
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-27 Kazuhiro FujiedaDefine almost data members out of the shared section.
2012-01-22 Kazuhiro FujiedaSeparate AppName::SetIMEState from CXkeymacsDll::InitKe...
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 FujiedaStop setting an invalid value to the keyboard state...
2012-01-13 Kazuhiro FujiedaUse Win32 API to convert codes between virtual-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 FujiedaRewrite CUtils::GetWindowTextType.
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 FujiedaRemove trailing \r in xkeymacsdll-vc10.vcxproj.filters
2011-10-23 Kazuhiro FujiedaAdd the invocation of SetKeyboardHook to ShellProc...
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 FujiedaRewrite CUtils::Log with _vstprintf_s.
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 FujiedaMake the order of declarations and definitions of membe...
2011-09-14 Kazuhiro FujiedaRemove Clear and rewrite IsPassThrough in CXkeymacsDll.
2011-09-14 Kazuhiro FujiedaRemove IsValidKey and rewrite IsDepressedModifier in...
2011-09-14 Kazuhiro FujiedaSome minor modifications.
2011-09-14 Kazuhiro FujiedaTake some member variables of CCommands and CXkeymacsDl...
2011-09-14 Kazuhiro FujiedaModify or remove some declarations of constants in...
2011-09-13 Kazuhiro FujiedaAllocate the thread local storage in CXkeymacsDll:...
2011-09-13 Kazuhiro FujiedaUse typecasting from CString to LPCTSTR instead of...
2011-09-13 Kazuhiro FujiedaMake the first argument of CallNextHookEx NULL because...
2011-08-30 Kazuhiro FujiedaImprove the member functions of CXkeymacsDll relating... snap-110830
2011-08-26 Kazuhiro FujiedaRewrite member functions of CUtils relating to the...
2011-08-26 Kazuhiro FujiedaHook release events of Alt caused by XKeymacs on Google...
2011-08-26 Kazuhiro FujiedaRemove obsolete parameters from a log message.
2011-08-26 Kazuhiro FujiedaRename nVirtualCommandType nVirtualType.
2011-08-26 Kazuhiro FujiedaAdd *.aps to .gitignore.
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...
next