summaryrefslogtreecommitdiff
path: root/apps/plugins/lua/rocklib.c (unfollow)
Commit message (Expand)Author
2018-12-16Lua add read/write access to global_status, global_settings, audio_current_trackWilliam Wilgus
2018-11-24lua add LCD_DEFAULT_FG, fix 2-bit screen fg/bg inversionWilliam Wilgus
2018-11-02Lua optimize combine and rework similar functionsWilliam Wilgus
2018-11-01Lua fix dir string constants and pcm_play_pause & pcm_set_frequencyWilliam Wilgus
2018-11-01Lua Fix utf8encode, remove utf16 functionsWilliam Wilgus
2018-10-31Lua Add underscores in audio, pcm, playlist functionsWilliam Wilgus
2018-10-30lua consolidate pcm_ functionsWilliam Wilgus
2018-10-30Lua expand multiple screen supportWilliam Wilgus
2018-10-25Lua Fix kbd_inputWilliam Wilgus
2018-10-25Lua cleanup kbd_input, gui_syncyesno_run, do_menuWilliam Wilgus
2018-10-25lua consolidate playlist_ functionsWilliam Wilgus
2018-10-24lua add audio_play consolidate audio_ functionsWilliam Wilgus
2018-10-24Lua fix create_numbered_filenameWilliam Wilgus
2018-10-24Lua fix strip_extension and create_numbered_filenameWilliam Wilgus
2018-10-22lua move rocklib_img to its own separate loadable moduleWilliam Wilgus
2018-10-15lua optimize current_path functionWilliam Wilgus
2018-10-08lua rocklib cleanupWilliam Wilgus
2018-09-14lua optimize integer and string consts in rocklibWilliam Wilgus
2018-09-14lua move RLIMAGE to own fileWilliam Wilgus
2018-07-23Rocklua -- Extend / Fix rliImageWilliam Wilgus
2018-07-22Revert "Rocklua -- Extend / Fix rliImage"William Wilgus
2018-07-22Rocklua -- Extend / Fix rliImageWilliam Wilgus
2018-05-31Revert "rocklib -- Fix Red"William Wilgus
2018-05-31Revert "Rocklua -- Clean-up source"William Wilgus
2018-05-28rocklib -- Fix RedWilliam Wilgus
2018-05-28Rocklua -- Clean-up sourceWilliam Wilgus
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