summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix removed python gettext APIHEADmainznwu2023-05-091-1/+6
* Fix sqlite 3.41.0 build failedjinqiang zhang2023-02-271-1/+1
* Fix typo in setup - Traditional ChineseTom Fifield2022-02-101-1/+1
* Enable using Python 3 in ibus-setup-pinyinPetr Viktorin2022-02-101-0/+8
* initialize m_double_pinyinHenry Hu2022-02-101-0/+1
* Fix -Wlogical-not-parentheses warningAndreas Schwab2022-02-081-1/+1
* Don't set empty preedit by reset when no composing statemasterMakoto Kato2020-12-072-1/+17
* Update lmyoslib.c for new lua 5.4 versionGianfranco Costamagna2020-07-161-1/+1
* Merge pull request #9 from qiangzhao/masterPeng Huang2018-11-303-7/+18
|\
| * Update ibus-setup-pinyin.in: to avoid ibus-pinyin-setup crash in pure python3...ZhaoQiang2018-11-303-7/+18
|/
* support setContentType methodPeng Wu2014-02-194-2/+76
* Fix ENV value for NetBSDTakao Fujiwara2013-08-213-6/+6
* Fix build on systems where default lua is 5.2Nuno Araujo2013-01-291-0/+1
* Release 1.5.01.5.01.5.yPeng Huang2012-12-191-3/+3
* Fixes pinyin.xmlPeng Wu2012-12-191-4/+4
* Quote $@ in autogen.shEvan Nemerson2012-12-061-1/+1
* Add setup tag.Peng Huang2012-08-211-0/+2
* Fix make dist & rpm errors.Peng Huang2012-08-072-6/+13
* Support pyzy 0.0.9.Peng Huang2012-08-022-12/+12
* Integrates pyzy.Hiroshi Sumita2012-08-0277-44551/+572
* Merge pull request #3 from hillwoodroc/masterPeng Huang2012-07-272-2/+16
|\
| * add Chinese Name and Comment in .desktophillwoodroc2012-07-261-1/+8
| * add Chinese Name and Comment in .desktophillwoodroc2012-07-261-8/+8
| * add Chinese Name and Comment in .desktophillwoodroc2012-07-261-1/+8
|/
* Add a symbol property in IBusEngineDesc.Takao Fujiwara2012-07-162-18/+24
* Add a .desktop file for ibus-setup-pinyinRui Matos2012-07-126-0/+43
* Bump version to 1.4.99Peng Huang2012-06-211-2/+2
* Fixes a bug caused by a reallocation on vector.Hiroshi Sumita2012-06-051-1/+3
* Fix license headers.Peng Huang2012-06-018-8/+8
* Fix license headersPeng Huang2012-06-0179-79/+79
* Remove i,v,u prefix when input English.Peng Huang2012-05-242-6/+9
* Fix double pinyin parse error when fuzzy pinyin is enabled.Peng Huang2012-05-231-31/+47
* Fix a build warning.Peng Huang2012-05-231-1/+1
* Add French translation from Jiehong MaPeng Huang2012-03-223-0/+339
* ibus-pinyin-setup: Port to gobject-introspection, do not use ibus python libr...Peng Huang2012-01-173-102/+348
* Convert wordlist from dos to unix formatPeng Huang2012-01-041-20000/+20000
* Refine Makefile and do not install engine.db if English mode is disabled.Peng Huang2012-01-039-32/+60
* Bump version for 1.4.0 release.1.4.0Peng Huang2011-12-201-3/+3
* Fix some issues which may cause crash likely.Peng Huang2011-10-282-30/+26
* Exit if config component is not ready instead of crash.Peng Huang2011-10-261-1/+6
* Use ibus_config_get_values () to improve performance.Peng Huang2011-07-053-90/+158
* Fix a build warning.Peng Huang2011-06-021-1/+1
* Fix make distcheck errors.Peng Huang2011-05-274-13/+19
* Fixed build errors in Ubuntu 11.04 and get distribution codename from /etc/ls...Peng Huang2011-05-033-4/+5
* add English EditorPeng Wu2011-04-229-8/+963
* Add auto correct "on" => "ong", and combine some fuzzy pinyin options to save...Peng Huang2011-03-219-2189/+2354
* Update PYSimpTradConverterTable.h from wikipediaPeng Huang2011-02-182-70/+143
* Storing user database to disk, if engine idles more than 60 seconds.Peng Huang2011-02-072-6/+17
* Do not handle release key events, if engine is in init mode.Peng Huang2011-01-182-2/+22
* Use in memory user database to improve performance.Peng Huang2010-11-244-95/+219