Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add user data directory support | Peng Wu | 2011-12-22 | 1 | -1/+15 | |
| | ||||||
* | update pinyin.xml.in.in | Peng Wu | 2011-12-22 | 1 | -2/+8 | |
| | ||||||
* | fixes choose candidate | Peng Wu | 2011-12-22 | 1 | -1/+7 | |
| | ||||||
* | fixes space handle | Peng Wu | 2011-12-22 | 2 | -5/+4 | |
| | ||||||
* | fixes commit/reset | Peng Wu | 2011-12-22 | 1 | -0/+1 | |
| | ||||||
* | add update when select candidate | Peng Wu | 2011-12-22 | 3 | -2/+6 | |
| | ||||||
* | update main.py | Peng Wu | 2011-12-22 | 1 | -6/+15 | |
| | ||||||
* | fixes update preedit text | Peng Wu | 2011-12-22 | 2 | -12/+16 | |
| | ||||||
* | add to pinyin.xml.in.in | Peng Wu | 2011-12-22 | 1 | -0/+28 | |
| | ||||||
* | fixes chewing editor | Peng Wu | 2011-12-22 | 2 | -2/+8 | |
| | ||||||
* | fixes double pinyin | Peng Wu | 2011-12-22 | 2 | -1/+10 | |
| | ||||||
* | fixes full editor | Peng Wu | 2011-12-22 | 3 | -3/+9 | |
| | ||||||
* | add engines | Peng Wu | 2011-12-22 | 1 | -1/+31 | |
| | ||||||
* | alloc/free pinyin instance | Peng Wu | 2011-12-22 | 6 | -3/+18 | |
| | ||||||
* | write PYConfig | Peng Wu | 2011-12-22 | 1 | -0/+7 | |
| | ||||||
* | write libpinyin backend | Peng Wu | 2011-12-22 | 1 | -0/+10 | |
| | ||||||
* | add lazy init | Peng Wu | 2011-12-22 | 2 | -5/+45 | |
| | ||||||
* | add show setup | Peng Wu | 2011-12-22 | 2 | -4/+5 | |
| | ||||||
* | add libpinyin engines to PYEngine.cc | Peng Wu | 2011-12-22 | 1 | -5/+20 | |
| | ||||||
* | add PYPBopomofoEngine.cc | Peng Wu | 2011-12-22 | 2 | -0/+255 | |
| | ||||||
* | add PYPBopomofoEngine.h | Peng Wu | 2011-12-22 | 2 | -0/+85 | |
| | ||||||
* | re-factor libpinyin backend | Peng Wu | 2011-12-22 | 3 | -6/+22 | |
| | ||||||
* | fixes libpinyin pinyin engine | Peng Wu | 2011-12-22 | 1 | -1/+3 | |
| | ||||||
* | polish code | Peng Wu | 2011-12-22 | 2 | -20/+11 | |
| | ||||||
* | re-factor pinyin editor | Peng Wu | 2011-12-22 | 2 | -78/+1 | |
| | ||||||
* | write bopomofo editor | Peng Wu | 2011-12-22 | 4 | -10/+218 | |
| | ||||||
* | add libpinyin pinyin engine | Peng Wu | 2011-12-22 | 2 | -0/+326 | |
| | ||||||
* | add PYPPinyinEngine.h | Peng Wu | 2011-12-22 | 2 | -0/+81 | |
| | ||||||
* | add libpinyin pinyin/chewing scheme options | Peng Wu | 2011-12-22 | 2 | -8/+44 | |
| | ||||||
* | add set chewing options | Peng Wu | 2011-12-22 | 2 | -2/+30 | |
| | ||||||
* | fixes Makefile.am | Peng Wu | 2011-12-22 | 2 | -0/+3 | |
| | ||||||
* | remove m_pinyins | Peng Wu | 2011-12-22 | 5 | -8/+7 | |
| | ||||||
* | write bopomofo editor | Peng Wu | 2011-12-22 | 2 | -5/+40 | |
| | ||||||
* | write bopomofo editor in progress | Peng Wu | 2011-12-22 | 2 | -1/+69 | |
| | ||||||
* | begin to write bopomofo editor | Peng Wu | 2011-12-22 | 4 | -135/+8 | |
| | ||||||
* | write double pinyin editor | Peng Wu | 2011-12-22 | 4 | -2/+96 | |
| | ||||||
* | add update pinyin | Peng Wu | 2011-12-22 | 3 | -15/+21 | |
| | ||||||
* | move cursor edit funcs to pinyin editor | Peng Wu | 2011-12-22 | 5 | -184/+190 | |
| | ||||||
* | begin to add double pinyin editor | Peng Wu | 2011-12-22 | 2 | -0/+41 | |
| | ||||||
* | add update aux text func for full pinyin | Peng Wu | 2011-12-22 | 4 | -5/+44 | |
| | ||||||
* | re-factor full pinyin editor | Peng Wu | 2011-12-22 | 2 | -46/+40 | |
| | ||||||
* | use pinyin pos | Peng Wu | 2011-12-22 | 2 | -10/+12 | |
| | ||||||
* | use m_pinyin_poses in full pinyin editor | Peng Wu | 2011-12-22 | 1 | -10/+22 | |
| | ||||||
* | write full pinyin editor in progress | Peng Wu | 2011-12-22 | 1 | -2/+129 | |
| | ||||||
* | add char edit | Peng Wu | 2011-12-22 | 1 | -0/+39 | |
| | ||||||
* | write update pinyin | Peng Wu | 2011-12-22 | 2 | -0/+33 | |
| | ||||||
* | begin to write libpinyin full pinyin editor | Peng Wu | 2011-12-22 | 2 | -0/+65 | |
| | ||||||
* | write pinyin editor in progress | Peng Wu | 2011-12-22 | 2 | -4/+77 | |
| | ||||||
* | add m_pinyin_len back | Peng Wu | 2011-12-22 | 2 | -11/+13 | |
| | ||||||
* | clean up libpinyin bopomofo editor | Peng Wu | 2011-12-22 | 1 | -26/+13 | |
| |