1. 90118f1 lua add demo scripts, atexit handler, gui_scrollbar_draw by William Wilgus · 5 years ago
  2. 8379b23 lua: wrap thread_set_priority with #ifdef HAVE_PRIORITY_SCHEDULING by Franklin Wei · 5 years ago
  3. 45bd14b Lua Add Emergency Garbage Collector by William Wilgus · 5 years ago
  4. ddf612c lua remove unneeded plugin functions by William Wilgus · 5 years ago
  5. 6e32e06 lua add sound_current, consolidate sound_ functions by William Wilgus · 5 years ago
  6. 3e2b50e lua events from rockbox by William Wilgus · 5 years ago
  7. c9aeb42 lua move constants out of binary image by William Wilgus · 5 years ago
  8. c6fcb1c lua inbinary strings by William Wilgus · 6 years ago
  9. c0dbfc8 lua add track length & elapsed to rb.audio() by William Wilgus · 5 years ago
  10. 9d66b54 Lua add read/write access to global_status, global_settings, audio_current_track by William Wilgus · 6 years ago
  11. 9ed486b lua add LCD_DEFAULT_FG, fix 2-bit screen fg/bg inversion by William Wilgus · 6 years ago
  12. f6e10b8 Lua optimize combine and rework similar functions by William Wilgus · 6 years ago
  13. 9b385f3 Lua fix dir string constants and pcm_play_pause & pcm_set_frequency by William Wilgus · 6 years ago
  14. be7a58c Lua Fix utf8encode, remove utf16 functions by William Wilgus · 6 years ago
  15. bbfe477 Lua Add underscores in audio, pcm, playlist functions by William Wilgus · 6 years ago
  16. 74fe520 lua consolidate pcm_ functions by William Wilgus · 6 years ago
  17. df8233e Lua expand multiple screen support by William Wilgus · 6 years ago
  18. 55533c4 Lua Fix kbd_input by William Wilgus · 6 years ago
  19. b5786de Lua cleanup kbd_input, gui_syncyesno_run, do_menu by William Wilgus · 6 years ago
  20. e4c5f5d lua consolidate playlist_ functions by William Wilgus · 6 years ago
  21. b670fcd lua add audio_play consolidate audio_ functions by William Wilgus · 6 years ago
  22. 20b98f6 Lua fix create_numbered_filename by William Wilgus · 6 years ago
  23. df4cb9b Lua fix strip_extension and create_numbered_filename by William Wilgus · 6 years ago
  24. 9489843 lua move rocklib_img to its own separate loadable module by William Wilgus · 6 years ago
  25. 07fed90 lua optimize current_path function by William Wilgus · 6 years ago
  26. e4b8433 lua rocklib cleanup by William Wilgus · 6 years ago
  27. dc6f23e lua optimize integer and string consts in rocklib by William Wilgus · 6 years ago
  28. 733c20d lua move RLIMAGE to own file by William Wilgus · 6 years ago
  29. af35d19 Rocklua -- Extend / Fix rliImage by William Wilgus · 6 years ago
  30. ef210b5 Revert "Rocklua -- Extend / Fix rliImage" by William Wilgus · 6 years ago
  31. 2daec3d Rocklua -- Extend / Fix rliImage by William Wilgus · 6 years ago
  32. 641e033 Revert "rocklib -- Fix Red" by William Wilgus · 6 years ago
  33. 4508ee9 Revert "Rocklua -- Clean-up source" by William Wilgus · 6 years ago
  34. 37a20df rocklib -- Fix Red by William Wilgus · 6 years ago
  35. 0565f67 Rocklua -- Clean-up source by William Wilgus · 7 years ago
  36. a1842c0 lcd-24bit: Introduce a 24-bit mid-level LCD driver by Thomas Martitz · 10 years ago
  37. bfd0179 Revert "Update lua plugin to 5.2.3" by Marcin Bukat · 11 years ago
  38. 3637898 Update lua plugin to 5.2.3 by Richard Quirk · 11 years ago
  39. e1c7b3b lcd-16bit: Remove {lss,lse,lst}_pattern fields from struct viewport. by Thomas Martitz · 11 years ago
  40. a2a2e14 lua: Switch memory allocator from dl to tlsf by Marcin Bukat · 11 years ago
  41. af4f215 Fix lua unused-variable warning by introducing UNUSED_ATTR. by Thomas Martitz · 13 years ago
  42. 885ecf8 Add playlist wrappers for lua by Albert Bloomfield · 13 years ago
  43. 7728ff5 Export runtime detected paths to lua scripts. Adapt stopwatch to not use by Thomas Martitz · 13 years ago
  44. c406f94 Lua: Add pluginlib_actions wrapper for lua scripts. by Thomas Martitz · 13 years ago
  45. b8439f2 Add touchscreen_get_mode() to plugin and lua. by Thomas Martitz · 13 years ago
  46. aa0f4a4 FS#12273 - use buflib for font storage. thanks to the testers :) by Jonathan Gordon · 13 years ago
  47. 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
  48. 5ca112b Lua: return nil when function failed instead of returning nothing by Maurus Cuelenaere · 15 years ago
  49. 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
  50. 8dbef6d Lua: add lib/helper.c wrappers by Maurus Cuelenaere · 15 years ago
  51. 9dd25ad Lua: add do_menu() wrapper. Also fix potential NULL pointer dereference by Maurus Cuelenaere · 15 years ago
  52. 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
  53. 59c4b68 Lua: expose SCREEN_MAIN & SCREEN_REMOTE (for rb.lcd_*() functions) by Maurus Cuelenaere · 15 years ago
  54. 3653aea Lua: use rb->screens[] to do painting by Maurus Cuelenaere · 15 years ago
  55. beb9066 Lua: implement gui_syncyesno_run by Maurus Cuelenaere · 15 years ago
  56. d755a5a Lua: add script which wraps not-yet ported C functions to Lua by Maurus Cuelenaere · 15 years ago
  57. 69c73e8 Lua: always expose BUTTON_TOUCHSCREEN and remove BUTTON_ constants from rocklib.c by Maurus Cuelenaere · 15 years ago
  58. 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
  59. 2b92fe2 Lua: remove BUTTON_TOUCHSCREEN as this constant is available in buttons.lua by Maurus Cuelenaere · 15 years ago
  60. 681ca21 Lua: by Maurus Cuelenaere · 15 years ago
  61. 3ff84e5 Lua: add the package library by Maurus Cuelenaere · 15 years ago
  62. 3391bf3 Fix yellow by Maurus Cuelenaere · 15 years ago
  63. 153ac73 Fix helloworld.lua for mono targets (+ add lcd_mono_bitmap() & lcd_mono_bitmap_part() to Lua API) by Maurus Cuelenaere · 15 years ago
  64. 9c3e679 Lua: add touchscreen_set_mode & current_path (+ some constants) by Maurus Cuelenaere · 15 years ago
  65. 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
  66. 7b16010 Fix some typos by Maurus Cuelenaere · 15 years ago
  67. 06ba3cc Lua: port viewports + add test_viewports.lua by Maurus Cuelenaere · 15 years ago
  68. aec37aa * read_bmp_*(): add FORMAT_RETURN_SIZE by Maurus Cuelenaere · 15 years ago
  69. 6af0cfd Lua: /me should learn about C arrays.. :/ by Maurus Cuelenaere · 15 years ago
  70. 6f6cfed Lua: fix rocklua_image issue + add LCD_RGBPACK & LCD_RGBUNPACK wrappers by Maurus Cuelenaere · 15 years ago
  71. 86fe1e8 Lua: add image handling + some other wrappers by Maurus Cuelenaere · 15 years ago
  72. 0f7e4e3 Lua: by Maurus Cuelenaere · 15 years ago
  73. fb6b159 Lua: by Maurus Cuelenaere · 15 years ago
  74. 2cd4a94 Lua: add file handling by Maurus Cuelenaere · 15 years ago
  75. a9b2d1b Lua: fix some issues with rocklib by Maurus Cuelenaere · 15 years ago
  76. cf87597 Commit FS#9174: Lua scripting language by Dan Everton by Maurus Cuelenaere · 15 years ago