Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | re-factor ExtEditor header. | Peng Wu | 2010-06-22 | 2 | -6/+10 |
* | fixes m_cursor computing. | Peng Wu | 2010-06-21 | 1 | -1/+1 |
* | fixes label | Peng Wu | 2010-06-21 | 1 | -4/+7 |
* | fixes base.lua path. | Peng Wu | 2010-06-21 | 1 | -1/+1 |
* | fixes compile warnings. | Peng Wu | 2010-06-18 | 1 | -5/+13 |
* | re-factor code. | Peng Wu | 2010-06-18 | 1 | -13/+11 |
* | re-order code sequence. | Peng Wu | 2010-06-18 | 1 | -9/+10 |
* | fixes include header. | Peng Wu | 2010-06-18 | 2 | -5/+7 |
* | Fix build errors. | Peng Huang | 2010-06-18 | 2 | -8/+13 |
* | Merge remote branch 'epico/lua-plugin' into lua-plugin | Peng Huang | 2010-06-18 | 5 | -4/+670 |
|\ | |||||
| * | fixes multi-line candidate content. | Peng Wu | 2010-06-18 | 1 | -0/+6 |
| * | fixes riqi and shijian. | Peng Wu | 2010-06-18 | 1 | -2/+5 |
| * | fixes some typos. | Peng Wu | 2010-06-18 | 1 | -3/+10 |
| * | add label and space key handle. | Peng Wu | 2010-06-17 | 1 | -3/+46 |
| * | write select candidate. | Peng Wu | 2010-06-17 | 2 | -8/+62 |
| * | refactor code. | Peng Wu | 2010-06-09 | 2 | -18/+40 |
| * | add some code. | Peng Wu | 2010-06-09 | 2 | -1/+22 |
| * | refactor key handling. | Peng Wu | 2010-06-09 | 2 | -37/+66 |
| * | add backspace/delete key handles. | Peng Wu | 2010-06-07 | 1 | -0/+23 |
| * | add key handles. | Peng Wu | 2010-06-07 | 2 | -9/+81 |
| * | add cursor up/down and page up/down function. | Peng Wu | 2010-06-07 | 2 | -0/+37 |
| * | rename sendLookupTable to updateLookupTable. | Peng Wu | 2010-06-07 | 2 | -5/+5 |
| * | change fillCommandCandidates behaviour. | Peng Wu | 2010-05-19 | 1 | -2/+5 |
| * | rename ibus_engine_plugin_free part 2. | Peng Wu | 2010-05-19 | 1 | -2/+2 |
| * | add fill candidates. | Peng Wu | 2010-05-19 | 1 | -6/+40 |
| * | add update auxiliary and fill candidates label according to m_mode. | Peng Wu | 2010-05-19 | 1 | -3/+46 |
| * | add aux and preedit text. | Peng Wu | 2010-05-19 | 1 | -1/+26 |
| * | fixes retval of function processKeyEvent. | Peng Wu | 2010-05-19 | 1 | -1/+1 |
| * | enable ext mode in pinyin engine. | Peng Wu | 2010-05-19 | 1 | -1/+1 |
| * | rename m_input to m_text and m_cursor_pos to m_cursor. | Peng Wu | 2010-05-19 | 2 | -25/+23 |
| * | clean up code. | Peng Wu | 2010-05-19 | 1 | -15/+2 |
| * | refact code into updateStateFromInput and fixes compiling errors. | Peng Wu | 2010-05-19 | 2 | -33/+53 |
| * | add m_cursor_pos. | Peng Wu | 2010-05-19 | 2 | -8/+18 |
| * | begin to implement input logic for ibus-pinyin lua module. | Peng Wu | 2010-05-19 | 2 | -6/+57 |
| * | add const modifier. | Peng Wu | 2010-05-19 | 1 | -1/+1 |
| * | begin to write input logic. | Peng Wu | 2010-05-19 | 2 | -1/+48 |
| * | add fillCommandCandidates(string) implementation. | Peng Wu | 2010-05-19 | 1 | -1/+18 |
| * | define ExtEditor interface. | Peng Wu | 2010-05-19 | 2 | -6/+51 |
| * | add appendLabel for LookupTable. | Peng Wu | 2010-05-19 | 1 | -0/+4 |
| * | add comments | Peng Wu | 2010-05-19 | 2 | -4/+26 |
| * | define ext editor interface. | Peng Wu | 2010-05-19 | 2 | -3/+31 |
| * | begin to integrate lua ext. | Peng Wu | 2010-05-19 | 2 | -0/+19 |
* | | Add er in xhe double pinyin schema | Peng Huang | 2010-06-17 | 1 | -1/+1 |
* | | Use gint8 for pinyin id in double pinyin table | Peng Huang | 2010-06-15 | 2 | -17/+18 |
* | | Refine code | Peng Huang | 2010-06-14 | 1 | -7/+4 |
* | | Use utf8 string encode | Peng Huang | 2010-06-14 | 3 | -7364/+7399 |
* | | refine code | Peng Huang | 2010-06-13 | 3 | -7/+7 |
* | | Add XiaoHe double pinyin schema | Peng Huang | 2010-06-13 | 3 | -10/+76 |
* | | Improve performance of SimpTradConvert | Peng Huang | 2010-06-11 | 1 | -3/+5 |
* | | Use C++ API of OpenCC | BYVoid | 2010-06-11 | 1 | -45/+12 |