summaryrefslogtreecommitdiffstats
path: root/src/ExtEditor.cc
Commit message (Collapse)AuthorAgeFilesLines
* Add PY prefix of all file names to avoid name conflict on some filePeng Huang2010-08-171-786/+0
| | | | system than is case insensitive.
* fixes compile errors.Peng Wu2010-07-011-3/+7
|
* re-factor chinese number code.Peng Wu2010-07-011-99/+0
|
* fixes translation.Peng Wu2010-07-011-5/+2
|
* add comments.Peng Wu2010-06-291-3/+3
|
* fixes huge number.Peng Wu2010-06-291-9/+9
|
* fixes aux text.Peng Wu2010-06-291-1/+14
|
* fixes compile errors.Peng Wu2010-06-291-1/+33
|
* 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.Peng Wu2010-06-231-1/+6
|
* 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-221-0/+18
|
* Refine code and fix some warningsPeng Huang2010-06-221-181/+184
|
* re-factor ExtEditor header.Peng Wu2010-06-221-0/+7
|
* 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-181-1/+7
|
* Fix build errors.Peng Huang2010-06-181-8/+11
|
* Merge remote branch 'epico/lua-plugin' into lua-pluginPeng Huang2010-06-181-1/+605
|\ | | | | | | | | | | | | | | | | Conflicts: src/ExtEditor.cc src/ExtEditor.h src/LookupTable.h src/Makefile.am src/PinyinEngine.cc
| * 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-171-6/+60
| |
| * refactor code.Peng Wu2010-06-091-18/+35
| |
| * add some code.Peng Wu2010-06-091-1/+20
| |
| * refactor key handling.Peng Wu2010-06-091-37/+62
| |
| * add backspace/delete key handles.Peng Wu2010-06-071-0/+23
| |
| * add key handles.Peng Wu2010-06-071-9/+78
| |
| * add cursor up/down and page up/down function.Peng Wu2010-06-071-0/+35
| |
| * rename sendLookupTable to updateLookupTable.Peng Wu2010-06-071-4/+4
| |
| * 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
| |
| * rename m_input to m_text and m_cursor_pos to m_cursor.Peng Wu2010-05-191-23/+23
| |
| * clean up code.Peng Wu2010-05-191-15/+2
| |
| * refact code into updateStateFromInput and fixes compiling errors.Peng Wu2010-05-191-32/+51
| |
| * add m_cursor_pos.Peng Wu2010-05-191-8/+17
| |