summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fixes libpinyin pinyin enginePeng Wu2011-12-221-1/+3
|
* polish codePeng Wu2011-12-222-20/+11
|
* re-factor pinyin editorPeng Wu2011-12-222-78/+1
|
* write bopomofo editorPeng Wu2011-12-224-10/+218
|
* add libpinyin pinyin enginePeng Wu2011-12-222-0/+326
|
* add PYPPinyinEngine.hPeng Wu2011-12-222-0/+81
|
* add libpinyin pinyin/chewing scheme optionsPeng Wu2011-12-222-8/+44
|
* add set chewing optionsPeng Wu2011-12-222-2/+30
|
* fixes Makefile.amPeng Wu2011-12-222-0/+3
|
* remove m_pinyinsPeng Wu2011-12-225-8/+7
|
* write bopomofo editorPeng Wu2011-12-222-5/+40
|
* write bopomofo editor in progressPeng Wu2011-12-222-1/+69
|
* begin to write bopomofo editorPeng Wu2011-12-224-135/+8
|
* write double pinyin editorPeng Wu2011-12-224-2/+96
|
* add update pinyinPeng Wu2011-12-223-15/+21
|
* move cursor edit funcs to pinyin editorPeng Wu2011-12-225-184/+190
|
* begin to add double pinyin editorPeng Wu2011-12-222-0/+41
|
* add update aux text func for full pinyinPeng Wu2011-12-224-5/+44
|
* re-factor full pinyin editorPeng Wu2011-12-222-46/+40
|
* use pinyin posPeng Wu2011-12-222-10/+12
|
* use m_pinyin_poses in full pinyin editorPeng Wu2011-12-221-10/+22
|
* write full pinyin editor in progressPeng Wu2011-12-221-2/+129
|
* add char editPeng Wu2011-12-221-0/+39
|
* write update pinyinPeng Wu2011-12-222-0/+33
|
* begin to write libpinyin full pinyin editorPeng Wu2011-12-222-0/+65
|
* write pinyin editor in progressPeng Wu2011-12-222-4/+77
|
* add m_pinyin_len backPeng Wu2011-12-222-11/+13
|
* clean up libpinyin bopomofo editorPeng Wu2011-12-221-26/+13
|
* refactor libpinyin phonetic editorPeng Wu2011-12-222-10/+55
|
* remove special phrasePeng Wu2011-12-222-47/+1
|
* add set options to libpinyin back endPeng Wu2011-12-222-0/+56
|
* begin to write libpinyin backendPeng Wu2011-12-223-1/+47
|
* add libpinyin depsPeng Wu2011-12-223-0/+11
|
* fixes compilePeng Wu2011-12-223-5/+8
|
* begin to write bopomofo editorPeng Wu2011-12-222-0/+451
|
* begin to write pinyin editorPeng Wu2011-12-221-0/+202
|
* rename base editorPeng Wu2011-12-227-33/+58
|
* add libpinyin pinyin editor headerPeng Wu2011-12-221-0/+56
|
* rename filesPeng Wu2011-12-224-0/+0
|
* begin to write concrete pinyin editorsPeng Wu2011-12-222-0/+116
|
* add special phrases handle in libpinyin base editorPeng Wu2011-12-222-6/+22
|
* fixes compilePeng Wu2011-12-223-2/+3
|
* begin to write libpinyin base editorPeng Wu2011-12-222-2/+318
|
* rename editor headerPeng Wu2011-12-221-0/+0
|
* rename editor classPeng Wu2011-12-222-5/+11
|
* begin to write libpinyin backend singletonPeng Wu2011-12-221-0/+36
|
* begin to integratePeng Wu2011-12-221-0/+91
|
* Bump version for 1.4.0 release.Peng Huang2011-12-201-3/+3
| | | | | | | BUG=None TEST=make distcheck Review URL: http://codereview.appspot.com/5498057
* Fix some issues which may cause crash likely.Peng Huang2011-10-282-30/+26
| | | | | | | BUG=http://code.google.com/p/ibus/issues/detail?id=1325 TEST=Manually Review URL: http://codereview.appspot.com/5298065
* Exit if config component is not ready instead of crash.Peng Huang2011-10-261-1/+6
| | | | | | | BUG=crash when ibus config is not ready TEST=Linux desktop Review URL: http://codereview.appspot.com/5321054