Age | Commit message (Expand) | Author |
---|---|---|
2022-01-20 | PixelPaint: Use FileSystemAccessClient::try_* APIs | Mustafa Quraish |
2022-01-05 | PixelPaint: Move `title` and `path` from Image to ImageEditor | Mustafa Quraish |
2021-11-23 | LibCore+AK: Move MappedFile from AK to LibCore | Andreas Kling |
2021-11-17 | AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional) | Andreas Kling |
2021-11-08 | PixelPaint: Use ErrorOr<T> for Image and Layer creation helpers | Andreas Kling |
2021-11-08 | AK: Use ErrorOr<T> for MappedFile factories | Andreas Kling |
2021-09-12 | PixelPaint: Remove unused methods to access files directly | Mustafa Quraish |
2021-09-06 | Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe | Ali Mohammad Pur |
2021-09-04 | PixelPaint: Fix broken opening of files from Shell | Tobias Christiansen |
2021-09-04 | PixelPaint: Add ProjectLoader to abstract away opening of files | Tobias Christiansen |