Commit History

Author SHA1 Message Date
  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 3 years ago
  Andreas Kling 2d1a651e0a Kernel: Make purgeable memory a VMObject level concept (again) 4 years ago
  Andreas Kling 143443e0b6 LibGfx: Make Gfx::Bitmap::set_nonvolatile() report allocation failure 4 years ago
  Andreas Kling 24b5295b30 LibGfx: Remove "purgeable Gfx::Bitmap" as a separate concept 4 years ago
  Andreas Kling deec79b3c6 LibGfx: Add try_ prefix to Bitmap::try_allocate_backing_store() 4 years ago
  Andreas Kling c7d891765c LibGfx: Use "try_" prefix for static factory functions 4 years ago
  Daniel Bertalan f14a4994b0 Everywhere: Don't promote float to double where not needed 4 years ago
  Andreas Kling 86d0145260 LibGfx+LibGUI+WindowServer: Use move() on Core::AnonymousBuffer more 4 years ago
  Matthew Jones ea4116f5bd LibGUI+LibGfx+WindowServer: Sanity check window size dimensions 4 years ago
  Jean-Baptiste Boric e4394b1605 LibGfx: Use anonymous buffer instead of raw anon_fd for Gfx::Bitmap 4 years ago
  Marcus Nilsson ee48dac300 Bitmap: Don't call Bitmap::create with width/height equal to 0 4 years ago
  Matthew Olsson fbe712e265 LibGfx: Rename RotationDirection members 4 years ago
  stelar7 24c5b0e81c LibGfx: Add support for DDS images 4 years ago
  Valtteri Koskivuori cb74f7992a LibGfx: Implement Bitmap::cropped() 4 years ago
  Andreas Kling eb05931ab5 LibGfx: Convert StringBuilder::appendf() => AK::Format 4 years ago
  Matthew Olsson 790908ffc3 LibGfx: Add scaling methods to Bitmap 4 years ago
  Andreas Kling b91c49364d AK: Rename adopt() to adopt_ref() 4 years ago
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
  Andreas Kling e875d4e044 LibGfx: Convert String::format() => String::formatted() 4 years ago
  Andreas Kling e873d27ab1 LibGfx: Switch a bunch of API's from taking StringView to String 4 years ago
  Andreas Kling fe861512c8 LibGfx: Add BitmapFormat::RGBA8888 4 years ago
  Andreas Kling 5023331726 LibGfx: Rename 32-bit bitmap StorageFormats to BGRA8888 and BGRx8888 4 years ago
  Andreas Kling e0f32626bc LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888x 4 years ago
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY 4 years ago