| Commit message (Expand) | Author | Age | Files | Lines |
* | begin to write input logic. | Peng Wu | 2010-05-19 | 2 | -1/+48 |
* | add fillCommandCandidates(string) implementation. | Peng Wu | 2010-05-19 | 1 | -1/+18 |
* | define ExtEditor interface. | Peng Wu | 2010-05-19 | 2 | -6/+51 |
* | add appendLabel for LookupTable. | Peng Wu | 2010-05-19 | 1 | -0/+4 |
* | add comments | Peng Wu | 2010-05-19 | 2 | -4/+26 |
* | define ext editor interface. | Peng Wu | 2010-05-19 | 2 | -3/+31 |
* | begin to integrate lua ext. | Peng Wu | 2010-05-19 | 2 | -0/+19 |
* | Unify the coding style | Peng Huang | 2010-05-19 | 2 | -31/+33 |
* | Fix a bug of Bopomofo parse | BYVoid | 2010-05-19 | 2 | -5/+10 |
* | Fix a bug of displaying tone characters in BopomofoEditor | BYVoid | 2010-05-18 | 3 | -6/+11 |
* | Add BYVoid in AUTHORS | Peng Huang | 2010-05-18 | 2 | -2/+4 |
* | Merge branch 'bopomofo' | Peng Huang | 2010-05-17 | 22 | -69/+3304 |
|\ |
|
| * | register properties in focusIn | Peng Huang | 2010-05-17 | 4 | -1/+3 |
| * | Reset PunctEditor when press Esc | Peng Huang | 2010-05-17 | 1 | -0/+4 |
| * | Include PunctTable.h in tarball | Peng Huang | 2010-05-17 | 1 | -0/+1 |
| * | Do not allow input chars more than 2 | Peng Huang | 2010-05-17 | 2 | -6/+6 |
| * | Refine some code. | Peng Huang | 2010-05-17 | 1 | -12/+4 |
| * | Fix the order of punct_table | Peng Huang | 2010-05-17 | 2 | -59/+57 |
| * | implement PunctEditor for BopomofoEngine | BYVoid | 2010-05-16 | 3 | -39/+473 |
| * | Add PunctEditor.h | Peng Huang | 2010-05-16 | 1 | -0/+27 |
| * | Add PunctTable in Makefile.am | Peng Huang | 2010-05-16 | 1 | -0/+5 |
| * | Add PunctTable.h | Peng Huang | 2010-05-16 | 2 | -0/+199 |
| * | Add MODE_PUNCT in BopomofoEngine | Peng Huang | 2010-05-16 | 4 | -0/+74 |
| * | Fix two build warnings. | Peng Huang | 2010-05-16 | 1 | -3/+3 |
| * | Refine coding style in Database.cc | Peng Huang | 2010-05-16 | 1 | -4/+6 |
| * | Add bopomofo icon | Peng Huang | 2010-05-14 | 2 | -2/+2 |
| * | Add Input mode/Select mode for Bopomofo | BYVoid | 2010-05-14 | 4 | -56/+194 |
| * | Allow multiple tone character | BYVoid | 2010-05-14 | 1 | -10/+1 |
| * | Create BopomofoEngine | Peng Huang | 2010-05-14 | 7 | -67/+516 |
| * | Make bopomofo as a separate input engine. | Peng Huang | 2010-05-13 | 7 | -19/+75 |
| * | Bopomofo | BYVoid | 2010-05-13 | 6 | -22/+24 |
| * | add Bopomofo Support | BYVoid | 2010-05-13 | 10 | -27/+691 |
| * | Use wchar_t for bopomofo | Peng Huang | 2010-05-12 | 2 | -715/+715 |
| * | Generate some fuzzy bopomofo | Peng Huang | 2010-05-12 | 1 | -54/+108 |
| * | Generate PinyinParserTable with bopomofo | Peng Huang | 2010-05-12 | 2 | -0/+1143 |
* | | Remove PinyinParserTable.h.open-phrase | Peng Huang | 2010-05-14 | 1 | -9644/+0 |
|/ |
|
* | Remove unused classes | Peng Huang | 2010-05-11 | 3 | -21/+0 |
* | Does not include SimpTradConverter.h | Peng Huang | 2010-05-10 | 1 | -1/+0 |
* | Add macro DOUBLE_PINYIN_ZGPY | Peng Huang | 2010-05-03 | 1 | -1/+2 |
* | Fix problem in parse double pinyin | Peng Huang | 2010-05-03 | 2 | -11/+36 |
* | Add MS double pinyin back | Peng Huang | 2010-05-03 | 1 | -0/+1 |
* | support correct: van => uan, vn => un, ven=>un, vang => uang | Peng Huang | 2010-05-02 | 3 | -1060/+1532 |
* | Support correct jv,qv,xv,yv to ju,qu,xu,yu | Peng Huang | 2010-05-02 | 5 | -1040/+1141 |
* | Refine python script | Peng Huang | 2010-04-28 | 1 | -20/+20 |
* | Add sctc | Peng Huang | 2010-04-28 | 2 | -0/+5160 |
* | Use macro VERION | Peng Huang | 2010-04-25 | 1 | -1/+4 |
* | Refine coding style | Peng Huang | 2010-04-25 | 1 | -2/+2 |
* | Refine coding style | Peng Huang | 2010-04-25 | 1 | -1/+1 |
* | Clear editor, when user presses Shift to switch En/Ch mode | Peng Huang | 2010-04-24 | 2 | -27/+33 |
* | add assert in Object.h | Peng Huang | 2010-04-24 | 1 | -0/+1 |