summaryrefslogtreecommitdiffstats
path: root/src/ExtEditor.h
Commit message (Collapse)AuthorAgeFilesLines
* Add PY prefix of all file names to avoid name conflict on some filePeng Huang2010-08-171-104/+0
| | | | system than is case insensitive.
* fixes huge number.Peng Wu2010-06-291-1/+1
|
* fixes compile errors.Peng Wu2010-06-291-0/+2
|
* fixes help display on aux text.Peng Wu2010-06-231-0/+2
|
* add enter key press handle.Peng Wu2010-06-221-0/+1
|
* refine codePeng Huang2010-06-221-11/+11
|
* Refine code and fix some warningsPeng Huang2010-06-221-16/+16
|
* re-factor ExtEditor header.Peng Wu2010-06-221-6/+3
|
* fixes include header.Peng Wu2010-06-181-4/+0
|
* Fix build errors.Peng Huang2010-06-181-0/+2
|
* Merge remote branch 'epico/lua-plugin' into lua-pluginPeng Huang2010-06-181-0/+59
|\ | | | | | | | | | | | | | | | | Conflicts: src/ExtEditor.cc src/ExtEditor.h src/LookupTable.h src/Makefile.am src/PinyinEngine.cc
| * write select candidate.Peng Wu2010-06-171-2/+2
| |
| * refactor code.Peng Wu2010-06-091-0/+5
| |
| * add some code.Peng Wu2010-06-091-0/+2
| |
| * refactor key handling.Peng Wu2010-06-091-0/+4
| |
| * add key handles.Peng Wu2010-06-071-0/+3
| |
| * add cursor up/down and page up/down function.Peng Wu2010-06-071-0/+2
| |
| * rename sendLookupTable to updateLookupTable.Peng Wu2010-06-071-1/+1
| |
| * rename m_input to m_text and m_cursor_pos to m_cursor.Peng Wu2010-05-191-2/+0
| |
| * refact code into updateStateFromInput and fixes compiling errors.Peng Wu2010-05-191-1/+2
| |
| * add m_cursor_pos.Peng Wu2010-05-191-0/+1
| |
| * begin to implement input logic for ibus-pinyin lua module.Peng Wu2010-05-191-0/+2
| |
| * begin to write input logic.Peng Wu2010-05-191-0/+9
| |
| * define ExtEditor interface.Peng Wu2010-05-191-0/+9
| |
| * add commentsPeng Wu2010-05-191-0/+5
| |
| * define ext editor interface.Peng Wu2010-05-191-3/+5
| |
| * begin to integrate lua ext.Peng Wu2010-05-191-0/+15
| |
* | Reduce dependency among header files.Peng Huang2010-06-051-1/+0
| |
* | Separate Config to PinyinConfig and BopomofoConfigPeng Huang2010-05-231-1/+1
| |
* | Refine coding stylePeng Huang2010-05-201-2/+2
| |
* | Add copyright headerPeng Huang2010-05-201-1/+20
|/
* Add ExtEditor.ccPeng Huang2010-02-121-1/+12
|
* Add ExtEditor.hPeng Huang2010-02-121-0/+16