summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Update PinyinEngine::processKeyEvent methodPeng Wu2022-03-252-1/+24
|
* Update PinyinConfig::valueChanged methodPeng Wu2022-03-212-4/+22
|
* Write class TableDatabasePeng Wu2022-03-182-15/+55
|
* Write TableDatabase::init methodPeng Wu2022-03-166-25/+70
|
* Update src/Makefile.amPeng Wu2022-03-151-1/+5
|
* Write class TableDatabasePeng Wu2022-03-154-379/+442
|
* Update TableDatabase in progressPeng Wu2022-03-141-2/+106
|
* Write class TableEditor in progressPeng Wu2022-03-102-20/+135
|
* Update class TableDatabasePeng Wu2022-02-232-87/+116
|
* Add use-custom-table optionsPeng Wu2022-02-213-0/+20
|
* Fix warningsPeng Wu2022-02-211-2/+2
|
* Rename strokes table to phrases tablePeng Wu2022-02-181-2/+2
|
* Rename stroke to tablePeng Wu2022-02-167-27/+27
|
* Rename StrokeEditor to TableEditorPeng Wu2022-02-162-52/+52
|
* Rename filesPeng Wu2022-02-152-0/+0
|
* Enable English mode for Full Pinyinenglish-modePeng Wu2022-02-152-1/+12
|
* Write m_english_candidatesPeng Wu2022-02-143-1/+27
|
* Fix compilePeng Wu2022-02-144-5/+16
|
* Write class EnglishCandidatesPeng Wu2022-02-112-5/+98
|
* Write class EnglishDatabasePeng Wu2022-02-114-50/+109
|
* Write PYPEnglishCandidates.hPeng Wu2022-01-192-1/+54
|
* Fix compilePeng Wu2022-01-186-9/+43
|
* Write PYEnglishDatabase.ccPeng Wu2022-01-143-325/+359
|
* Write PYEnglishDatabase.hPeng Wu2022-01-141-0/+45
|
* Change default value for comma-period-page optionPeng Wu2022-01-112-4/+4
|
* Update PinyinConfigPeng Wu2021-12-014-1/+45
|
* Fix processFunctionKey methodPeng Wu2021-11-011-3/+3
|
* Remember cloud inputPeng Wu2021-05-174-1/+18
|
* Improve cloud candidatePeng Wu2021-05-112-7/+23
|
* Change deprecated glib function g_atexit() into atexit()Hollow Man2021-03-221-1/+1
| | | | Signed-off-by: Hollow Man <hollowman@hollowman.ml>
* Support Compatibility display stylePeng Wu2021-01-286-10/+20
|
* Extend lua trigger feature to support multiple resultsPeng Wu2021-01-283-28/+55
|
* Fixes insert methodPeng Wu2021-01-201-0/+5
|
* Fixes Caps Lock issue in double pinyin modePeng Wu2021-01-111-0/+9
|
* Fixes import/export pinyin dictionaryPeng Wu2020-11-231-2/+4
|
* Improve clearPinyinUserData methodPeng Wu2020-10-151-2/+4
|
* Save user pinyin data after import the dictionaryPeng Wu2020-09-281-1/+1
|
* refactor class CloudCandidatesPeng Wu2020-09-251-22/+22
|
* Use enum CloudInputSourcePeng Wu2020-09-254-52/+71
|
* Add another cloud input sourcePeng Wu2020-09-252-21/+37
|
* Fixes CloudCandidates::updateLookupTable methodPeng Wu2020-09-231-4/+11
|
* drop CloudCandidatesResponseParser::getAnnotation methodPeng Wu2020-09-231-9/+2
|
* Fixes CloudCandidates::processCandidates methodPeng Wu2020-09-231-5/+6
|
* Use GTimer in class CloudCandidatesPeng Wu2020-09-232-9/+22
|
* Update cloud candidate input designPeng Wu2020-09-222-81/+38
|
* fixes initPinyinContext methodPeng Wu2020-09-221-1/+2
|
* fixes CloudCandidates crashPeng Wu2020-09-222-30/+6
|
* improve cloudAsyncRequest methodPeng Wu2020-09-222-39/+34
|
* refactor class CloudCandidatesPeng Wu2020-09-212-30/+37
|
* refactor m_parser variable in class CloudCandidatesPeng Wu2020-09-215-40/+54
|