Histórico de Commits

Autor SHA1 Mensagem Data
  Andreas Kling f23f99d51b LibGfx: Use ErrorOr<T> for Bitmap::try_create_with_anonymous_buffer() há 3 anos atrás
  Andreas Kling e5dde37e24 AK: Bring AK::Error into the global namespace há 3 anos atrás
  Andreas Kling af562c857e LibGfx: Use ErrorOr<T> for Gfx::Bitmap::allocate_backing_store() há 3 anos atrás
  Andreas Kling e2eabb4132 LibCore: Use ErrorOr<T> in Core::AnonymousBuffer há 3 anos atrás
  Timothy b953588e0e LibGfx: Add method to load bitmap from fd há 3 anos atrás
  Ali Mohammad Pur 97e97bccab Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe há 3 anos atrás
  Karol Kosek c126ffa9b8 LibGfx: Use correct variable size on bitmap to buffer convertion há 4 anos atrás
  Andreas Kling 2d1a651e0a Kernel: Make purgeable memory a VMObject level concept (again) há 4 anos atrás
  Andreas Kling 143443e0b6 LibGfx: Make Gfx::Bitmap::set_nonvolatile() report allocation failure há 4 anos atrás
  Andreas Kling 24b5295b30 LibGfx: Remove "purgeable Gfx::Bitmap" as a separate concept há 4 anos atrás
  Andreas Kling deec79b3c6 LibGfx: Add try_ prefix to Bitmap::try_allocate_backing_store() há 4 anos atrás
  Andreas Kling c7d891765c LibGfx: Use "try_" prefix for static factory functions há 4 anos atrás
  Daniel Bertalan f14a4994b0 Everywhere: Don't promote float to double where not needed há 4 anos atrás
  Andreas Kling 86d0145260 LibGfx+LibGUI+WindowServer: Use move() on Core::AnonymousBuffer more há 4 anos atrás
  Matthew Jones ea4116f5bd LibGUI+LibGfx+WindowServer: Sanity check window size dimensions há 4 anos atrás
  Jean-Baptiste Boric e4394b1605 LibGfx: Use anonymous buffer instead of raw anon_fd for Gfx::Bitmap há 4 anos atrás
  Marcus Nilsson ee48dac300 Bitmap: Don't call Bitmap::create with width/height equal to 0 há 4 anos atrás
  Matthew Olsson fbe712e265 LibGfx: Rename RotationDirection members há 4 anos atrás
  stelar7 24c5b0e81c LibGfx: Add support for DDS images há 4 anos atrás
  Valtteri Koskivuori cb74f7992a LibGfx: Implement Bitmap::cropped() há 4 anos atrás
  Andreas Kling eb05931ab5 LibGfx: Convert StringBuilder::appendf() => AK::Format há 4 anos atrás
  Matthew Olsson 790908ffc3 LibGfx: Add scaling methods to Bitmap há 4 anos atrás
  Andreas Kling b91c49364d AK: Rename adopt() to adopt_ref() há 4 anos atrás
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. há 4 anos atrás
  Andreas Kling e875d4e044 LibGfx: Convert String::format() => String::formatted() há 4 anos atrás
  Andreas Kling e873d27ab1 LibGfx: Switch a bunch of API's from taking StringView to String há 4 anos atrás
  Andreas Kling fe861512c8 LibGfx: Add BitmapFormat::RGBA8888 há 4 anos atrás
  Andreas Kling 5023331726 LibGfx: Rename 32-bit bitmap StorageFormats to BGRA8888 and BGRx8888 há 4 anos atrás
  Andreas Kling e0f32626bc LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888x há 4 anos atrás
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY há 4 anos atrás