summaryrefslogtreecommitdiff
path: root/apps/plugins/lua/rocklib.c
AgeCommit message (Expand)Author
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