summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Add bopomofo iconPeng Huang2010-05-144-2/+269
| * Add date string in version for testingPeng Huang2010-05-141-1/+1
| * Add Input mode/Select mode for BopomofoBYVoid2010-05-144-56/+194
| * Allow multiple tone characterBYVoid2010-05-141-10/+1
| * Create BopomofoEnginePeng Huang2010-05-147-67/+516
| * Make bopomofo as a separate input engine.Peng Huang2010-05-137-19/+75
| * BopomofoBYVoid2010-05-136-22/+24
| * add Bopomofo SupportBYVoid2010-05-1310-27/+691
| * Use wchar_t for bopomofoPeng Huang2010-05-123-716/+716
| * Generate some fuzzy bopomofoPeng Huang2010-05-123-54/+199
| * Generate PinyinParserTable with bopomofoPeng Huang2010-05-124-5/+1611
* | Remove PinyinParserTable.h.open-phrasePeng Huang2010-05-141-9644/+0
* | Refine some descriptions in spec filePeng Huang2010-05-131-2/+2
|/
* Remove unused classesPeng Huang2010-05-113-21/+0
* Does not include SimpTradConverter.hPeng Huang2010-05-101-1/+0
* Drop indexes before create indexes.Peng Huang2010-05-101-31/+68
* Create index if not existsPeng Huang2010-05-101-31/+31
* Refine rpm packages:Peng Huang2010-05-071-5/+24
* Add macro DOUBLE_PINYIN_ZGPYPeng Huang2010-05-031-1/+2
* Release 1.3.5Peng Huang2010-05-031-1/+1
* Fix problem in parse double pinyinPeng Huang2010-05-032-11/+36
* Add MS double pinyin backPeng Huang2010-05-031-0/+1
* support correct: van => uan, vn => un, ven=>un, vang => uangPeng Huang2010-05-025-1078/+1584
* Support correct jv,qv,xv,yv to ju,qu,xu,yuPeng Huang2010-05-029-1045/+1160
* Refine python scriptPeng Huang2010-04-281-20/+20
* Add sctcPeng Huang2010-04-282-0/+5160
* Use macro VERIONPeng Huang2010-04-251-1/+4
* Refine coding stylePeng Huang2010-04-251-2/+2
* Refine coding stylePeng Huang2010-04-251-1/+1
* Clear editor, when user presses Shift to switch En/Ch modePeng Huang2010-04-242-27/+33
* add assert in Object.hPeng Huang2010-04-241-0/+1
* Fix half and full punch problemPeng Huang2010-04-244-7/+16
* Add libboost-dev >= 1.39 in debian build scriptPeng Huang2010-04-201-1/+1
* Use libboost to replace sigc++Peng Huang2010-04-201-1/+1
* Does not need swigPeng Huang2010-04-201-1/+1
* Update debian from Li Daobing's repositoryPeng Huang2010-04-204-28/+95
* Check boost::signals2 in configure.acPeng Huang2010-04-203-5/+40
* Fix typo in phrases.txtPeng Huang2010-04-201-1/+1
* Does not use typedef any morePeng Huang2010-04-192-4/+2
* Use tab for page downPeng Huang2010-04-192-1/+2
* Use std::string to replace StringPeng Huang2010-04-193-7/+8
* Reset m_prev_commited_char in FallbackEditorPeng Huang2010-04-191-0/+1
* Remove unused codePeng Huang2010-04-192-3/+0
* Remove StaticStringPeng Huang2010-04-195-88/+70
* Remove PinyinEnginePtrPeng Huang2010-04-192-10/+7
* Use Object as the base class to replace Pointer.Peng Huang2010-04-1912-104/+133
* Remove debug outputPeng Huang2010-04-181-2/+0
* Use structPeng Huang2010-04-172-3/+7
* Generate ChangeLog from git during make distPeng Huang2010-04-171-0/+5
* Use boost::shared_ptr to manage object instance.Peng Huang2010-04-1712-123/+75