summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fixed build errors in Ubuntu 11.04 and get distribution codename from ↵Peng Huang2011-05-032-3/+3
| | | | | | | | | /etc/lsb-release. BUG=None TEST=Linux desktop Review URL: http://codereview.appspot.com/4428083
* add English EditorPeng Wu2011-04-226-7/+911
| | | | | | | | | | to speed up English input BUG=none TEST=build fine Review URL: http://codereview.appspot.com/4200041 Patch from Peng Wu <alexepico@gmail.com>.
* Add auto correct "on" => "ong", and combine some fuzzy pinyin options to ↵Peng Huang2011-03-214-2082/+2295
| | | | | | | | | save flag bits. BUG=none TEST=Linux desktop Review URL: http://codereview.appspot.com/4273085
* Update PYSimpTradConverterTable.h from wikipediaPeng Huang2011-02-181-69/+143
| | | | | | | BUG=none TEST=manual Review URL: http://codereview.appspot.com/4190049
* Storing user database to disk, if engine idles more than 60 seconds.Peng Huang2011-02-072-6/+17
| | | | | | | BUG=none TEST=manual Review URL: http://codereview.appspot.com/4127050
* Do not handle release key events, if engine is in init mode.Peng Huang2011-01-182-2/+22
| | | | | | | | | Most application only process key press events, but some process key release events. This change will let Pinyin engine to ignore some release events in init mode, and let applications have chance to get release key events. BUG=none TEST=Test within Ubuntu 10.10 Review URL: http://codereview.appspot.com/3975042
* Use in memory user database to improve performance.Peng Huang2010-11-244-95/+219
| | | | | | | | | | | I found pinyin's performance is very low when system IO load is big. So I let pinyin use im memory user database to improve the performance, and write the database to the harddisk in 60 seconds or when engine exits. BUG=none TEST=manual Review URL: http://codereview.appspot.com/3303041
* 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
| | | | new feature is commit first candidate phrase
* 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
| | | | | | | | | | | When build without boost, ibus-pinyin will use smart pointer from c++0x and use the signal templates embedded instead of boost::signals2. BUG=chromium-os:5055 TEST=manual Review URL: http://codereview.appspot.com/2205044
* 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
| | | | system than is case insensitive.
* 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
|
* fixes aux text.Peng Wu2010-06-292-1/+15
|
* fixes compile errors.Peng Wu2010-06-292-1/+35
|
* add Chinese Number Gen codePeng Wu2010-06-291-1/+100
|
* re-factor include headers.Peng Wu2010-06-231-3/+0
|
* fixes strlen.Peng Wu2010-06-231-1/+1
|
* fixes help display on aux text.lua-pluginPeng Wu2010-06-232-1/+8
|
* fixes space and m_cursor handles.Peng Wu2010-06-221-2/+4
|
* fixes return key.Peng Wu2010-06-221-6/+12
| | | | fixes lua script load path.
* fixes digit labels gen.Peng Wu2010-06-221-4/+4
| | | | fixes label key '0' to '9'.
* add lua command help hint.Peng Wu2010-06-221-0/+6
|
* add enter key press handle.Peng Wu2010-06-222-0/+19
|
* refine codePeng Huang2010-06-221-11/+11
|
* Refine code and fix some warningsPeng Huang2010-06-223-197/+205
|
* re-factor ExtEditor header.Peng Wu2010-06-222-6/+10
|
* fixes m_cursor computing.Peng Wu2010-06-211-1/+1
|
* fixes labelPeng Wu2010-06-211-4/+7
|
* fixes base.lua path.Peng Wu2010-06-211-1/+1
|