summaryrefslogtreecommitdiff
path: root/lib/luavgl/src
AgeCommit message (Collapse)Author
2024-10-01Ensure the stack is clean after luavgl event callbacksjacqueline
2024-07-03Load fonts asynchronously on a bg taskjacqueline
This saves a second or two from bootup; AFAICT this *mostly* reclaims the dynamic fonts boot time regression.
2024-06-28WIP start on an updated main menu uijacqueline
2024-06-14fix unused var warningjacqueline
2024-06-14Load fonts dynamically from /luajacqueline
This unfortunately slows boot time by a bit, but I think we should be able to reclaim that time eventually.
2024-06-12Port and fix our luavgl additionsjacqueline
2024-06-12WIP bump luavgl to latestjacqueline
2024-05-29Start on TTS support by logging the data that will become TTS linesjacqueline
Includes some misc cleanup of haptic double-triggering (or non-triggering), since those cases all end up being TTS event double-reporting, which to me crosses the threshold from "annoying" to "usability issue"
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-03-28Fix bg_grad_colour LSP type annotationRobin Howard
2024-03-28Merge branch 'main' into themesailurux
2024-03-20Support pinning decoded images to RAMjacqueline
2024-03-07Add luavgl_to_style methodailurux
2024-02-16Only update scrubber if not currently draggingailurux
2024-02-06luavgl: add a method to focus an objectjacqueline
2024-01-17move lua ui-related data to spi ramjacqueline
2024-01-15Begin migration of remaining screens to Luajacqueline
2024-01-05fix issues with luavgl type annotationsjacqueline
2023-11-24Migrate 'now playing' screen to luajacqueline
2023-11-23Add a second font, flesh out browser screenjacqueline
2023-11-20Add 'btn' support to luavgljacqueline
2023-11-12Convert the main menu screen to lua loljacqueline