summaryrefslogtreecommitdiff
path: root/components (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-09-13plugin: managers -> internal2 * r + 2 * t2-2/+2
2025-09-13plugin/managers: add CircularIndicatorManager2 * r + 2 * t3-157/+111
Basically move StyledBusyIndicator -> CircularIndicator + logic for it from js -> c++
2025-09-13plugin: refactor into modules2 * r + 2 * t2-2/+2
2025-09-12internal: fix crash2 * r + 2 * t1-22/+31
2025-09-12osd: loader content2 * r + 2 * t1-3/+7
2025-09-04plugin: add BeatTracker2 * r + 2 * t1-2/+1
Replaces beat-detector.cpp
2025-09-03filedialog: anim empty text2 * r + 2 * t1-1/+8
2025-09-03filedialog: fix anims2 * r + 2 * t2-15/+19
Assign to non reactive bindings so no update during remove anim when modelData is destroyed
2025-09-03internal: refactor Paths util2 * r + 2 * t3-3/+3
2025-09-03plugin/fsm: incremental updates2 * r + 2 * t1-2/+27
2025-09-02internal: fix undef/null errors2 * r + 2 * t2-9/+12
2025-09-02internal: use FileSystemModel for FileDialog2 * r + 2 * t4-44/+23
2025-09-01plugin/cim: better sourceSize2 * r + 2 * t1-5/+0
2025-08-30plugin/cim: better cache impl2 * r + 2 * t1-5/+0
2025-08-29plugin/cim: update on size changeSoramane1-0/+9
2025-08-27plugin: better getDominantColour2 * r + 2 * t1-3/+3
Use callback instead of setting prop
2025-08-27plugin: add getDominantColour2 * r + 2 * t1-58/+5
Replaces wack canvas stuff for ColouredIcon
2025-08-27plugin: create caching image manager2 * r + 2 * t3-44/+39
No need for external proc
2025-08-27plugin: saveItem ensure parent dir2 * r + 2 * t1-3/+1
Also const everything and format
2025-08-26internal: async save item2 * r + 2 * t1-3/+3
Fixes #180
2025-08-24internal: cleanup2 * r + 2 * t1-4/+0
2025-08-24internal: use Anim component2 * r + 2 * t11-63/+21
2025-08-24internal: add canim component2 * r + 2 * t10-54/+20
2025-08-24internal: add anim component2 * r + 2 * t3-12/+8
No inlining
2025-08-23popouts/network: better rescan loading2 * r + 2 * t1-0/+6
2025-08-17internal: scale rounding properly2 * r + 2 * t2-3/+3
2025-08-14internal: better loading indicator2 * r + 2 * t2-65/+193
Abstract circular progress into own component
2025-08-14internal: better colourisation2 * r + 2 * t2-1/+86
2025-08-09picker: fix clients for special ws2 * r + 2 * t1-2/+0
Also focus on first window if none focused on init
2025-08-08internal: fix more colours2 * r + 2 * t1-1/+1
2025-08-08internal: colour fixes2 * r + 2 * t1-1/+1
2025-08-08internal: transparency support coming soon™2 * r + 2 * t11-18/+20
Also fix media player selector text colour Fix colour preview not resetting light/dark mode
2025-08-07internal: fix transparent transitions2 * r + 2 * t3-3/+3
2025-08-05internal: position slider handle correctly2 * r + 2 * t1-19/+17
Also better labels for audio popout
2025-08-05bar/popouts: add audio device switcher (#319)Laurens Duin3-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-05internal: use device scaling for image caching (#348)Davi Ribeiro1-3/+8
* internal: fixes image caching (#275) * fixes --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2025-08-04internal: refactor widgets folder2 * r + 2 * t30-0/+1906
Split into subdirs and rename to components