summaryrefslogtreecommitdiff
path: root/plugin/src/Caelestia/cutils.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* plugin: use lower case imports2 * r + 2 * t2025-09-081-7/+6
|
* plugin: namespace everything2 * r + 2 * t2025-09-061-0/+4
|
* internal: refactor Paths util2 * r + 2 * t2025-09-031-0/+9
|
* internal: format cpp2 * r + 2 * t2025-09-011-38/+52
|
* plugin: fix warnings + const stuff2 * r + 2 * t2025-09-011-30/+30
|
* plugin/cim: check if cache is valid image2 * r + 2 * t2025-08-311-1/+1
|
* plugin/cutils: add getAverageLuminance2 * r + 2 * t2025-08-311-49/+195
| | | | | | Fixes stutters in wallpaper list Also fix crash when saveItem target doesn't have a window
* plugin/cutils: fix saveItem scaling2 * r + 2 * t2025-08-301-4/+11
| | | | | Fixes #521 Closes #524
* plugin: fix getDominantColour scaling2 * r + 2 * t2025-08-271-3/+11
|
* plugin: better getDominantColour2 * r + 2 * t2025-08-271-8/+9
| | | | Use callback instead of setting prop
* plugin: add getDominantColour2 * r + 2 * t2025-08-271-0/+71
| | | | Replaces wack canvas stuff for ColouredIcon
* plugin: make thread safe2 * r + 2 * t2025-08-271-19/+20
|
* internal: better copy2 * r + 2 * t2025-08-271-0/+21
|
* plugin: saveItem ensure parent dir2 * r + 2 * t2025-08-271-40/+45
| | | | Also const everything and format
* plugin: add saveItem2 * r + 2 * t2025-08-261-0/+65