| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2025-09-13 | plugin: managers -> internal | 2 * r + 2 * t | 2 | -2/+2 | |
| 2025-09-13 | plugin/managers: add CircularIndicatorManager | 2 * r + 2 * t | 3 | -157/+111 | |
| Basically move StyledBusyIndicator -> CircularIndicator + logic for it from js -> c++ | |||||
| 2025-09-13 | plugin: refactor into modules | 2 * r + 2 * t | 2 | -2/+2 | |
| 2025-09-12 | internal: fix crash | 2 * r + 2 * t | 1 | -22/+31 | |
| 2025-09-12 | osd: loader content | 2 * r + 2 * t | 1 | -3/+7 | |
| 2025-09-04 | plugin: add BeatTracker | 2 * r + 2 * t | 1 | -2/+1 | |
| Replaces beat-detector.cpp | |||||
| 2025-09-03 | filedialog: anim empty text | 2 * r + 2 * t | 1 | -1/+8 | |
| 2025-09-03 | filedialog: fix anims | 2 * r + 2 * t | 2 | -15/+19 | |
| Assign to non reactive bindings so no update during remove anim when modelData is destroyed | |||||
| 2025-09-03 | internal: refactor Paths util | 2 * r + 2 * t | 3 | -3/+3 | |
| 2025-09-03 | plugin/fsm: incremental updates | 2 * r + 2 * t | 1 | -2/+27 | |
| 2025-09-02 | internal: fix undef/null errors | 2 * r + 2 * t | 2 | -9/+12 | |
| 2025-09-02 | internal: use FileSystemModel for FileDialog | 2 * r + 2 * t | 4 | -44/+23 | |
| 2025-09-01 | plugin/cim: better sourceSize | 2 * r + 2 * t | 1 | -5/+0 | |
| 2025-08-30 | plugin/cim: better cache impl | 2 * r + 2 * t | 1 | -5/+0 | |
| 2025-08-29 | plugin/cim: update on size change | Soramane | 1 | -0/+9 | |
| 2025-08-27 | plugin: better getDominantColour | 2 * r + 2 * t | 1 | -3/+3 | |
| Use callback instead of setting prop | |||||
| 2025-08-27 | plugin: add getDominantColour | 2 * r + 2 * t | 1 | -58/+5 | |
| Replaces wack canvas stuff for ColouredIcon | |||||
| 2025-08-27 | plugin: create caching image manager | 2 * r + 2 * t | 3 | -44/+39 | |
| No need for external proc | |||||
| 2025-08-27 | plugin: saveItem ensure parent dir | 2 * r + 2 * t | 1 | -3/+1 | |
| Also const everything and format | |||||
| 2025-08-26 | internal: async save item | 2 * r + 2 * t | 1 | -3/+3 | |
| Fixes #180 | |||||
| 2025-08-24 | internal: cleanup | 2 * r + 2 * t | 1 | -4/+0 | |
| 2025-08-24 | internal: use Anim component | 2 * r + 2 * t | 11 | -63/+21 | |
| 2025-08-24 | internal: add canim component | 2 * r + 2 * t | 10 | -54/+20 | |
| 2025-08-24 | internal: add anim component | 2 * r + 2 * t | 3 | -12/+8 | |
| No inlining | |||||
| 2025-08-23 | popouts/network: better rescan loading | 2 * r + 2 * t | 1 | -0/+6 | |
| 2025-08-17 | internal: scale rounding properly | 2 * r + 2 * t | 2 | -3/+3 | |
| 2025-08-14 | internal: better loading indicator | 2 * r + 2 * t | 2 | -65/+193 | |
| Abstract circular progress into own component | |||||
| 2025-08-14 | internal: better colourisation | 2 * r + 2 * t | 2 | -1/+86 | |
| 2025-08-09 | picker: fix clients for special ws | 2 * r + 2 * t | 1 | -2/+0 | |
| Also focus on first window if none focused on init | |||||
| 2025-08-08 | internal: fix more colours | 2 * r + 2 * t | 1 | -1/+1 | |
| 2025-08-08 | internal: colour fixes | 2 * r + 2 * t | 1 | -1/+1 | |
| 2025-08-08 | internal: transparency support coming soon™ | 2 * r + 2 * t | 11 | -18/+20 | |
| Also fix media player selector text colour Fix colour preview not resetting light/dark mode | |||||
| 2025-08-07 | internal: fix transparent transitions | 2 * r + 2 * t | 3 | -3/+3 | |
| 2025-08-05 | internal: position slider handle correctly | 2 * r + 2 * t | 1 | -19/+17 | |
| Also better labels for audio popout | |||||
| 2025-08-05 | bar/popouts: add audio device switcher (#319) | Laurens Duin | 3 | -1/+118 | |
| * feat: basic audio switcher * feat: replace VerticalSlider with StyledSlider * fix: styling * fix: formatting * chore: make sound icons consistent, change slider styling * feat: styled slider component variants * chore: cleanup * chore: cleanup * fix: pr fixes * fix: remove redundant code * chore: remove old code * fix: controls styling * fixes * more tweaks * radiobtn: add interaction stuff Anim slider --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | |||||
| 2025-08-05 | internal: use device scaling for image caching (#348) | Davi Ribeiro | 1 | -3/+8 | |
| * internal: fixes image caching (#275) * fixes --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | |||||
| 2025-08-04 | internal: refactor widgets folder | 2 * r + 2 * t | 30 | -0/+1906 | |
| Split into subdirs and rename to components | |||||