Commit History

Author SHA1 Message Date
  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
  Marco Cutecchia c7431da3f2 PixelPaint: Ensure a layer is selected when restoring a snapshot 3 years ago
  Mustafa Quraish 0f749681a9 Everywhere: Use my fancy new serenityos.org email :^) 3 years ago
  Mustafa Quraish 2afa28d297 PixelPaint: Let PickerTool optionally sample all layers 3 years ago
  Mustafa Quraish 905bc79387 PixelPaint: Add `Crop to Selection` Action 3 years ago
  Ali Mohammad Pur 97e97bccab Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe 3 years ago
  Mustafa Quraish 6910cbc075 PixelPaint: Add `Copy Merged` action 3 years ago