95
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 13 hours ago.
May 05, 2023 — May 05, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* add xsunpinyin package * add im-switch scripts
mikeandmore
as mikemore
More... over 14 years ago
* fix issue#34: connect the signal handler to ibus config More... over 14 years ago
* fix issue#61 - reset m_bPreInvalid in _clear() when necessary * minor polish of shuangpin_seg More... over 14 years ago
* refresh ui when settings are changed
mikeandmore
as mikemore
More... over 14 years ago
* implementing the debian package build script.
mikeandmore
as mikemore
More... over 14 years ago
For compile on Opensolaris. More... over 14 years ago
* merge the noncopyable fix
mikeandmore
as mikemore
More... over 14 years ago
* add default configuration
mikeandmore
as mikemore
More... over 14 years ago
* add assertions on locale environment and codeset
mikeandmore
as mikemore
More... over 14 years ago
* add a preferences configuration ui * fix some includes
mikeandmore
as mikemore
More... over 14 years ago
make CShuangpinData as a CNonCopyable More... over 14 years ago
updated preferences.plist and English preferences UI, removed Chinese one temporally. More... over 14 years ago
merge the solaris fix
mikeandmore
as mikemore
More... over 14 years ago
update a new IMdkit version
mikeandmore
as mikemore
More... over 14 years ago
fix the regression of editing in shuangpin mode More... over 14 years ago
Modify for compile with sun compiler on Solaris. More... over 14 years ago
Modify STL for Sun Compiler compatibility. More... over 14 years ago
Modify STL for Sun Compiler compatibility. More... over 14 years ago
* add copyright issue * remove that cscope.out -,-
mikeandmore
as mikemore
More... over 14 years ago
port xim wrapper into upstream
mikeandmore
as mikemore
More... over 14 years ago
fix the single punc when input as a punction.
mikeandmore
as mikemore
More... over 14 years ago
* revert the change in Makefile More... over 14 years ago
* fix issue#58 assignment of a temporary CShuangpinData instance to s_shpData in ctor of CShuangpinSegmentor ends up calling the default copy ctor of CShuangpinData which does a shallow copy. In another words, m_shuangpinPlan was no longer valid after the temporary instance is detroyed. So we need to find another way to change the type of the stocking CShuangpinData instance. More... over 14 years ago
* fix issue 52: use the same data types in trie.py and datrie_impl.h More... over 14 years ago
* fix weird behaviour when deleting py strings (thanks to [email protected]) * minor cleanup More... over 14 years ago
* allows gtk_standalone to choose pinyin scheme at runtime More... over 14 years ago
* fix issue57 -- unable to input Chinese after inputing punctuations: decrement m_nAlpha accordingly when pystr is erased More... over 14 years ago
added Makefile for macos building, and changed a wrong path of lm_sc.t3g in project setting More... over 14 years ago
just found the one generated by glibtoolize in MacPorts works, so remove the archived one. More... over 14 years ago
glibtoolize may generate incorrect libtool on Mac, archive this workable version. More... over 14 years ago