summaryrefslogtreecommitdiff
path: root/src/lua/property.cpp
AgeCommit message (Collapse)Author
2024-02-22Make property bindings shared amongst all lua threadsjacqueline
2024-01-19fix some lua stack leaks + add a console func to help debugjacqueline
2024-01-18fix issues with some song info not appearingjacqueline
2024-01-17allocate lua properties in spi ramjacqueline
2024-01-17split out track pushingjacqueline
2024-01-17shift some long-lived allocs into spi ramjacqueline
2024-01-17all screens basically working, but bluetooth is roughjacqueline
2024-01-10Use doubles instead of floats for lua numbers (this unpins the ui task)jacqueline
2023-12-12Support more datatypes in track tagsjacqueline
2023-11-25implement play/pausejacqueline
2023-11-24Migrate 'now playing' screen to luajacqueline
2023-11-22Use protected mode for lua callbacks wherever possiblejacqueline
2023-11-20Use C functions for the backstack, instead of a lua modulejacqueline
Working with the default group and root kinda sucks if you have to do it from lua!
2023-11-20Add a generic lua function binding, alongside propertiesjacqueline
2023-11-14Add two-way databinding for lua, and flesh out the lua statusbarjacqueline