Age | Commit message (Expand) | Author |
---|---|---|
2023-02-13 | LibCore: Move Stream-based file into the `Core` namespace | Tim Schumacher |
2023-01-28 | PixelPaint: Remove `try_` prefix from fallible ProjectLoader methods | Linus Groh |
2023-01-07 | PixelPaint: Port to `Core::Stream` :^) | Karol Kosek |
2022-01-20 | PixelPaint: Use FileSystemAccessClient::try_* APIs | Mustafa Quraish |
2021-11-08 | PixelPaint: Use ErrorOr<T> for Image and Layer creation helpers | Andreas Kling |
2021-09-12 | PixelPaint: Remove unused methods to access files directly | Mustafa Quraish |
2021-09-04 | PixelPaint: Add ProjectLoader to abstract away opening of files | Tobias Christiansen |