summaryrefslogtreecommitdiff
path: root/src/lua
AgeCommit message (Collapse)Author
2024-05-02WIP merge cyclically dependent components into one big componentjacqueline
2024-05-02Replace cpp::span shim with std::spanjacqueline
2024-04-19Add a button to update the samd's firmwarejacqueline
2024-04-19daniel/recycler-list (#66)ailurux
@cooljqln should be good to merge to main, give it a look over though please? :) Reviewed-on: https://codeberg.org/cool-tech-zone/tangara-fw/pulls/66 Co-authored-by: ailurux <ailuruxx@gmail.com> Co-committed-by: ailurux <ailuruxx@gmail.com>
2024-04-18Suspend property bindings when their screens aren't visiblejacqueline
2024-04-02Ensure we always clean up after ourselves when invoking bindingsjacqueline
this fixes a very nasty lua stack leak
2024-03-28Remove unused variableailurux
2024-03-28Use luaL_checkstring in set_styleailurux
2024-03-28Merge branch 'main' into themesailurux
2024-03-28Check type is actually a tableailurux
2024-03-28Fix log messageailurux
2024-03-27Minor fixesailurux
2024-03-25WIP rewrie audio pipeline+fsm guts for more reliabilityjacqueline
2024-03-21Add support for screens declaring that they can't be poppedjacqueline
Needed as prep for usb msc support; you really shouldn't leave the MSC settings screen until you've disabled usb msc.
2024-03-20Merge branch 'main' into themesailurux
2024-03-10WIP Lua Theming- style classesailurux
2024-03-07WIP: Base styles are appliedailurux
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-22split the lua thread registry into its own filesjacqueline
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-17Make reindex button work; no feedback yetjacqueline
2024-01-17all screens basically working, but bluetooth is roughjacqueline
2024-01-15Begin migration of remaining screens to Luajacqueline
2024-01-10add accurate esp and samd versions + expose this info to luajacqueline
2024-01-10Use doubles instead of floats for lua numbers (this unpins the ui task)jacqueline
2024-01-05split lua stubs into one set for ldoc, and one set for lua-lsjacqueline
2024-01-05add an alerts module for lua, and implement a volume indicator with itjacqueline
2023-12-13add a cool lua repljacqueline
2023-12-12Support more datatypes in track tagsjacqueline
2023-12-08Add shuffle and repeat options for the playback queuejacqueline
2023-12-07Merge branch 'main' of git.sr.ht:~jacqueline/tangara-fwjacqueline
2023-12-07Remove pre-iterator conceptsjacqueline
- No more IndexRecord/Result/dbGetPage nonsense - Queue is just track ids - i am so tired and have so much to do
2023-12-06Add a back button gesture in clickwheel modejacqueline
2023-12-05Rewrite the track queue to work directly with database iteratorsjacqueline
2023-11-25implement play/pausejacqueline
2023-11-24Migrate 'now playing' screen to luajacqueline
2023-11-23Implement adding to the playback queue from luajacqueline
2023-11-23Add a second font, flesh out browser screenjacqueline
2023-11-22Use protected mode for lua callbacks wherever possiblejacqueline
2023-11-22Add basic lua browser screenjacqueline
2023-11-21Make lua db iterators asyncjacqueline
2023-11-21Add lua functions to get database contentjacqueline
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