summaryrefslogtreecommitdiffstats
path: root/src/ExtEditor.cc
Commit message (Collapse)AuthorAgeFilesLines
...
| * begin to implement input logic for ibus-pinyin lua module.Peng Wu2010-05-191-6/+55
| |
| * add const modifier.Peng Wu2010-05-191-1/+1
| |
| * begin to write input logic.Peng Wu2010-05-191-1/+39
| |
| * add fillCommandCandidates(string) implementation.Peng Wu2010-05-191-1/+18
| |
| * define ExtEditor interface.Peng Wu2010-05-191-6/+42
| |
| * add commentsPeng Wu2010-05-191-4/+21
| |
| * define ext editor interface.Peng Wu2010-05-191-0/+26
| |
* | Separate Config to PinyinConfig and BopomofoConfigPeng Huang2010-05-231-2/+2
| |
* | Add copyright headerPeng Huang2010-05-201-0/+20
|/
* Add ExtEditor.ccPeng Huang2010-02-121-0/+53