Linus Groh
|
39f1a6eb6f
PixelPaint: Remove `try_` prefix from fallible Image methods
|
2 years ago |
Sam Atkins
|
c36de98223
PixelPaint: Replace uses of JsonObject::get_deprecated()/get_ptr()
|
2 years ago |
Sam Atkins
|
1dd6b7f5b7
AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()
|
2 years ago |
Karol Kosek
|
301f9de915
PixelPaint: Port to `Core::Stream` :^)
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 years ago |
Mustafa Quraish
|
1c3e93c6e0
PixelPaint: Use FileSystemAccessClient::try_* APIs
|
3 years ago |
Mustafa Quraish
|
2440d2c2fe
PixelPaint: Move `title` and `path` from Image to ImageEditor
|
3 years ago |
Andreas Kling
|
58fb3ebf66
LibCore+AK: Move MappedFile from AK to LibCore
|
3 years ago |
Andreas Kling
|
587f9af960
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
|
3 years ago |
Andreas Kling
|
801d46d02c
PixelPaint: Use ErrorOr<T> for Image and Layer creation helpers
|
3 years ago |
Andreas Kling
|
0f5477c721
AK: Use ErrorOr<T> for MappedFile factories
|
3 years ago |
Mustafa Quraish
|
1e1e5bb5f7
PixelPaint: Remove unused methods to access files directly
|
3 years ago |
Ali Mohammad Pur
|
97e97bccab
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
|
3 years ago |
Tobias Christiansen
|
5d732711a2
PixelPaint: Fix broken opening of files from Shell
|
3 years ago |
Tobias Christiansen
|
508d563189
PixelPaint: Add ProjectLoader to abstract away opening of files
|
3 years ago |