summaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Expand)AuthorAgeFilesLines
...
* 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-191-0/+59
* 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