3
0
Fork
You've already forked libIME
0
Library used to develop Windows TSF-based input methods.
  • C++ 97.2%
  • C 1.8%
  • CMake 1%
Find a file
2020年03月22日 01:48:29 +08:00
CandidateWindow.cpp Implement ui-less aware candidate window. 2016年07月28日 20:29:03 +08:00
CandidateWindow.h Making the destructors of all COM objects protected so they can only be freed by calling Release(). 2016年12月17日 14:12:01 +08:00
CMakeLists.txt Remove unused files 2016年07月28日 20:34:19 +08:00
ComPtr.h Fix potential errors in Ime::ComPtr and Ime::ComQIPtr smart pointers. 2017年08月14日 23:21:01 +08:00
Dialog.cpp * Implement compartment handling and handle keyboard status correctly. 2013年09月18日 03:00:40 +08:00
Dialog.h * Initialize the config dialog properly and try to save config values. 2013年09月17日 19:58:25 +08:00
DisplayAttributeInfo.cpp Fix memory errors caused by invalid pointer access in Release() and broken ComPtr smart pointer implementation. 2017年05月04日 00:23:53 +08:00
DisplayAttributeInfo.h Making the destructors of all COM objects protected so they can only be freed by calling Release(). 2016年12月17日 14:12:01 +08:00
DisplayAttributeInfoEnum.cpp Fix memory errors caused by invalid pointer access in Release() and broken ComPtr smart pointer implementation. 2017年05月04日 00:23:53 +08:00
DisplayAttributeInfoEnum.h Making the destructors of all COM objects protected so they can only be freed by calling Release(). 2016年12月17日 14:12:01 +08:00
DisplayAttributeProvider.cpp Fix memory errors caused by invalid pointer access in Release() and broken ComPtr smart pointer implementation. 2017年05月04日 00:23:53 +08:00
DisplayAttributeProvider.h Making the destructors of all COM objects protected so they can only be freed by calling Release(). 2016年12月17日 14:12:01 +08:00
DrawUtils.cpp Add missing copyright notice and LGPL declaration in file headers. 2013年09月14日 00:15:50 +08:00
DrawUtils.h Add missing copyright notice and LGPL declaration in file headers. 2013年09月14日 00:15:50 +08:00
EditSession.cpp Fix memory errors caused by invalid pointer access in Release() and broken ComPtr smart pointer implementation. 2017年05月04日 00:23:53 +08:00
EditSession.h Making the destructors of all COM objects protected so they can only be freed by calling Release(). 2016年12月17日 14:12:01 +08:00
ImeEngine.cpp Set background color of composition string properly, fixing #57 . 2013年10月03日 14:35:05 +08:00
ImeEngine.h Set background color of composition string properly, fixing #57 . 2013年10月03日 14:35:05 +08:00
ImeModule.cpp Fix a regression bug caused by accidentally removed lock-protected ref-counting in Ime::Module. 2017年05月08日 03:12:07 +08:00
ImeModule.h Making the destructors of all COM objects protected so they can only be freed by calling Release(). 2016年12月17日 14:12:01 +08:00
ImeWindow.cpp Fix #18 and position the candidate window correctly in multi-monitor environments. 2013年09月26日 02:22:48 +08:00
ImeWindow.h Fix #18 and position the candidate window correctly in multi-monitor environments. 2013年09月26日 02:22:48 +08:00
KeyEvent.cpp * Fix key code conversion stuff in KeyEvent. 2013年09月19日 20:30:54 +08:00
KeyEvent.h Fix bug in key state detection and fix bugs in Capslock and Shift key handling. 2013年09月19日 18:59:52 +08:00
LangBarButton.cpp Fix incorrect initialization of empty button text which causes crashes. 2018年01月30日 21:20:26 +08:00
LangBarButton.h Use std::wstring to store tooltip of language buttons 2017年08月14日 23:07:27 +08:00
libIME.cpp Add missing copyright notice and LGPL declaration in file headers. 2013年09月14日 00:15:50 +08:00
libIME.h Add missing copyright notice and LGPL declaration in file headers. 2013年09月14日 00:15:50 +08:00
libIME.rc Initial import into git. 2013年09月04日 00:26:57 +08:00
LICENSE.txt Add license file. 2016年03月14日 20:37:18 +08:00
MessageWindow.cpp * Fix #16 Missing keyboard layout for KB_THL_PINYIN and KB_MPS2_PINYIN. 2013年09月25日 10:32:19 +08:00
MessageWindow.h * Fix #16 Missing keyboard layout for KB_THL_PINYIN and KB_MPS2_PINYIN. 2013年09月25日 10:32:19 +08:00
PropertyDialog.cpp Fix MSVC warning C4018: signed/unsigned mismatch 2016年03月15日 19:21:41 +08:00
PropertyDialog.h Add missing copyright notice and LGPL declaration in file headers. 2013年09月14日 00:15:50 +08:00
PropertyPage.cpp * Implement compartment handling and handle keyboard status correctly. 2013年09月18日 03:00:40 +08:00
PropertyPage.h * Initialize the config dialog properly and try to save config values. 2013年09月17日 19:58:25 +08:00
resource.h Initial import into git. 2013年09月04日 00:26:57 +08:00
TextService.cpp Fix some compiler warnings. 2017年08月14日 23:09:53 +08:00
TextService.h Fix a missing header that causes failure to build with VC++ 2019. 2020年03月22日 01:48:29 +08:00
Utils.cpp Optionally output simplified Chinese characters on the fly. 2013年09月25日 12:17:17 +08:00
Utils.h Optionally output simplified Chinese characters on the fly. 2013年09月25日 12:17:17 +08:00
Window.cpp * Implement compartment handling and handle keyboard status correctly. 2013年09月18日 03:00:40 +08:00
Window.h Show aux info messages by using Ime::MessageWindow class. 2013年09月20日 03:49:25 +08:00
WindowsVersion.h * Add Ime::WindowsVersion class for easy checking of Windows verion. 2013年09月24日 11:56:42 +08:00