Commit History

Author SHA1 Message Date
  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
  Tobias Christiansen 51be2283f5 PixelPaint: Support saving/loading masks to project file 3 years ago
  Tobias Christiansen 0dd5f5672c PixelPaint: Rename typo'ed BMPWriter in serialize_as_json() 3 years ago
  Tobias Christiansen 937785f6c1 PixelPaint: Fix saving project 3 years ago
  Tobias Christiansen 31a9196bfe PixelPaint: Split bitmap() of Layer into {content, display}_bitmap 3 years ago
  Idan Horowitz feb00b7105 Everywhere: Make JSON serialization fallible 3 years ago
  electrikmilk 7e5b3ce26b PixelPaint: Implement Merge Active Layer Up 3 years ago
  Sam Atkins c388a879d7 AK+Userland: Make AK::decode_base64 return ErrorOr 3 years ago
  Mustafa Quraish 1c3e93c6e0 PixelPaint: Use FileSystemAccessClient::try_* APIs 3 years ago
  sin-ack 2e1bbcb0fa LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer 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 801d46d02c PixelPaint: Use ErrorOr<T> for Image and Layer creation helpers 3 years ago
  Andreas Kling 9268ed9605 PixelPaint: Use ErrorOr<T> for Image::try_compose_bitmap() 3 years ago
  Andreas Kling 77fd4625b5 PixelPaint: Use ErrorOr<T> for Image writing/exporting functions 3 years ago
  Andreas Kling a7f1f1c34b LibCore: Use ErrorOr<T> for Core::File::open() 3 years ago
  Andreas Kling 0de33b3d6c LibGfx: Use ErrorOr<T> for Bitmap::try_create() 3 years ago
  Andreas Kling 8262bbf624 LibGfx: Use ErrorOr<T> for Bitmap::cropped() 3 years ago
  Andreas Kling db90b4554e LibGfx: Use ErrorOr<T> for Bitmap::flipped() 3 years ago
  Andreas Kling 69c4614a94 LibGfx: Use ErrorOr<T> for Bitmap::rotated() 3 years ago
  Ben Wiederhake cb868cfa41 AK+Everywhere: Make Base64 decoding fallible 3 years ago