summaryrefslogtreecommitdiffstats
path: root/apps/plugins/lua
AgeCommit message (Expand)AuthorFilesLines
2020-07-24plugins: Fix the builds for targets lacking HAVE_BACKLIGHTSolomon Peachy1-9/+13
2020-07-24[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.Solomon Peachy2-9/+0
2020-07-24[3/4] Completely remove HWCODEC supportSolomon Peachy1-5/+1
2020-07-24[1/4] Remove SH support and all archos targetsSolomon Peachy3-17/+3
2020-07-22keyboard add ability to specify temporary custom layoutsWilliam Wilgus1-1/+1
2020-07-19do_menu pass internal synclist reference to callbackWilliam Wilgus1-3/+6
2020-06-23lua RockEv timing fixesWilliam Wilgus1-6/+3
2020-06-01lua add _fullpath and argument parsingWilliam Wilgus1-7/+47
2019-11-15lua rockev rewriteWilliam Wilgus1-281/+305
2019-10-07lua rockev cleanupWilliam Wilgus1-14/+13
2019-10-08lua rockev fix possible race on thread exitWilliam Wilgus1-25/+45
2019-09-28lua move strip_extension and create_numbered_filename out of main binaryWilliam Wilgus4-1/+64
2019-09-27lua rocklib_aux.pl support for enumsWilliam Wilgus1-1/+21
2019-09-27Fix red lua remove and consolidate some rb plugin functionsWilliam Wilgus1-8/+1
2019-09-26lua remove and consolidate some rb plugin functionsWilliam Wilgus2-6/+73
2019-09-18lua give luadir the ability to return table of attributesWilliam Wilgus1-14/+27
2019-09-14lua add menu callbackWilliam Wilgus1-0/+49
2019-09-06Fix red Lua extend error splash timeout and stop cutting off infoWilliam Wilgus1-1/+1
2019-09-06Lua extend error splash timeout and stop cutting off infoWilliam Wilgus2-4/+5
2019-09-07Lua add metadata and settings reading helper moduleWilliam Wilgus4-10/+203
2019-08-28lua fix mem_read_write, strtolWilliam Wilgus2-3/+4
2019-08-26lua optimize poly_draw add draw_number, poly_points modulesWilliam Wilgus4-46/+300
2019-08-20lua fix polydraw missing functionsWilliam Wilgus1-0/+2
2019-08-12lua rock events crash on error in main stateWilliam Wilgus1-3/+4
2019-08-08Fix lua compile error on most targets, introduced in 8d77ec8Solomon Peachy1-1/+1
2019-08-08lua LCD fixWilliam Wilgus2-0/+2
2019-08-08lua LCD (Lua Compact Debug) patchWilliam Wilgus13-6/+373
2019-08-05lua fix lua_close on os.exit(0)William Wilgus1-0/+2
2019-08-05lua fix crashes EGC failure to lock stack in concatWilliam Wilgus1-4/+7
2019-08-04lua optimize print include, fix draw_polyWilliam Wilgus2-4/+6
2019-08-04lua add rlimg.lua example script split large includes to separate filesWilliam Wilgus7-393/+545
2019-07-29lua rocklib_img optimize functions with multiple checkint callsWilliam Wilgus2-68/+106
2019-07-29lua add demo scripts, atexit handler, gui_scrollbar_drawWilliam Wilgus7-22/+481
2019-07-29lua: wrap thread_set_priority with #ifdef HAVE_PRIORITY_SCHEDULINGFranklin Wei1-0/+5
2019-07-28Lua Add Emergency Garbage CollectorWilliam Wilgus21-68/+266
2019-07-28lua remove unneeded plugin functionsWilliam Wilgus2-1/+18
2019-07-25lua add sound_current, consolidate sound_ functionsWilliam Wilgus5-36/+184
2019-07-19lua events from rockboxWilliam Wilgus8-13/+674
2019-07-18lua disable bytecode dump & undump functionsWilliam Wilgus4-5/+33
2019-07-18Fix Red lua move constants out of binary imageWilliam Wilgus1-4/+13
2019-07-18lua move constants out of binary imageWilliam Wilgus4-7/+215
2019-07-17lua alphabetically sort perl generated rocklib_aux functionsWilliam Wilgus1-1/+4
2019-07-13lua close state on os.exitWilliam Wilgus1-1/+3
2019-07-11lua reduce heap allocated buffer sizes, organize luaconf.hWilliam Wilgus1-141/+194
2019-07-11lua late bound cfunction tablesWilliam Wilgus1-0/+132
2019-07-11lua inbinary stringsWilliam Wilgus10-25/+88
2019-07-10lua add track length & elapsed to rb.audio()William Wilgus1-4/+20
2019-07-09lua remove error messages for pre-compiled chunksWilliam Wilgus2-3/+3
2018-12-24Fix lua helpers -- supress line markers in preproc source generation scriptsWilliam Wilgus1-3/+3
2018-12-17Lua Fix settings_helper for the gigaBeastSWilliam Wilgus2-17/+51