Commit History

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