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