Linus Groh
|
39f1a6eb6f
PixelPaint: Remove `try_` prefix from fallible Image methods
|
před 2 roky |
Sam Atkins
|
c36de98223
PixelPaint: Replace uses of JsonObject::get_deprecated()/get_ptr()
|
před 2 roky |
Tim Schumacher
|
82a152b696
LibGfx: Remove `try_` prefix from bitmap creation functions
|
před 2 roky |
Sam Atkins
|
1dd6b7f5b7
AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()
|
před 2 roky |
Karol Kosek
|
301f9de915
PixelPaint: Port to `Core::Stream` :^)
|
před 2 roky |
Baitinq
|
bd65ecf05c
PixelPaint: Cleanup the Image class
|
před 2 roky |
Baitinq
|
e89c649be1
PixelPaint: Propagate errors in {flip,crop,rotate,resize} functions
|
před 2 roky |
Jelle Raaijmakers
|
25f2e4981c
AK: Stop using `DeprecatedString` in Base64 encoding
|
před 2 roky |
Karol Kosek
|
5049b103c0
PixelPaint: Encode layers in PixelPaint project files as PNG
|
před 2 roky |
Karol Kosek
|
11377bf0f8
PixelPaint: Propagate more errors when saving a project file
|
před 2 roky |
Andreas Kling
|
d88c7fee32
LibGfx+Userland: Make PNGWriter::encode() return ErrorOr<ByteBuffer>
|
před 2 roky |
MacDue
|
27fae78335
Meta+Userland: Pass Gfx::IntSize by value
|
před 2 roky |
MacDue
|
7be0b27dd3
Meta+Userland: Pass Gfx::IntPoint by value
|
před 2 roky |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
před 2 roky |
Sam Atkins
|
aee52a458b
PixelPaint: Remove unused Image::write_to_file() method
|
před 3 roky |
Andreas Krohn
|
8aca5ab3b3
PixelPaint: Cropping to content with moved layers was broken
|
před 2 roky |
Andreas Kling
|
49deb936be
PixelPaint: Make selection changes undoable
|
před 2 roky |
Andreas Kling
|
d571159aeb
PixelPaint: Move selection from ImageEditor to Image
|
před 2 roky |
faxe1008
|
21358d8a5f
PixelPaint: Reduce verbosity of crop to content feature
|
před 2 roky |
Andreas Kling
|
34a09bbb54
PixelPaint: Add simple "Crop Image to Content" feature
|
před 2 roky |
Andreas Kling
|
32b73dd4af
PixelPaint: Restore image size from snapshots
|
před 2 roky |
Andreas Kling
|
bf25b0a0b5
PixelPaint: Show more specific Undo/Redo action text
|
před 2 roky |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
před 3 roky |
sin-ack
|
e5f09ea170
Everywhere: Split Error::from_string_literal and Error::from_string_view
|
před 3 roky |
Andrew Smith
|
bccf0a9346
PixelPaint: Allow layer to "scale" location when resizing
|
před 3 roky |
Andrew Smith
|
02399d4775
PixelPaint: Add Image>Resize Image... dialog. (Front end)
|
před 3 roky |
Olivier De Canniere
|
be4913c1fb
PixelPaint: Add exporting to the QOI image format
|
před 3 roky |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
před 3 roky |
Jelle Raaijmakers
|
d195972ec2
Applications: Do not crash if decoded bitmap is null
|
před 3 roky |
Andrew Smith
|
297e095755
PixelPaint: Correctly apply flip/rotate/crop to layers' alpha mask
|
před 3 roky |