Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Rename StrokeEditor to TableEditor | Peng Wu | 2022-02-16 | 2 | -52/+52 | |
| | ||||||
* | Rename files | Peng Wu | 2022-02-15 | 2 | -0/+0 | |
| | ||||||
* | Enable English mode for Full Pinyinenglish-mode | Peng Wu | 2022-02-15 | 2 | -1/+12 | |
| | ||||||
* | Write m_english_candidates | Peng Wu | 2022-02-14 | 3 | -1/+27 | |
| | ||||||
* | Fix compile | Peng Wu | 2022-02-14 | 4 | -5/+16 | |
| | ||||||
* | Write class EnglishCandidates | Peng Wu | 2022-02-11 | 2 | -5/+98 | |
| | ||||||
* | Write class EnglishDatabase | Peng Wu | 2022-02-11 | 4 | -50/+109 | |
| | ||||||
* | Write PYPEnglishCandidates.h | Peng Wu | 2022-01-19 | 2 | -1/+54 | |
| | ||||||
* | Fix compile | Peng Wu | 2022-01-18 | 6 | -9/+43 | |
| | ||||||
* | Write PYEnglishDatabase.cc | Peng Wu | 2022-01-14 | 3 | -325/+359 | |
| | ||||||
* | Write PYEnglishDatabase.h | Peng Wu | 2022-01-14 | 1 | -0/+45 | |
| | ||||||
* | Change default value for comma-period-page option | Peng Wu | 2022-01-11 | 2 | -4/+4 | |
| | ||||||
* | Update PinyinConfig | Peng Wu | 2021-12-01 | 4 | -1/+45 | |
| | ||||||
* | Fix processFunctionKey method | Peng Wu | 2021-11-01 | 1 | -3/+3 | |
| | ||||||
* | Remember cloud input | Peng Wu | 2021-05-17 | 4 | -1/+18 | |
| | ||||||
* | Improve cloud candidate | Peng Wu | 2021-05-11 | 2 | -7/+23 | |
| | ||||||
* | Change deprecated glib function g_atexit() into atexit() | Hollow Man | 2021-03-22 | 1 | -1/+1 | |
| | | | | Signed-off-by: Hollow Man <hollowman@hollowman.ml> | |||||
* | Support Compatibility display style | Peng Wu | 2021-01-28 | 6 | -10/+20 | |
| | ||||||
* | Extend lua trigger feature to support multiple results | Peng Wu | 2021-01-28 | 3 | -28/+55 | |
| | ||||||
* | Fixes insert method | Peng Wu | 2021-01-20 | 1 | -0/+5 | |
| | ||||||
* | Fixes Caps Lock issue in double pinyin mode | Peng Wu | 2021-01-11 | 1 | -0/+9 | |
| | ||||||
* | Fixes import/export pinyin dictionary | Peng Wu | 2020-11-23 | 1 | -2/+4 | |
| | ||||||
* | Improve clearPinyinUserData method | Peng Wu | 2020-10-15 | 1 | -2/+4 | |
| | ||||||
* | Save user pinyin data after import the dictionary | Peng Wu | 2020-09-28 | 1 | -1/+1 | |
| | ||||||
* | refactor class CloudCandidates | Peng Wu | 2020-09-25 | 1 | -22/+22 | |
| | ||||||
* | Use enum CloudInputSource | Peng Wu | 2020-09-25 | 4 | -52/+71 | |
| | ||||||
* | Add another cloud input source | Peng Wu | 2020-09-25 | 2 | -21/+37 | |
| | ||||||
* | Fixes CloudCandidates::updateLookupTable method | Peng Wu | 2020-09-23 | 1 | -4/+11 | |
| | ||||||
* | drop CloudCandidatesResponseParser::getAnnotation method | Peng Wu | 2020-09-23 | 1 | -9/+2 | |
| | ||||||
* | Fixes CloudCandidates::processCandidates method | Peng Wu | 2020-09-23 | 1 | -5/+6 | |
| | ||||||
* | Use GTimer in class CloudCandidates | Peng Wu | 2020-09-23 | 2 | -9/+22 | |
| | ||||||
* | Update cloud candidate input design | Peng Wu | 2020-09-22 | 2 | -81/+38 | |
| | ||||||
* | fixes initPinyinContext method | Peng Wu | 2020-09-22 | 1 | -1/+2 | |
| | ||||||
* | fixes CloudCandidates crash | Peng Wu | 2020-09-22 | 2 | -30/+6 | |
| | ||||||
* | improve cloudAsyncRequest method | Peng Wu | 2020-09-22 | 2 | -39/+34 | |
| | ||||||
* | refactor class CloudCandidates | Peng Wu | 2020-09-21 | 2 | -30/+37 | |
| | ||||||
* | refactor m_parser variable in class CloudCandidates | Peng Wu | 2020-09-21 | 5 | -40/+54 | |
| | ||||||
* | Fixes Emoji Candidates | Peng Wu | 2020-09-07 | 1 | -1/+1 | |
| | ||||||
* | Enable Cloud Input for Double Pinyin and Bopomofo | Inokinoki | 2020-09-02 | 2 | -0/+8 | |
| | ||||||
* | Enable Cloud Input for Full Pinyin mode | Inokinoki | 2020-09-02 | 3 | -0/+47 | |
| | | | | Co-authored-by: lianna07 <liannaxu07@gmail.com> | |||||
* | Add Cloud Input configurations | Inokinoki | 2020-09-02 | 3 | -0/+73 | |
| | | | | | Co-authored-by: lianna07 <liannaxu07@gmail.com> Co-authored-by: Peng Wu <alexepico@gmail.com> | |||||
* | Add Cloud Input implementation | Inokinoki | 2020-09-02 | 2 | -0/+793 | |
| | | | | | | | | | | | This implementation adds Cloud Input feature with delayed request and asynchronous request. - Support Full Pinyin and Double Pinyin modes - Support Bopomofo mode Co-authored-by: lianna07 <liannaxu07@gmail.com> Co-authored-by: Peng Wu <alexepico@gmail.com> | |||||
* | restore mainSwitch shortcut key | Peng Wu | 2020-08-28 | 1 | -2/+4 | |
| | ||||||
* | fixes processAccelKeyEvent method | Peng Wu | 2020-08-21 | 1 | -1/+9 | |
| | ||||||
* | fixes readNetworkDictionary method | Peng Wu | 2020-07-29 | 1 | -3/+7 | |
| | ||||||
* | use modified method instead of pinyin_save function | Peng Wu | 2020-07-28 | 1 | -4/+4 | |
| | ||||||
* | Restore Bopomofo Editor | Peng Wu | 2020-07-28 | 2 | -31/+4 | |
| | ||||||
* | fixes mainSwitch shortcut key | Peng Wu | 2020-07-27 | 1 | -4/+2 | |
| | ||||||
* | fixes PYLibPinyin.cc | Peng Wu | 2020-07-27 | 1 | -2/+0 | |
| | ||||||
* | fixes Network Dictionarydevel | Peng Wu | 2020-07-23 | 1 | -0/+7 | |
| |