summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-05-10Merge branch 'main' of codeberg.org:cool-tech-zone/tangara-fwailurux
2024-05-10Tweaks to default d-pad controlsailurux
2024-05-09use long-press shortcuts again, but make them a bit harder to trigger acciden...jacqueline
2024-05-09Fix playback after restoring queue on bootjacqueline
2024-05-08Count samples going in and out of the drain bufferjacqueline
2024-05-07Improve decoder's interface to accept streamsjacqueline
2024-05-03Respond to sd card mounts and unmounts within luajacqueline
2024-05-03split c blobs of graphics data into their own componentjacqueline
2024-05-02move driver includes into a subdir as welljacqueline
2024-05-02start moving include files into subdirsjacqueline
2024-05-02WIP merge cyclically dependent components into one big componentjacqueline
2024-05-02Replace cpp::span shim with std::spanjacqueline
2024-04-29Use double-clicks instead of long-presses for wheel shortcutsjacqueline
2024-04-29Add lua bindings for override input hooksjacqueline
2024-04-24Support getting a tree of controls + hooks via luajacqueline
2024-04-23Enable bluetooth after boot, not during bootjacqueline
2024-04-22Merge branch 'main' of codeberg.org:cool-tech-zone/tangara-fwjacqueline
2024-04-22Improve handling of the displayjacqueline
2024-04-22Merge branch 'main' of codeberg.org:cool-tech-zone/tangara-fwailurux
2024-04-22Add support for 64-bit float wav filesailurux
2024-04-19Merge branch 'main' of codeberg.org:cool-tech-zone/tangara-fwjacqueline
2024-04-19squash a bunch of warningsjacqueline
2024-04-19Adds LRA haptic support (open-loop only for now).Robin Howard
2024-04-19Fix DRV2065L register usage: we were accidentally setting control2 when we me...Robin Howard
2024-04-19Add a button to update the samd's firmwarejacqueline
2024-04-19daniel/recycler-list (#66)ailurux
2024-04-18Suspend property bindings when their screens aren't visiblejacqueline
2024-04-15Fix some bt device issuesjacqueline
2024-04-15Use more generic 'hooks' for each input device's actionsjacqueline
2024-04-12copy audacious' math it looks goodjacqueline
2024-04-12switch to software volume scaling (it's bad tho i need daniel to do maths for...jacqueline
2024-04-11Merge pull request 'jqln/input-devices' (#62) from jqln/input-devices into maincooljqln
2024-04-11Remember the source of the previous track when opening a new onejacqueline
2024-04-11exec a config file on sdjacqueline
2024-04-11Migrate all existing control schemes to the cool new worldjacqueline
2024-04-10WIP decompose our giant LVGL driver into smaller classesjacqueline
2024-04-09Unmount storage when there's a bad errorjacqueline
2024-04-09fix some struct defaults in low-level driversjacqueline
2024-04-08Warn and block MSC disable if the sd card is busyjacqueline
2024-04-04Fix null poiner dereference when turning off i2s output twicejacqueline
2024-04-02Ensure we always clean up after ourselves when invoking bindingsjacqueline
2024-04-02Merge branch 'main' of codeberg.org:cool-tech-zone/tangara-fwjacqueline
2024-04-02Support disabling automatic database updatesjacqueline
2024-04-02tweak db performancejacqueline
2024-04-02Fix volume getters/setters for bluetoothailurux
2024-04-02Merge branch 'main' into lua-volumeailurux
2024-04-02Added bluetooth db implailurux
2024-03-28Remove unused variableailurux
2024-03-28Use luaL_checkstring in set_styleailurux
2024-03-28Merge branch 'main' into themesailurux