summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * add ibus_engine_plugin_get_candidate and enhance ibus_engine_plugin_get_retval.Peng Wu2010-05-191-19/+42
| |
| * add ibus_engine_plugin_call.Peng Wu2010-05-192-1/+86
| |
| * write ibus_engine_plugin_load_lua_script.Peng Wu2010-05-193-28/+34
| |
| * lua extension (ime.register_command) in progress.Peng Wu2010-05-193-22/+72
| |
| * re-factor lua-plugin interface.Peng Wu2010-05-191-5/+28
| |
| * ime register command in progress.Peng Wu2010-05-194-2/+28
| |
| * code cleanup.Peng Wu2010-05-192-10/+2
| |
| * refactor lua-pluginPeng Wu2010-05-193-48/+68
| |
| * refactor lua-plugin gobject interface.Peng Wu2010-05-193-45/+49
| |
| * add gobject interface for lua-plugin.Peng Wu2010-05-195-27/+115
| |
| * add comment.Peng Wu2010-05-191-0/+1
| |
| * change isnil to isnone.Peng Wu2010-05-191-3/+3
| |
| * add arguments check.Peng Wu2010-05-191-0/+17
| |
| * sketch for ime_register_trigger, begin to write ime_register_command.Peng Wu2010-05-191-4/+44
| |
| * interface changed to lua_plugin_context.Peng Wu2010-05-191-0/+5
| |
| * add table check in join_string.Peng Wu2010-05-192-3/+3
| |
| * change ime_join_string behavior.Peng Wu2010-05-191-1/+1
| |
| * change ime_join_string implementation.Peng Wu2010-05-192-2/+3
| |
| * change tolstring to checklstring.Peng Wu2010-05-193-51/+37
| |
| * begin lua-plugin integration.Peng Wu2010-05-192-1/+30
| |
| * add some test cases and safe arguments check.Peng Wu2010-05-192-1/+14
| |
| * add more test case.Peng Wu2010-05-191-0/+7
| |
| * add ime.parse_mapping func.Peng Wu2010-05-192-1/+74
| |
| * add more test case and fixes join_string with empty table.Peng Wu2010-05-192-2/+16
| |
| * Integrate luaPeng Huang2010-05-193-0/+66
| |
| * add new test cases for split/join.Peng Wu2010-05-192-3/+14
| |
| * add split_string function.Peng Wu2010-05-191-5/+22
| |
| * the initial ime_join_string implement and add lua_pop for trim_string functions.Peng Wu2010-05-191-2/+41
| |
| * change luaL_checklstring to lua_tolstring.Peng Wu2010-05-192-8/+13
| |
| * add some check on IME_TRIM_PRECHECK.Peng Wu2010-05-191-2/+2
| |
| * add retval to lua_plugin_fini.Peng Wu2010-05-191-1/+3
| |
| * change to pushliteral in ime_get_version.Peng Wu2010-05-191-1/+1
| |
| * refactor code for checking condition.Peng Wu2010-05-191-22/+28
| |
| * add ime.trim*.Peng Wu2010-05-191-1/+67
| |
| * lua plugin hello world is ok.Peng Wu2010-05-194-22/+79
| |
| * initial code for lua plugin.Peng Wu2010-05-191-0/+53
| |
* | Add er in xhe double pinyin schemaPeng Huang2010-06-172-2/+2
| |
* | Use gint8 for pinyin id in double pinyin tablePeng Huang2010-06-153-21/+22
| |
* | Update configure.acPeng Huang2010-06-141-1/+1
| |
* | Refine codePeng Huang2010-06-141-7/+4
| |
* | Use utf8 string encodePeng Huang2010-06-144-7368/+7402
| |
* | Add --enable-opencc optionPeng Huang2010-06-141-5/+13
| |
* | refine codePeng Huang2010-06-133-7/+7
| |
* | Add XiaoHe double pinyin schemaPeng Huang2010-06-1310-72/+197
| |
* | Improve performance of SimpTradConvertPeng Huang2010-06-111-3/+5
| |
* | Use C++ API of OpenCCBYVoid2010-06-111-45/+12
| |
* | Print message when an error occurs in opencc_convertBYVoid2010-06-111-0/+1
| |
* | Set release = 0Peng Huang2010-06-101-1/+1
| |
* | Add class OpenCC to encapsulate openccPeng Huang2010-06-101-24/+40
| |
* | Merge from originBYVoid2010-06-091-1/+2
|\ \