| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix lua plugin | Peng Wu | 2024-04-10 | 1 | -2/+2 |
| | | |||||
| * | Lua plugin: Add pointer casts for C89 compatibility | Florian Weimer | 2024-01-22 | 1 | -2/+2 |
| | | | | | This addresses a build failure with GCC 14. | ||||
| * | use GPLv3+ license | Peng Wu | 2020-04-23 | 1 | -11/+10 |
| | | |||||
| * | fixes crash | Peng Wu | 2018-06-12 | 1 | -2/+2 |
| | | |||||
| * | update lua-plugin-init.c | Peng Wu | 2018-06-08 | 1 | -16/+46 |
| | | |||||
| * | fixes compile for Lua 5.11.9.2 | Peng Wu | 2017-09-01 | 1 | -0/+5 |
| | | |||||
| * | fixes lua | Peng Wu | 2016-07-04 | 1 | -4/+1 |
| | | |||||
| * | Fix for Lua 5.2 API change (luaL_register is deprecated) | OBATA Akio | 2015-07-19 | 1 | -0/+4 |
| | | |||||
| * | use luaL_requiref for lua 5.2 | Peng Wu | 2014-12-08 | 1 | -0/+4 |
| | | |||||
| * | fixes lua 5.2 compile | Peng Wu | 2013-07-31 | 1 | -0/+8 |
| | | |||||
| * | write register_converter | Peng Wu | 2012-07-16 | 1 | -2/+13 |
| | | |||||
| * | write int_to_hex_string | Peng Wu | 2012-07-16 | 1 | -0/+18 |
| | | |||||
| * | write utf8/utf16 conversion | Peng Wu | 2012-07-16 | 1 | -0/+40 |
| | | |||||
| * | update fsf address | Peng Wu | 2012-06-12 | 1 | -1/+1 |
| | | |||||
| * | update lua | Peng Wu | 2012-06-06 | 1 | -2/+2 |
| | | |||||
| * | update lua | Peng Wu | 2012-06-06 | 1 | -1/+1 |
| | | |||||
| * | remove some warnings. | Peng Wu | 2010-07-01 | 1 | -2/+4 |
| | | |||||
| * | re-factor include headers. | Peng Wu | 2010-06-23 | 1 | -4/+0 |
| | | |||||
| * | fixes digit labels gen. | Peng Wu | 2010-06-22 | 1 | -0/+1 |
| | | | | | fixes label key '0' to '9'. | ||||
| * | add license for lua ext mode. | Peng Wu | 2010-06-21 | 1 | -0/+22 |
| | | |||||
| * | add stripped oslib for lua ext. | Peng Wu | 2010-06-21 | 1 | -3/+3 |
| | | |||||
| * | dump all arguments for register_trigger. | Peng Wu | 2010-05-19 | 1 | -0/+23 |
| | | |||||
| * | lua extension (ime.register_command) in progress. | Peng Wu | 2010-05-19 | 1 | -15/+15 |
| | | |||||
| * | ime register command in progress. | Peng Wu | 2010-05-19 | 1 | -0/+19 |
| | | |||||
| * | refactor lua-plugin gobject interface. | Peng Wu | 2010-05-19 | 1 | -35/+0 |
| | | |||||
| * | add gobject interface for lua-plugin. | Peng Wu | 2010-05-19 | 1 | -12/+15 |
| | | |||||
| * | add comment. | Peng Wu | 2010-05-19 | 1 | -0/+1 |
| | | |||||
| * | change isnil to isnone. | Peng Wu | 2010-05-19 | 1 | -3/+3 |
| | | |||||
| * | add arguments check. | Peng Wu | 2010-05-19 | 1 | -0/+17 |
| | | |||||
| * | sketch for ime_register_trigger, begin to write ime_register_command. | Peng Wu | 2010-05-19 | 1 | -4/+44 |
| | | |||||
| * | add table check in join_string. | Peng Wu | 2010-05-19 | 1 | -3/+2 |
| | | |||||
| * | change ime_join_string behavior. | Peng Wu | 2010-05-19 | 1 | -1/+1 |
| | | |||||
| * | change ime_join_string implementation. | Peng Wu | 2010-05-19 | 1 | -2/+2 |
| | | |||||
| * | change tolstring to checklstring. | Peng Wu | 2010-05-19 | 1 | -42/+10 |
| | | |||||
| * | add some test cases and safe arguments check. | Peng Wu | 2010-05-19 | 1 | -1/+11 |
| | | |||||
| * | add ime.parse_mapping func. | Peng Wu | 2010-05-19 | 1 | -1/+66 |
| | | |||||
| * | add more test case and fixes join_string with empty table. | Peng Wu | 2010-05-19 | 1 | -2/+11 |
| | | |||||
| * | add new test cases for split/join. | Peng Wu | 2010-05-19 | 1 | -3/+5 |
| | | |||||
| * | add split_string function. | Peng Wu | 2010-05-19 | 1 | -5/+22 |
| | | |||||
| * | the initial ime_join_string implement and add lua_pop for trim_string functions. | Peng Wu | 2010-05-19 | 1 | -2/+41 |
| | | |||||
| * | change luaL_checklstring to lua_tolstring. | Peng Wu | 2010-05-19 | 1 | -8/+8 |
| | | |||||
| * | add some check on IME_TRIM_PRECHECK. | Peng Wu | 2010-05-19 | 1 | -2/+2 |
| | | |||||
| * | add retval to lua_plugin_fini. | Peng Wu | 2010-05-19 | 1 | -1/+3 |
| | | |||||
| * | change to pushliteral in ime_get_version. | Peng Wu | 2010-05-19 | 1 | -1/+1 |
| | | |||||
| * | refactor code for checking condition. | Peng Wu | 2010-05-19 | 1 | -22/+28 |
| | | |||||
| * | add ime.trim*. | Peng Wu | 2010-05-19 | 1 | -1/+67 |
| | | |||||
| * | lua plugin hello world is ok. | Peng Wu | 2010-05-19 | 1 | -22/+47 |
| | | |||||
| * | initial code for lua plugin. | Peng Wu | 2010-05-19 | 1 | -0/+53 |
