Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fixes traditional number. | Peng Wu | 2010-07-01 | 1 | -5/+16 | |
| | ||||||
* | adding lua-extension flags. | Peng Wu | 2010-07-01 | 4 | -9/+41 | |
| | ||||||
* | add lua extension compile flags. | Peng Wu | 2010-07-01 | 2 | -1/+23 | |
| | ||||||
* | fixes compile errors. | Peng Wu | 2010-07-01 | 2 | -6/+10 | |
| | ||||||
* | re-factor chinese number code. | Peng Wu | 2010-07-01 | 3 | -99/+103 | |
| | ||||||
* | remove some warnings. | Peng Wu | 2010-07-01 | 1 | -2/+4 | |
| | ||||||
* | fixes translation. | Peng Wu | 2010-07-01 | 1 | -5/+2 | |
| | ||||||
* | add comments. | Peng Wu | 2010-06-29 | 1 | -3/+3 | |
| | ||||||
* | fixes huge number. | Peng Wu | 2010-06-29 | 2 | -10/+10 | |
| | ||||||
* | fixes aux text. | Peng Wu | 2010-06-29 | 2 | -1/+15 | |
| | ||||||
* | fixes compile errors. | Peng Wu | 2010-06-29 | 2 | -1/+35 | |
| | ||||||
* | add Chinese Number Gen code | Peng Wu | 2010-06-29 | 1 | -1/+100 | |
| | ||||||
* | re-factor include headers. | Peng Wu | 2010-06-23 | 6 | -17/+5 | |
| | ||||||
* | fixes strlen. | Peng Wu | 2010-06-23 | 1 | -1/+1 | |
| | ||||||
* | fixes help display on aux text. | Peng Wu | 2010-06-23 | 2 | -1/+8 | |
| | ||||||
* | fixes space and m_cursor handles. | Peng Wu | 2010-06-22 | 1 | -2/+4 | |
| | ||||||
* | fixes return key. | Peng Wu | 2010-06-22 | 1 | -6/+12 | |
| | | | | fixes lua script load path. | |||||
* | fixes digit labels gen. | Peng Wu | 2010-06-22 | 2 | -4/+5 | |
| | | | | fixes label key '0' to '9'. | |||||
* | add lua command help hint. | Peng Wu | 2010-06-22 | 1 | -0/+6 | |
| | ||||||
* | add enter key press handle. | Peng Wu | 2010-06-22 | 2 | -0/+19 | |
| | ||||||
* | refine code | Peng Huang | 2010-06-22 | 1 | -11/+11 | |
| | ||||||
* | Refine code and fix some warnings | Peng Huang | 2010-06-22 | 3 | -197/+205 | |
| | ||||||
* | re-factor ExtEditor header. | Peng Wu | 2010-06-22 | 3 | -9/+13 | |
| | ||||||
* | fixes m_cursor computing. | Peng Wu | 2010-06-21 | 1 | -1/+1 | |
| | ||||||
* | add license for lua ext mode. | Peng Wu | 2010-06-21 | 5 | -0/+110 | |
| | ||||||
* | fixes label | Peng Wu | 2010-06-21 | 1 | -4/+7 | |
| | ||||||
* | fixes base.lua path. | Peng Wu | 2010-06-21 | 2 | -1/+6 | |
| | ||||||
* | add stripped oslib for lua ext. | Peng Wu | 2010-06-21 | 6 | -9/+176 | |
| | ||||||
* | add base.lua | Peng Wu | 2010-06-21 | 1 | -0/+912 | |
| | ||||||
* | 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 | 14 | -4/+1672 | |
|\ | | | | | | | | | | | | | | | | | Conflicts: src/ExtEditor.cc src/ExtEditor.h src/LookupTable.h src/Makefile.am src/PinyinEngine.cc | |||||
| * | 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 | |
| | | ||||||
| * | rename ibus_engine_plugin_free. | Peng Wu | 2010-05-19 | 2 | -2/+2 | |
| | |