Commit History

Author SHA1 Message Date
  Jelle Raaijmakers dad829de50 LibGfx: Add `Bitmap::visually_equals()` 3 years ago
  Andreas Kling 5ace66a903 LibGfx: Rename RGBA32 => ARGB32 3 years ago
  Maciej c8183f2651 LibGfx: Fail gracefully when trying to load invalid-sized HiDPI image 3 years ago
  Sam Atkins 45cf40653a Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 3 years ago
  Andreas Kling adb9b86807 LibGfx: Use Core::System::open() in Gfx::Bitmap :^) 3 years ago
  Andreas Kling 58fb3ebf66 LibCore+AK: Move MappedFile from AK to LibCore 3 years ago
  Andreas Kling 5a79c69b02 LibGfx: Make ImageDecoderPlugin::frame() return ErrorOr<> 3 years ago
  Karol Kosek c3256a51cb LibGfx: Remove scale factor option from try_load_from_fd_and_close() 3 years ago
  Andreas Kling 880fafd2c5 LibGfx: Use ImageDecoder in Bitmap::try_load_from_fd_and_close() 3 years ago
  Andreas Kling 10add3f4c2 LibGfx: Remove load_FORMAT() image codec wrappers 3 years ago
  Andreas Kling 6e255b262f LibGfx: Use ErrorOr<T> for try_create_from_serialized_byte_buffer() 3 years ago
  Andreas Kling 0de33b3d6c LibGfx: Use ErrorOr<T> for Bitmap::try_create() 3 years ago
  Andreas Kling 235f39e449 LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 3 years ago
  Andreas Kling 16f064d9be LibGfx: Convert Gfx::Bitmap to east const style 3 years ago
  Andreas Kling d85d741c59 LibGfx: Deduplicate code in Bitmap::try_load_from_file() 3 years ago
  Andreas Kling 09cba7c780 LibGfx: Use ErrorOr<T> for Bitmap infrastructure used by ShareableBitmap 3 years ago
  Andreas Kling 8262bbf624 LibGfx: Use ErrorOr<T> for Bitmap::cropped() 3 years ago
  Andreas Kling 5e41c70e83 LibGfx: Use ErrorOr<T> for Bitmap::scaled() 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
  Andreas Kling 2da4cfcc80 LibGfx: Use ErrorOr<T> for Bitmap::clone() 3 years ago
  Andreas Kling c417820bff LibGfx: Use ErrorOr<T> for Bitmap::try_create_shareable() 3 years ago
  Andreas Kling 83d1460ee8 LibGfx: Use ErrorOr<T> for Bitmap::try_create_wrapper() 3 years ago
  Andreas Kling f23f99d51b LibGfx: Use ErrorOr<T> for Bitmap::try_create_with_anonymous_buffer() 3 years ago
  Andreas Kling e5dde37e24 AK: Bring AK::Error into the global namespace 3 years ago
  Andreas Kling af562c857e LibGfx: Use ErrorOr<T> for Gfx::Bitmap::allocate_backing_store() 3 years ago
  Andreas Kling e2eabb4132 LibCore: Use ErrorOr<T> in Core::AnonymousBuffer 3 years ago
  Timothy b953588e0e LibGfx: Add method to load bitmap from fd 3 years ago
  Ali Mohammad Pur 97e97bccab Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe 3 years ago
  Karol Kosek c126ffa9b8 LibGfx: Use correct variable size on bitmap to buffer convertion 4 years ago