summaryrefslogtreecommitdiff
path: root/lua
Commit message (Expand)AuthorAgeFilesLines
* Update lmyoslib.c for new lua 5.4 versionGianfranco Costamagna2020-07-161-1/+1
* Fix license headers.Peng Huang2012-06-014-4/+4
* Fix license headersPeng Huang2012-06-012-2/+2
* Remove duplicated EXTRA_DIST value in lua/Makefile.amPeng Huang2010-08-171-5/+0
* Merge remote branch 'epic/master'Peng Huang2010-07-162-4/+11
|\
| * fixes error when make distcheck.Peng Wu2010-07-142-4/+11
* | Fix build problem in ppaPeng Huang2010-07-091-0/+4
|/
* Disable lua extension by defaultPeng Huang2010-07-051-6/+0
* add lua extension compile flags.Peng Wu2010-07-011-1/+7
* remove some warnings.Peng Wu2010-07-011-2/+4
* re-factor include headers.Peng Wu2010-06-235-14/+5
* fixes digit labels gen.Peng Wu2010-06-221-0/+1
* re-factor ExtEditor header.Peng Wu2010-06-221-3/+3
* add license for lua ext mode.Peng Wu2010-06-215-0/+110
* fixes base.lua path.Peng Wu2010-06-211-0/+5
* add stripped oslib for lua ext.Peng Wu2010-06-216-9/+176
* add base.luaPeng Wu2010-06-211-0/+912
* rename ibus_engine_plugin_free.Peng Wu2010-05-192-2/+2
* add const modifier.Peng Wu2010-05-192-3/+3
* refactor lua plugin interface.Peng Wu2010-05-193-21/+41
* begin to modify lua plugin.Peng Wu2010-05-191-0/+6
* dump all arguments for register_trigger.Peng Wu2010-05-191-0/+23
* remove lua_plugin_retrieve_plugin declaration on lua-plugin.hPeng Wu2010-05-191-1/+0
* do some clean up on lua-plugin.hPeng Wu2010-05-193-13/+0
* fixes Makefile.amPeng Wu2010-05-191-1/+1
* add lua-ext-console.cPeng Wu2010-05-194-4/+146
* 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