summaryrefslogtreecommitdiff
path: root/Userland/Applications/PixelPaint/ImageProcessor.cpp
AgeCommit message (Expand)Author
2023-01-28LibCore: Remove `try_` prefix from fallible SharedCircularQueue methodsLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-09PixelPaint: Make filters apply to a selection if one is presentTimothy Slater
2022-10-31Userland: Use Threading::MutexLocker to lock/unlock mutexesOleg Kosenkov
2022-09-27PixelPaint: Use the parallel ImageProcessor to apply filterskleines Filmröllchen
2022-09-27PixelPaint: Add a general-purpose parallel image processing pipelinekleines Filmröllchen