summaryrefslogtreecommitdiff
path: root/Userland/Applications/PixelPaint/ProjectLoader.h
AgeCommit message (Expand)Author
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-01-28PixelPaint: Remove `try_` prefix from fallible ProjectLoader methodsLinus Groh
2023-01-07PixelPaint: Port to `Core::Stream` :^)Karol Kosek
2022-01-20PixelPaint: Use FileSystemAccessClient::try_* APIsMustafa Quraish
2021-11-08PixelPaint: Use ErrorOr<T> for Image and Layer creation helpersAndreas Kling
2021-09-12PixelPaint: Remove unused methods to access files directlyMustafa Quraish
2021-09-04PixelPaint: Add ProjectLoader to abstract away opening of filesTobias Christiansen