summaryrefslogtreecommitdiffstats
path: root/apps/plugins/lua
AgeCommit message (Expand)AuthorFilesLines
2023-01-02lua: rocklib_events fixAidan MacDonald1-1/+1
2022-12-19remove rockboxlogo after boot INIT_ATTRWilliam Wilgus1-7/+0
2022-11-16lua Fix potential event stack OVFLWilliam Wilgus1-1/+3
2022-09-30Define LCD_STRIDEFORMAT unconditionallyAidan MacDonald1-1/+1
2022-04-16apps: Add ability to do a clean rebootAidan MacDonald1-0/+1
2022-02-23Add custom action mapping to coreWilliam Wilgus1-0/+2
2021-12-05plugin.h & lua add playlist_insert_playlistWilliam Wilgus1-2/+9
2021-10-21lua add ability to pass PLUGIN_ ret vals with os.exit() + add definesWilliam Wilgus2-3/+10
2021-08-13lua Fix a few potential bugsWilliam Wilgus3-3/+10
2021-08-13code cleanup encase ;; in brackets {;;}William Wilgus1-1/+1
2021-08-13lua strftime fix out of scope bufferWilliam Wilgus1-1/+3
2021-08-10lua rockaux.c filetol fix invalid conditionalWilliam Wilgus1-1/+1
2021-08-03lua fix potential null warningWilliam Wilgus1-2/+4
2021-07-08build: Rename SHARED_LDFLAG to SHARED_LDFLAGSSolomon Peachy1-1/+1
2021-05-19lua add a way to filter settings on readWilliam Wilgus2-8/+17
2021-05-19lua latebound function updateWilliam Wilgus4-29/+51
2021-05-06lua -- temp loaderWilliam Wilgus6-96/+205
2021-05-03lua fix yellow and add temploaderWilliam Wilgus4-58/+102
2021-05-04lua add ability to use custom kbd layoutsWilliam Wilgus3-2/+93
2021-04-30lua submenus add a way to dynamically add itemsWilliam Wilgus2-42/+103
2021-04-28lua add submenu module + cleanupWilliam Wilgus7-120/+385
2021-04-24lua print_button scriptWilliam Wilgus2-21/+25
2021-04-20lua print table put_line a do_menu alternativeWilliam Wilgus6-71/+557
2021-04-08lua print_table add ability to draw a line separatorWilliam Wilgus2-4/+16
2020-11-12pcm: Further cleanup of unused bits of the PCM ACPI:Solomon Peachy2-15/+2
2020-10-31pcm: Get rid of pcm_play_pause() and associated APIsSolomon Peachy2-13/+4
2020-10-26Whitespace cleanup on fb_viewport RewriteWilliam Wilgus1-2/+2
2020-10-26LCD core move buf ptr and address look up function viewport structWilliam Wilgus1-1/+7
2020-10-26make the plugin API frambuffer agnosticMoshe Piekarski1-1/+1
2020-10-23Hosted targets Fix timer cycle calculation overflowWilliam Wilgus1-1/+4
2020-10-05lua add better memory statsWilliam Wilgus2-3/+68
2020-10-04lua misc tweaks and cleanupWilliam Wilgus5-23/+24
2020-10-03lua Add scrollable stack traceback WIPWilliam Wilgus4-3/+140
2020-10-01lua: fix ipod builds broken by 127862cSolomon Peachy1-1/+1
2020-09-30lua: Include $TARGET when preprocessing the headers for the button helperSolomon Peachy1-2/+1
2020-09-30lua rockevents reduce context switching for action and buttonsWilliam Wilgus1-13/+24
2020-09-27lua playback exampleWilliam Wilgus1-0/+1
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