summaryrefslogtreecommitdiff
path: root/src/lua/bridge.cpp
AgeCommit message (Collapse)Author
2024-05-02WIP: Lua filesystem starting pointailurux
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-22Make property bindings shared amongst all lua threadsjacqueline
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
2023-12-13add a cool lua repljacqueline
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-11-21Add lua functions to get database contentjacqueline
2023-11-20Add a generic lua function binding, alongside propertiesjacqueline
2023-11-14Add two-way databinding for lua, and flesh out the lua statusbarjacqueline
2023-11-12Convert the main menu screen to lua loljacqueline