index
:
tangara-fw
main
Tangara firmware
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lua
Age
Commit message (
Expand
)
Author
2024-03-20
Merge branch 'main' into themes
ailurux
2024-03-10
WIP Lua Theming- style classes
ailurux
2024-03-07
WIP: Base styles are applied
ailurux
2024-03-07
WIP: Getting styles from lua
ailurux
2024-03-07
use prototype inheritance for lua screens, rather than functions
jacqueline
2024-02-22
split the lua thread registry into its own files
jacqueline
2024-02-22
Make property bindings shared amongst all lua threads
jacqueline
2024-01-19
fix some lua stack leaks + add a console func to help debug
jacqueline
2024-01-18
fix issues with some song info not appearing
jacqueline
2024-01-17
allocate lua properties in spi ram
jacqueline
2024-01-17
split out track pushing
jacqueline
2024-01-17
shift some long-lived allocs into spi ram
jacqueline
2024-01-17
Make reindex button work; no feedback yet
jacqueline
2024-01-17
all screens basically working, but bluetooth is rough
jacqueline
2024-01-15
Begin migration of remaining screens to Lua
jacqueline
2024-01-10
add accurate esp and samd versions + expose this info to lua
jacqueline
2024-01-10
Use doubles instead of floats for lua numbers (this unpins the ui task)
jacqueline
2024-01-05
split lua stubs into one set for ldoc, and one set for lua-ls
jacqueline
2024-01-05
add an alerts module for lua, and implement a volume indicator with it
jacqueline
2023-12-13
add a cool lua repl
jacqueline
2023-12-12
Support more datatypes in track tags
jacqueline
2023-12-08
Add shuffle and repeat options for the playback queue
jacqueline
2023-12-07
Merge branch 'main' of git.sr.ht:~jacqueline/tangara-fw
jacqueline
2023-12-07
Remove pre-iterator concepts
jacqueline
2023-12-06
Add a back button gesture in clickwheel mode
jacqueline
2023-12-05
Rewrite the track queue to work directly with database iterators
jacqueline
2023-11-25
implement play/pause
jacqueline
2023-11-24
Migrate 'now playing' screen to lua
jacqueline
2023-11-23
Implement adding to the playback queue from lua
jacqueline
2023-11-23
Add a second font, flesh out browser screen
jacqueline
2023-11-22
Use protected mode for lua callbacks wherever possible
jacqueline
2023-11-22
Add basic lua browser screen
jacqueline
2023-11-21
Make lua db iterators async
jacqueline
2023-11-21
Add lua functions to get database content
jacqueline
2023-11-20
Use C functions for the backstack, instead of a lua module
jacqueline
2023-11-20
Add a generic lua function binding, alongside properties
jacqueline
2023-11-15
fix incorrect docstring
jacqueline
2023-11-15
Set up ldoc and lua-language-server, write some module stubs
jacqueline
2023-11-14
Add two-way databinding for lua, and flesh out the lua statusbar
jacqueline
2023-11-12
Convert the main menu screen to lua lol
jacqueline