| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | fixes pinyin_remember_user_input function | Peng Wu | 2016-08-09 | 1 | -1/+1 | |
| | | ||||||
| * | fixes pinyin_get_character_offset function | Peng Wu | 2016-08-08 | 1 | -1/+1 | |
| | | ||||||
| * | fixes pinyin_get_character_offset function | Peng Wu | 2016-08-08 | 1 | -5/+2 | |
| | | ||||||
| * | fixes pinyin_get_character_offset function | Peng Wu | 2016-08-08 | 1 | -0/+6 | |
| | | ||||||
| * | fixes a typo | Peng Wu | 2016-07-22 | 1 | -0/+2 | |
| | | ||||||
| * | fixes pinyin_get_right_pinyin_offset function | Peng Wu | 2016-07-21 | 1 | -0/+2 | |
| | | ||||||
| * | fixes fill_matrix function | Peng Wu | 2016-07-21 | 1 | -3/+3 | |
| | | ||||||
| * | fixes _pre_compute_tokens function | Peng Wu | 2016-07-21 | 1 | -5/+27 | |
| | | ||||||
| * | fixes _get_char_offset_recur function | Peng Wu | 2016-07-20 | 1 | -0/+3 | |
| | | ||||||
| * | fixes warnings | Peng Wu | 2016-07-20 | 1 | -5/+0 | |
| | | ||||||
| * | code refactor | Peng Wu | 2016-07-20 | 1 | -10/+10 | |
| | | ||||||
| * | fixes pinyin_get_character_offset function | Peng Wu | 2016-07-20 | 1 | -17/+132 | |
| | | ||||||
| * | fixes a typo | Peng Wu | 2016-07-20 | 1 | -1/+3 | |
| | | ||||||
| * | fixes pinyin_remember_user_input function | Peng Wu | 2016-07-11 | 1 | -1/+1 | |
| | | ||||||
| * | add comments | Peng Wu | 2016-07-11 | 1 | -0/+5 | |
| | | ||||||
| * | fixes pinyin_guess_candidates function | Peng Wu | 2016-07-08 | 1 | -0/+3 | |
| | | ||||||
| * | add safe guards | Peng Wu | 2016-07-06 | 1 | -1/+4 | |
| | | ||||||
| * | fixes empty input | Peng Wu | 2016-07-06 | 1 | -0/+15 | |
| | | ||||||
| * | fixes pinyin_reset function | Peng Wu | 2016-07-06 | 1 | -0/+1 | |
| | | ||||||
| * | fixes typos | Peng Wu | 2016-07-05 | 1 | -4/+1 | |
| | | ||||||
| * | add spaces | Peng Wu | 2016-07-05 | 1 | -7/+13 | |
| | | ||||||
| * | fixes auxiliary text | Peng Wu | 2016-07-05 | 1 | -20/+14 | |
| | | ||||||
| * | clean pinyin.cpp | Peng Wu | 2016-07-04 | 1 | -424/+0 | |
| | | ||||||
| * | rename API | Peng Wu | 2016-07-01 | 1 | -6/+6 | |
| | | ||||||
| * | write pinyin_remove_user_candidate function | Peng Wu | 2016-07-01 | 1 | -0/+36 | |
| | | ||||||
| * | write pinyin_is_user_candidate function | Peng Wu | 2016-07-01 | 1 | -0/+23 | |
| | | ||||||
| * | fixes warnings | Peng Wu | 2016-07-01 | 1 | -4/+2 | |
| | | ||||||
| * | fixes pinyin_remember_user_input function | Peng Wu | 2016-06-30 | 1 | -16/+66 | |
| | | ||||||
| * | write pinyin_remember_user_input function | Peng Wu | 2016-06-30 | 1 | -0/+87 | |
| | | ||||||
| * | begin to add pinyin_remember_user_input function | Peng Wu | 2016-06-30 | 1 | -1/+1 | |
| | | ||||||
| * | extract _add_phrase function | Peng Wu | 2016-06-30 | 1 | -44/+61 | |
| | | ||||||
| * | fixes middle variables | Peng Wu | 2016-06-29 | 1 | -3/+3 | |
| | | ||||||
| * | update pinyin_get_*_auxiliary_text functions | Peng Wu | 2016-06-28 | 1 | -11/+6 | |
| | | ||||||
| * | update pinyin_get_character_offset function | Peng Wu | 2016-06-28 | 1 | -6/+9 | |
| | | ||||||
| * | add comments | Peng Wu | 2016-06-28 | 1 | -2/+0 | |
| | | ||||||
| * | fixes pinyin_get_character_offset function | Peng Wu | 2016-06-28 | 1 | -8/+16 | |
| | | ||||||
| * | write pinyin_get_chewing_auxiliary_text function | Peng Wu | 2016-06-27 | 1 | -1/+62 | |
| | | ||||||
| * | write pinyin_get_double_pinyin_auxiliary_text function | Peng Wu | 2016-06-27 | 1 | -0/+64 | |
| | | ||||||
| * | write pinyin_get_full_pinyin_auxiliary_text function | Peng Wu | 2016-06-27 | 1 | -0/+147 | |
| | | ||||||
| * | write pinyin_get_character_offset function | Peng Wu | 2016-06-23 | 1 | -0/+17 | |
| | | ||||||
| * | update libpinyin.ver | Peng Wu | 2016-06-22 | 1 | -1/+1 | |
| | | ||||||
| * | fixes pinyin.cpp | Peng Wu | 2016-06-21 | 1 | -64/+72 | |
| | | ||||||
| * | fixes bugs | Peng Wu | 2016-06-20 | 1 | -1/+3 | |
| | | ||||||
| * | rename functions | Peng Wu | 2016-06-20 | 1 | -6/+3 | |
| | | ||||||
| * | fixes compile | Peng Wu | 2016-06-13 | 1 | -17/+18 | |
| | | ||||||
| * | write pinyin_get_*_offset functions | Peng Wu | 2016-06-12 | 1 | -20/+92 | |
| | | ||||||
| * | update pinyin.h | Peng Wu | 2016-06-12 | 1 | -25/+69 | |
| | | ||||||
| * | update pinyin.cpp | Peng Wu | 2016-06-12 | 1 | -5/+13 | |
| | | ||||||
| * | fixes code style | Peng Wu | 2016-06-08 | 1 | -5/+4 | |
| | | ||||||
| * | fixes a typo | Peng Wu | 2016-06-08 | 1 | -6/+4 | |
| | | ||||||
