summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* begin to write input logic.Peng Wu2010-05-192-1/+48
* add fillCommandCandidates(string) implementation.Peng Wu2010-05-191-1/+18
* define ExtEditor interface.Peng Wu2010-05-192-6/+51
* add appendLabel for LookupTable.Peng Wu2010-05-191-0/+4
* add commentsPeng Wu2010-05-192-4/+26
* define ext editor interface.Peng Wu2010-05-192-3/+31
* begin to integrate lua ext.Peng Wu2010-05-192-0/+19
* Unify the coding stylePeng Huang2010-05-192-31/+33
* Fix a bug of Bopomofo parseBYVoid2010-05-192-5/+10
* Fix a bug of displaying tone characters in BopomofoEditorBYVoid2010-05-183-6/+11
* Add BYVoid in AUTHORSPeng Huang2010-05-182-2/+4
* Merge branch 'bopomofo'Peng Huang2010-05-1722-69/+3304
|\
| * register properties in focusInPeng Huang2010-05-174-1/+3
| * Reset PunctEditor when press EscPeng Huang2010-05-171-0/+4
| * Include PunctTable.h in tarballPeng Huang2010-05-171-0/+1
| * Do not allow input chars more than 2Peng Huang2010-05-172-6/+6
| * Refine some code.Peng Huang2010-05-171-12/+4
| * Fix the order of punct_tablePeng Huang2010-05-172-59/+57
| * implement PunctEditor for BopomofoEngineBYVoid2010-05-163-39/+473
| * Add PunctEditor.hPeng Huang2010-05-161-0/+27
| * Add PunctTable in Makefile.amPeng Huang2010-05-161-0/+5
| * Add PunctTable.hPeng Huang2010-05-162-0/+199
| * Add MODE_PUNCT in BopomofoEnginePeng Huang2010-05-164-0/+74
| * Fix two build warnings.Peng Huang2010-05-161-3/+3
| * Refine coding style in Database.ccPeng Huang2010-05-161-4/+6
| * Add bopomofo iconPeng Huang2010-05-142-2/+2
| * 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-122-715/+715
| * Generate some fuzzy bopomofoPeng Huang2010-05-121-54/+108
| * Generate PinyinParserTable with bopomofoPeng Huang2010-05-122-0/+1143
* | Remove PinyinParserTable.h.open-phrasePeng Huang2010-05-141-9644/+0
|/
* Remove unused classesPeng Huang2010-05-113-21/+0
* Does not include SimpTradConverter.hPeng Huang2010-05-101-1/+0
* Add macro DOUBLE_PINYIN_ZGPYPeng Huang2010-05-031-1/+2
* 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-023-1060/+1532
* Support correct jv,qv,xv,yv to ju,qu,xu,yuPeng Huang2010-05-025-1040/+1141
* 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