summaryrefslogtreecommitdiff
path: root/apps/plugins/lua/rocklib.c (unfollow)
Commit message (Expand)Author
2014-06-21lcd-24bit: Introduce a 24-bit mid-level LCD driverThomas Martitz
2014-04-02Revert "Update lua plugin to 5.2.3"Marcin Bukat
2014-04-02Update lua plugin to 5.2.3Richard Quirk
2014-01-07lcd-16bit: Remove {lss,lse,lst}_pattern fields from struct viewport.Thomas Martitz
2013-08-26lua: Switch memory allocator from dl to tlsfMarcin Bukat
2012-02-17Fix lua unused-variable warning by introducing UNUSED_ATTR.Thomas Martitz
2012-02-17Add playlist wrappers for luaAlbert Bloomfield
2012-01-29Export runtime detected paths to lua scripts. Adapt stopwatch to not useThomas Martitz
2012-01-27Lua: Add pluginlib_actions wrapper for lua scripts.Thomas Martitz
2012-01-27Add touchscreen_get_mode() to plugin and lua.Thomas Martitz
2011-09-24FS#12273 - use buflib for font storage. thanks to the testers :)Jonathan Gordon
2010-06-18Lua: document rocklib_aux.pl a bit, so it's easier to find out about it when ...Maurus Cuelenaere
2009-10-29Lua: return nil when function failed instead of returning nothingMaurus Cuelenaere
2009-10-29Boomshine plugin : port to Greyscale and B/W targets, and targets without tou...Kevin Ferrare
2009-10-26Lua: add lib/helper.c wrappersMaurus Cuelenaere
2009-10-23Lua: add do_menu() wrapper. Also fix potential NULL pointer dereferenceMaurus Cuelenaere
2009-07-23Lua: return nil when kbd_input() gets aborted and make it possible to preset ...Maurus Cuelenaere
2009-07-08Lua: expose SCREEN_MAIN & SCREEN_REMOTE (for rb.lcd_*() functions)Maurus Cuelenaere
2009-07-05Lua: use rb->screens[] to do paintingMaurus Cuelenaere
2009-07-05Lua: implement gui_syncyesno_runMaurus Cuelenaere
2009-07-05Lua: add script which wraps not-yet ported C functions to LuaMaurus Cuelenaere
2009-07-03Lua: always expose BUTTON_TOUCHSCREEN and remove BUTTON_ constants from rockl...Maurus Cuelenaere
2009-07-01Lua: because Rockbox doesn't support any current working directory functional...Maurus Cuelenaere
2009-06-28Lua: remove BUTTON_TOUCHSCREEN as this constant is available in buttons.luaMaurus Cuelenaere
2009-06-28Lua:Maurus Cuelenaere
2009-06-25Lua: add the package libraryMaurus Cuelenaere
2009-06-15Fix yellowMaurus Cuelenaere
2009-06-15Fix helloworld.lua for mono targets (+ add lcd_mono_bitmap() & lcd_mono_bitma...Maurus Cuelenaere
2009-06-01Lua: add touchscreen_set_mode & current_path (+ some constants)Maurus Cuelenaere
2009-05-25Lua: re-use the viewport pointer; also use the shorter lua_getfield() & lua_s...Maurus Cuelenaere
2009-05-25Fix some typosMaurus Cuelenaere
2009-05-25Lua: port viewports + add test_viewports.luaMaurus Cuelenaere
2009-05-25* read_bmp_*(): add FORMAT_RETURN_SIZEMaurus Cuelenaere
2009-05-24Lua: /me should learn about C arrays.. :/Maurus Cuelenaere
2009-05-24Lua: fix rocklua_image issue + add LCD_RGBPACK & LCD_RGBUNPACK wrappersMaurus Cuelenaere
2009-05-24Lua: add image handling + some other wrappersMaurus Cuelenaere
2009-05-22Lua:Maurus Cuelenaere
2009-05-22Lua:Maurus Cuelenaere
2009-05-22Lua: add file handlingMaurus Cuelenaere
2009-05-21Lua: fix some issues with rocklibMaurus Cuelenaere
2009-05-21Commit FS#9174: Lua scripting language by Dan EvertonMaurus Cuelenaere