summaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Expand)AuthorAgeFilesLines
* add user.luaPeng Wu2013-02-082-0/+5
* re-write base.luaPeng Wu2013-01-311-54/+47
* update lua test casePeng Wu2012-07-161-0/+6
* write register_converterPeng Wu2012-07-161-2/+13
* write int_to_hex_stringPeng Wu2012-07-161-0/+18
* write utf8/utf16 conversionPeng Wu2012-07-161-0/+40
* update fsf addressPeng Wu2012-06-121-1/+1
* update fsf addressPeng Wu2012-06-125-5/+5
* update luaPeng Wu2012-06-062-3/+3
* update Makefile.amPeng Wu2012-06-061-1/+1
* update luaPeng Wu2012-06-065-5/+5
* 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