| Commit message (Expand) | Author | Age |
| * | Lua add read/write access to global_status, global_settings, audio_current_track | William Wilgus | 2018-12-16 |
| * | lua add LCD_DEFAULT_FG, fix 2-bit screen fg/bg inversion | William Wilgus | 2018-11-24 |
| * | Lua optimize combine and rework similar functions | William Wilgus | 2018-11-02 |
| * | Lua fix dir string constants and pcm_play_pause & pcm_set_frequency | William Wilgus | 2018-11-01 |
| * | Lua Fix utf8encode, remove utf16 functions | William Wilgus | 2018-11-01 |
| * | Lua Add underscores in audio, pcm, playlist functions | William Wilgus | 2018-10-31 |
| * | lua consolidate pcm_ functions | William Wilgus | 2018-10-30 |
| * | Lua expand multiple screen support | William Wilgus | 2018-10-30 |
| * | Lua Fix kbd_input | William Wilgus | 2018-10-25 |
| * | Lua cleanup kbd_input, gui_syncyesno_run, do_menu | William Wilgus | 2018-10-25 |
| * | lua consolidate playlist_ functions | William Wilgus | 2018-10-25 |
| * | lua add audio_play consolidate audio_ functions | William Wilgus | 2018-10-24 |
| * | Lua fix create_numbered_filename | William Wilgus | 2018-10-24 |
| * | Lua fix strip_extension and create_numbered_filename | William Wilgus | 2018-10-24 |
| * | lua move rocklib_img to its own separate loadable module | William Wilgus | 2018-10-22 |
| * | lua optimize current_path function | William Wilgus | 2018-10-15 |
| * | lua rocklib cleanup | William Wilgus | 2018-10-08 |
| * | lua optimize integer and string consts in rocklib | William Wilgus | 2018-09-14 |
| * | lua move RLIMAGE to own file | William Wilgus | 2018-09-14 |
| * | Rocklua -- Extend / Fix rliImage | William Wilgus | 2018-07-23 |
| * | Revert "Rocklua -- Extend / Fix rliImage" | William Wilgus | 2018-07-22 |
| * | Rocklua -- Extend / Fix rliImage | William Wilgus | 2018-07-22 |
| * | Revert "rocklib -- Fix Red" | William Wilgus | 2018-05-31 |
| * | Revert "Rocklua -- Clean-up source" | William Wilgus | 2018-05-31 |
| * | rocklib -- Fix Red | William Wilgus | 2018-05-28 |
| * | Rocklua -- Clean-up source | William Wilgus | 2018-05-28 |
| * | lcd-24bit: Introduce a 24-bit mid-level LCD driver | Thomas Martitz | 2014-06-21 |
| * | Revert "Update lua plugin to 5.2.3" | Marcin Bukat | 2014-04-02 |
| * | Update lua plugin to 5.2.3 | Richard Quirk | 2014-04-02 |
| * | lcd-16bit: Remove {lss,lse,lst}_pattern fields from struct viewport. | Thomas Martitz | 2014-01-07 |
| * | lua: Switch memory allocator from dl to tlsf | Marcin Bukat | 2013-08-26 |
| * | Fix lua unused-variable warning by introducing UNUSED_ATTR. | Thomas Martitz | 2012-02-17 |
| * | Add playlist wrappers for lua | Albert Bloomfield | 2012-02-17 |
| * | Export runtime detected paths to lua scripts. Adapt stopwatch to not use | Thomas Martitz | 2012-01-29 |
| * | Lua: Add pluginlib_actions wrapper for lua scripts. | Thomas Martitz | 2012-01-27 |
| * | Add touchscreen_get_mode() to plugin and lua. | Thomas Martitz | 2012-01-27 |
| * | FS#12273 - use buflib for font storage. thanks to the testers :) | Jonathan Gordon | 2011-09-24 |
| * | Lua: document rocklib_aux.pl a bit, so it's easier to find out about it when ... | Maurus Cuelenaere | 2010-06-18 |
| * | Lua: return nil when function failed instead of returning nothing | Maurus Cuelenaere | 2009-10-29 |
| * | Boomshine plugin : port to Greyscale and B/W targets, and targets without tou... | Kevin Ferrare | 2009-10-29 |
| * | Lua: add lib/helper.c wrappers | Maurus Cuelenaere | 2009-10-26 |
| * | Lua: add do_menu() wrapper. Also fix potential NULL pointer dereference | Maurus Cuelenaere | 2009-10-23 |
| * | Lua: return nil when kbd_input() gets aborted and make it possible to preset ... | Maurus Cuelenaere | 2009-07-23 |
| * | Lua: expose SCREEN_MAIN & SCREEN_REMOTE (for rb.lcd_*() functions) | Maurus Cuelenaere | 2009-07-08 |
| * | Lua: use rb->screens[] to do painting | Maurus Cuelenaere | 2009-07-05 |
| * | Lua: implement gui_syncyesno_run | Maurus Cuelenaere | 2009-07-05 |
| * | Lua: add script which wraps not-yet ported C functions to Lua | Maurus Cuelenaere | 2009-07-05 |
| * | Lua: always expose BUTTON_TOUCHSCREEN and remove BUTTON_ constants from rockl... | Maurus Cuelenaere | 2009-07-03 |
| * | Lua: because Rockbox doesn't support any current working directory functional... | Maurus Cuelenaere | 2009-07-01 |
| * | Lua: remove BUTTON_TOUCHSCREEN as this constant is available in buttons.lua | Maurus Cuelenaere | 2009-06-28 |