summaryrefslogtreecommitdiff
path: root/lua/licenses.lua
AgeCommit message (Collapse)Author
2024-08-29use snake_case consistently in lua function namesjacqueline
2024-07-17Fix the top bar scrolling off the screen on the licenses screenjacqueline
2024-05-02Replace cpp::span shim with std::spanjacqueline
2024-04-18Merge the StatusBar bindings table with each screen's bindings tablejacqueline
2024-03-20Merge branch 'main' into themesailurux
2024-03-07WIP: Getting styles from luaailurux
2024-03-07use prototype inheritance for lua screens, rather than functionsjacqueline
this gives us a way to give each screen nice little hooks, like 'onShown' and 'onHidden'. later we can use these hooks to disable bindings for screens that aren't in-use.
2024-02-29Use drflac instead of miniflacjacqueline
This one is fast as hell! Does seeking really good too. Thank u Doctor Flac.
2024-01-18on second thought, let's not violate patents. 'tis a silly system.jacqueline
2024-01-17all screens basically working, but bluetooth is roughjacqueline
2024-01-15Begin migration of remaining screens to Luajacqueline