index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
PixelPaint
/
ProjectLoader.cpp
Age
Commit message (
Expand
)
Author
2023-01-28
PixelPaint: Remove `try_` prefix from fallible ProjectLoader methods
Linus Groh
2023-01-28
PixelPaint: Remove `try_` prefix from fallible Image methods
Linus Groh
2023-01-27
PixelPaint: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-01-17
AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()
Sam Atkins
2023-01-07
PixelPaint: Port to `Core::Stream` :^)
Karol Kosek
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
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