summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixes compile warnings.Peng Wu2010-06-181-5/+13
* re-factor code.Peng Wu2010-06-181-13/+11
* re-order code sequence.Peng Wu2010-06-181-9/+10
* fixes include header.Peng Wu2010-06-182-5/+7
* Fix build errors.Peng Huang2010-06-182-8/+13
* Merge remote branch 'epico/lua-plugin' into lua-pluginPeng Huang2010-06-185-4/+670
|\
| * fixes multi-line candidate content.Peng Wu2010-06-181-0/+6
| * fixes riqi and shijian.Peng Wu2010-06-181-2/+5
| * fixes some typos.Peng Wu2010-06-181-3/+10
| * add label and space key handle.Peng Wu2010-06-171-3/+46
| * write select candidate.Peng Wu2010-06-172-8/+62
| * refactor code.Peng Wu2010-06-092-18/+40
| * add some code.Peng Wu2010-06-092-1/+22
| * refactor key handling.Peng Wu2010-06-092-37/+66
| * add backspace/delete key handles.Peng Wu2010-06-071-0/+23
| * add key handles.Peng Wu2010-06-072-9/+81
| * add cursor up/down and page up/down function.Peng Wu2010-06-072-0/+37
| * rename sendLookupTable to updateLookupTable.Peng Wu2010-06-072-5/+5
| * change fillCommandCandidates behaviour.Peng Wu2010-05-191-2/+5
| * rename ibus_engine_plugin_free part 2.Peng Wu2010-05-191-2/+2
| * add fill candidates.Peng Wu2010-05-191-6/+40
| * add update auxiliary and fill candidates label according to m_mode.Peng Wu2010-05-191-3/+46
| * add aux and preedit text.Peng Wu2010-05-191-1/+26
| * fixes retval of function processKeyEvent.Peng Wu2010-05-191-1/+1
| * enable ext mode in pinyin engine.Peng Wu2010-05-191-1/+1
| * rename m_input to m_text and m_cursor_pos to m_cursor.Peng Wu2010-05-192-25/+23
| * clean up code.Peng Wu2010-05-191-15/+2
| * refact code into updateStateFromInput and fixes compiling errors.Peng Wu2010-05-192-33/+53
| * add m_cursor_pos.Peng Wu2010-05-192-8/+18
| * begin to implement input logic for ibus-pinyin lua module.Peng Wu2010-05-192-6/+57
| * add const modifier.Peng Wu2010-05-191-1/+1
| * begin to write input logic.Peng Wu2010-05-192-1/+48
| * add fillCommandCandidates(string) implementation.Peng Wu2010-05-191-1/+18
| * define ExtEditor interface.Peng Wu2010-05-192-6/+51
| * add appendLabel for LookupTable.Peng Wu2010-05-191-0/+4
| * add commentsPeng Wu2010-05-192-4/+26
| * define ext editor interface.Peng Wu2010-05-192-3/+31
| * begin to integrate lua ext.Peng Wu2010-05-192-0/+19
* | Add er in xhe double pinyin schemaPeng Huang2010-06-171-1/+1
* | Use gint8 for pinyin id in double pinyin tablePeng Huang2010-06-152-17/+18
* | Refine codePeng Huang2010-06-141-7/+4
* | Use utf8 string encodePeng Huang2010-06-143-7364/+7399
* | refine codePeng Huang2010-06-133-7/+7
* | Add XiaoHe double pinyin schemaPeng Huang2010-06-133-10/+76
* | Improve performance of SimpTradConvertPeng Huang2010-06-111-3/+5
* | Use C++ API of OpenCCBYVoid2010-06-111-45/+12