index
:
tangara-fw
main
Tangara firmware
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lua
/
licenses.lua
Age
Commit message (
Collapse
)
Author
2024-08-29
use snake_case consistently in lua function names
jacqueline
2024-07-17
Fix the top bar scrolling off the screen on the licenses screen
jacqueline
2024-05-02
Replace cpp::span shim with std::span
jacqueline
2024-04-18
Merge the StatusBar bindings table with each screen's bindings table
jacqueline
2024-03-20
Merge branch 'main' into themes
ailurux
2024-03-07
WIP: Getting styles from lua
ailurux
2024-03-07
use prototype inheritance for lua screens, rather than functions
jacqueline
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-29
Use drflac instead of miniflac
jacqueline
This one is fast as hell! Does seeking really good too. Thank u Doctor Flac.
2024-01-18
on second thought, let's not violate patents. 'tis a silly system.
jacqueline
2024-01-17
all screens basically working, but bluetooth is rough
jacqueline
2024-01-15
Begin migration of remaining screens to Lua
jacqueline