summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fixes Network DictionarydevelPeng Wu2020-07-231-0/+7
|
* update com.github.libpinyin.ibus-libpinyin.gschema.xmlPeng Wu2020-07-231-4/+4
|
* init network dictionaryPeng Wu2020-07-211-0/+31
|
* support network dictionary timestamp in GSettingsPeng Wu2020-07-214-0/+100
|
* write readNetworkDictionary methodPeng Wu2020-07-212-0/+152
|
* update gschema.xmlPeng Wu2020-07-211-0/+16
|
* import network.txtPeng Wu2020-07-212-0/+11
|
* Fixes Bopomofo EditorPeng Wu2020-07-212-4/+31
|
* fixes lmyoslib.cPeng Wu2020-07-061-1/+1
|
* update PYPEmojiTable.hPeng Wu2020-06-171-223/+1204
|
* update extract_emoji.pyPeng Wu2020-06-171-1/+1
|
* update Makefile.amPeng Wu2020-04-237-91/+84
|
* use GPLv3+ licensePeng Wu2020-04-2369-759/+690
|
* update COPYINGPeng Wu2020-04-231-288/+623
|
* update appdatadirPeng Wu2020-04-131-1/+1
|
* bump version 1.11.93Peng Wu2020-04-131-1/+1
|
* fixes ExtEditorPeng Wu2020-03-271-0/+2
|
* update NEWS1.11.92Peng Wu2020-03-191-0/+3
|
* bump version 1.11.92Peng Wu2020-03-191-1/+1
|
* update po filesPeng Wu2020-03-193-12/+12
|
* fixes desktop.in filesPeng Wu2020-03-192-12/+0
|
* update NEWS1.11.91Peng Wu2020-03-191-0/+1
|
* update po fileshollowman62020-03-036-36/+36
|
* Fix grammar errors in codehollowman62020-03-034-7/+7
|
* Update translations.hillwoodroc2020-03-036-143/+155
|
* update ibus-libpinyin-preferences.uiPeng Wu2020-03-031-15/+15
|
* update po filesPeng Wu2020-03-036-901/+1190
|
* fixes memory leak in pinyin_get_sentence callPeng Wu2020-02-263-0/+6
|
* fixes punct modePeng Wu2020-01-082-2/+4
|
* update NEWSPeng Wu2019-12-261-0/+4
|
* update ChangeLogPeng Wu2019-12-262-61/+61
|
* write removeCandidate methodPeng Wu2019-12-198-0/+46
|
* write removeCandidateInternal methodPeng Wu2019-12-197-4/+57
|
* fixes compact display stylePeng Wu2019-12-193-3/+12
|
* add display style option to setup dialogPeng Wu2019-12-191-2/+10
|
* update ibus-libpinyin-preferences.uiPeng Wu2019-12-191-2/+62
|
* support display style optionPeng Wu2019-12-195-4/+19
|
* fixes Makefile.amPeng Wu2019-12-191-2/+2
|
* bump version 1.11.91Peng Wu2019-12-191-1/+1
|
* add display style optionPeng Wu2019-12-193-3/+41
|
* fixes lua plugin warningsPeng Wu2019-12-191-6/+4
|
* Update com.github.libpinyin.ibus-libpinyin.gschema.xmlPeng Wu2019-12-191-0/+8
|
* fixes desktop file for ibus-libpinyin setup dialogPeng Wu2019-12-031-1/+1
|
* Use Python 3.2Peng Wu2019-12-031-1/+1
|
* fixes comma handlingPeng Wu2019-11-291-8/+24
|
* fixes period handling againPeng Wu2019-11-211-2/+8
|
* fixes period handlingPeng Wu2019-11-202-1/+2
|
* fixes EnglishEditor againPeng Wu2019-09-091-3/+5
|
* fixes EnglishEditorPeng Wu2019-09-061-0/+3
|
* don't use sed -iTing-Wei Lan2019-08-291-3/+4
| | | | | | | sed -i is a non-standard feature which may have different syntax or meaning depending on the implementation. It is better to use a temporary file instead of relying on a sed command implementing the feature in the same way as GNU sed.