summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* support setContentType methodPeng Wu2014-02-194-2/+76
* Fix ENV value for NetBSDTakao Fujiwara2013-08-211-2/+2
* Fixes pinyin.xmlPeng Wu2012-12-191-4/+4
* Add setup tag.Peng Huang2012-08-211-0/+2
* Support pyzy 0.0.9.Peng Huang2012-08-022-12/+12
* Integrates pyzy.Hiroshi Sumita2012-08-0242-20555/+556
* Add a symbol property in IBusEngineDesc.Takao Fujiwara2012-07-162-18/+24
* Fixes a bug caused by a reallocation on vector.Hiroshi Sumita2012-06-051-1/+3
* Fix license headersPeng Huang2012-06-0166-66/+66
* 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
* Refine Makefile and do not install engine.db if English mode is disabled.Peng Huang2012-01-031-1/+1
* 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-052-90/+148
* Fix a build warning.Peng Huang2011-06-021-1/+1
* Fixed build errors in Ubuntu 11.04 and get distribution codename from /etc/ls...Peng Huang2011-05-032-3/+3
* add English EditorPeng Wu2011-04-226-7/+911
* Add auto correct "on" => "ong", and combine some fuzzy pinyin options to save...Peng Huang2011-03-214-2082/+2295
* Update PYSimpTradConverterTable.h from wikipediaPeng Huang2011-02-181-69/+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
* add authorPeng Wu2010-11-121-2/+4
* Fix problem with ibus-2.0Peng Huang2010-10-292-61/+58
* add options for enter key, original feature is commit original english text, ...Yuren Ju2010-10-223-1/+13
* use , & 。 instead of 《 & 》 for traditional chinese userYuren Ju2010-10-111-2/+2
* Add option --disable-boost to support build without boostPeng Huang2010-09-2716-70/+145
* Fix make distcheck errors.Peng Huang2010-09-061-10/+10
* Add PY prefix of all file names to avoid name conflict on some filePeng Huang2010-08-1767-196/+197
* change the default fuzzy settingsPeng Huang2010-08-171-17/+17
* Use ucs4_t API of OpenCC.BYVoid2010-07-271-2/+2
* Fix some default punct mappings in traditional ChineseBYVoid2010-07-271-4/+4
* Refine coding style and update AUTHORSPeng Huang2010-07-201-6/+6
* fixes error when make distcheck.Peng Wu2010-07-141-1/+1
* only enable lua extension when use single pinyin.Peng Wu2010-07-091-0/+3
* fixes ExtEditor compile.Peng Wu2010-07-081-0/+2
* Use openccPeng Huang2010-07-061-32/+42
* Revert to OpenCC C language APIBYVoid2010-07-051-10/+30
* Use Constant of C++ wrapper of OpenCC instead of macroBYVoid2010-07-051-2/+3
* Add error handler for call of OpenCCBYVoid2010-07-051-1/+6
* Fix call of OpenCCBYVoid2010-07-051-10/+4
* fixes traditional number.Peng Wu2010-07-011-5/+16
* adding lua-extension flags.Peng Wu2010-07-013-4/+34
* fixes compile errors.Peng Wu2010-07-012-6/+10
* re-factor chinese number code.Peng Wu2010-07-013-99/+103
* fixes translation.Peng Wu2010-07-011-5/+2
* add comments.Peng Wu2010-06-291-3/+3
* fixes huge number.Peng Wu2010-06-292-10/+10