- 6e32e06 lua add sound_current, consolidate sound_ functions by William Wilgus · 5 years ago
- 3e2b50e lua events from rockbox by William Wilgus · 5 years ago
- c9aeb42 lua move constants out of binary image by William Wilgus · 5 years ago
- c6fcb1c lua inbinary strings by William Wilgus · 6 years ago
- c0dbfc8 lua add track length & elapsed to rb.audio() by William Wilgus · 5 years ago
- 9d66b54 Lua add read/write access to global_status, global_settings, audio_current_track by William Wilgus · 6 years ago
- 9ed486b lua add LCD_DEFAULT_FG, fix 2-bit screen fg/bg inversion by William Wilgus · 6 years ago
- f6e10b8 Lua optimize combine and rework similar functions by William Wilgus · 6 years ago
- 9b385f3 Lua fix dir string constants and pcm_play_pause & pcm_set_frequency by William Wilgus · 6 years ago
- be7a58c Lua Fix utf8encode, remove utf16 functions by William Wilgus · 6 years ago
- bbfe477 Lua Add underscores in audio, pcm, playlist functions by William Wilgus · 6 years ago
- 74fe520 lua consolidate pcm_ functions by William Wilgus · 6 years ago
- df8233e Lua expand multiple screen support by William Wilgus · 6 years ago
- 55533c4 Lua Fix kbd_input by William Wilgus · 6 years ago
- b5786de Lua cleanup kbd_input, gui_syncyesno_run, do_menu by William Wilgus · 6 years ago
- e4c5f5d lua consolidate playlist_ functions by William Wilgus · 6 years ago
- b670fcd lua add audio_play consolidate audio_ functions by William Wilgus · 6 years ago
- 20b98f6 Lua fix create_numbered_filename by William Wilgus · 6 years ago
- df4cb9b Lua fix strip_extension and create_numbered_filename by William Wilgus · 6 years ago
- 9489843 lua move rocklib_img to its own separate loadable module by William Wilgus · 6 years ago
- 07fed90 lua optimize current_path function by William Wilgus · 6 years ago
- e4b8433 lua rocklib cleanup by William Wilgus · 6 years ago
- dc6f23e lua optimize integer and string consts in rocklib by William Wilgus · 6 years ago
- 733c20d lua move RLIMAGE to own file by William Wilgus · 6 years ago
- af35d19 Rocklua -- Extend / Fix rliImage by William Wilgus · 6 years ago
- ef210b5 Revert "Rocklua -- Extend / Fix rliImage" by William Wilgus · 6 years ago
- 2daec3d Rocklua -- Extend / Fix rliImage by William Wilgus · 6 years ago
- 641e033 Revert "rocklib -- Fix Red" by William Wilgus · 6 years ago
- 4508ee9 Revert "Rocklua -- Clean-up source" by William Wilgus · 6 years ago
- 37a20df rocklib -- Fix Red by William Wilgus · 6 years ago
- 0565f67 Rocklua -- Clean-up source by William Wilgus · 7 years ago
- a1842c0 lcd-24bit: Introduce a 24-bit mid-level LCD driver by Thomas Martitz · 10 years ago
- bfd0179 Revert "Update lua plugin to 5.2.3" by Marcin Bukat · 11 years ago
- 3637898 Update lua plugin to 5.2.3 by Richard Quirk · 11 years ago
- e1c7b3b lcd-16bit: Remove {lss,lse,lst}_pattern fields from struct viewport. by Thomas Martitz · 11 years ago
- a2a2e14 lua: Switch memory allocator from dl to tlsf by Marcin Bukat · 11 years ago
- af4f215 Fix lua unused-variable warning by introducing UNUSED_ATTR. by Thomas Martitz · 13 years ago
- 885ecf8 Add playlist wrappers for lua by Albert Bloomfield · 13 years ago
- 7728ff5 Export runtime detected paths to lua scripts. Adapt stopwatch to not use by Thomas Martitz · 13 years ago
- c406f94 Lua: Add pluginlib_actions wrapper for lua scripts. by Thomas Martitz · 13 years ago
- b8439f2 Add touchscreen_get_mode() to plugin and lua. by Thomas Martitz · 13 years ago
- aa0f4a4 FS#12273 - use buflib for font storage. thanks to the testers :) by Jonathan Gordon · 13 years ago
- d8cef9c Lua: document rocklib_aux.pl a bit, so it's easier to find out about it when stumbling over a CC error in rocklib_aux.c by Maurus Cuelenaere · 14 years ago
- 5ca112b Lua: return nil when function failed instead of returning nothing by Maurus Cuelenaere · 15 years ago
- 19c3e77 Boomshine plugin : port to Greyscale and B/W targets, and targets without touchscreen (currently using the virtual keyboard keymap) by Kevin Ferrare · 15 years ago
- 8dbef6d Lua: add lib/helper.c wrappers by Maurus Cuelenaere · 15 years ago
- 9dd25ad Lua: add do_menu() wrapper. Also fix potential NULL pointer dereference by Maurus Cuelenaere · 15 years ago
- 1fde0dd Lua: return nil when kbd_input() gets aborted and make it possible to preset the input string (based on FS#10455 by Christophe Gragnic) by Maurus Cuelenaere · 15 years ago
- 59c4b68 Lua: expose SCREEN_MAIN & SCREEN_REMOTE (for rb.lcd_*() functions) by Maurus Cuelenaere · 15 years ago
- 3653aea Lua: use rb->screens[] to do painting by Maurus Cuelenaere · 15 years ago
- beb9066 Lua: implement gui_syncyesno_run by Maurus Cuelenaere · 15 years ago
- d755a5a Lua: add script which wraps not-yet ported C functions to Lua by Maurus Cuelenaere · 15 years ago
- 69c73e8 Lua: always expose BUTTON_TOUCHSCREEN and remove BUTTON_ constants from rocklib.c by Maurus Cuelenaere · 15 years ago
- 9bff845 Lua: because Rockbox doesn't support any current working directory functionality, 'hack' loadlib so it replace '$' in LUA_PATH_DEFAULT with the directory wherein the current script is. by Maurus Cuelenaere · 15 years ago
- 2b92fe2 Lua: remove BUTTON_TOUCHSCREEN as this constant is available in buttons.lua by Maurus Cuelenaere · 15 years ago
- 681ca21 Lua: by Maurus Cuelenaere · 15 years ago
- 3ff84e5 Lua: add the package library by Maurus Cuelenaere · 15 years ago
- 3391bf3 Fix yellow by Maurus Cuelenaere · 15 years ago
- 153ac73 Fix helloworld.lua for mono targets (+ add lcd_mono_bitmap() & lcd_mono_bitmap_part() to Lua API) by Maurus Cuelenaere · 15 years ago
- 9c3e679 Lua: add touchscreen_set_mode & current_path (+ some constants) by Maurus Cuelenaere · 15 years ago
- cd5e98d Lua: re-use the viewport pointer; also use the shorter lua_getfield() & lua_setfield() notations (thanks Antoine Cellerier) by Maurus Cuelenaere · 15 years ago
- 7b16010 Fix some typos by Maurus Cuelenaere · 15 years ago
- 06ba3cc Lua: port viewports + add test_viewports.lua by Maurus Cuelenaere · 15 years ago
- aec37aa * read_bmp_*(): add FORMAT_RETURN_SIZE by Maurus Cuelenaere · 15 years ago
- 6af0cfd Lua: /me should learn about C arrays.. :/ by Maurus Cuelenaere · 15 years ago
- 6f6cfed Lua: fix rocklua_image issue + add LCD_RGBPACK & LCD_RGBUNPACK wrappers by Maurus Cuelenaere · 15 years ago
- 86fe1e8 Lua: add image handling + some other wrappers by Maurus Cuelenaere · 15 years ago
- 0f7e4e3 Lua: by Maurus Cuelenaere · 15 years ago
- fb6b159 Lua: by Maurus Cuelenaere · 15 years ago
- 2cd4a94 Lua: add file handling by Maurus Cuelenaere · 15 years ago
- a9b2d1b Lua: fix some issues with rocklib by Maurus Cuelenaere · 15 years ago
- cf87597 Commit FS#9174: Lua scripting language by Dan Everton by Maurus Cuelenaere · 15 years ago