提交歷史

作者 SHA1 備註 提交日期
  Ali Mohammad Pur 97e97bccab Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe 3 年之前
  Karol Kosek c126ffa9b8 LibGfx: Use correct variable size on bitmap to buffer convertion 4 年之前
  Andreas Kling 2d1a651e0a Kernel: Make purgeable memory a VMObject level concept (again) 4 年之前
  Andreas Kling 143443e0b6 LibGfx: Make Gfx::Bitmap::set_nonvolatile() report allocation failure 4 年之前
  Andreas Kling 24b5295b30 LibGfx: Remove "purgeable Gfx::Bitmap" as a separate concept 4 年之前
  Andreas Kling deec79b3c6 LibGfx: Add try_ prefix to Bitmap::try_allocate_backing_store() 4 年之前
  Andreas Kling c7d891765c LibGfx: Use "try_" prefix for static factory functions 4 年之前
  Daniel Bertalan f14a4994b0 Everywhere: Don't promote float to double where not needed 4 年之前
  Andreas Kling 86d0145260 LibGfx+LibGUI+WindowServer: Use move() on Core::AnonymousBuffer more 4 年之前
  Matthew Jones ea4116f5bd LibGUI+LibGfx+WindowServer: Sanity check window size dimensions 4 年之前
  Jean-Baptiste Boric e4394b1605 LibGfx: Use anonymous buffer instead of raw anon_fd for Gfx::Bitmap 4 年之前
  Marcus Nilsson ee48dac300 Bitmap: Don't call Bitmap::create with width/height equal to 0 4 年之前
  Matthew Olsson fbe712e265 LibGfx: Rename RotationDirection members 4 年之前
  stelar7 24c5b0e81c LibGfx: Add support for DDS images 4 年之前
  Valtteri Koskivuori cb74f7992a LibGfx: Implement Bitmap::cropped() 4 年之前
  Andreas Kling eb05931ab5 LibGfx: Convert StringBuilder::appendf() => AK::Format 4 年之前
  Matthew Olsson 790908ffc3 LibGfx: Add scaling methods to Bitmap 4 年之前
  Andreas Kling b91c49364d AK: Rename adopt() to adopt_ref() 4 年之前
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年之前
  Andreas Kling e875d4e044 LibGfx: Convert String::format() => String::formatted() 4 年之前
  Andreas Kling e873d27ab1 LibGfx: Switch a bunch of API's from taking StringView to String 4 年之前
  Andreas Kling fe861512c8 LibGfx: Add BitmapFormat::RGBA8888 4 年之前
  Andreas Kling 5023331726 LibGfx: Rename 32-bit bitmap StorageFormats to BGRA8888 and BGRx8888 4 年之前
  Andreas Kling e0f32626bc LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888x 4 年之前
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY 4 年之前
  AnotherTest c899ace3ad LibGfx: Correct the allocated buffer size in serialize_to_byte_buffer() 4 年之前
  Nico Weber 98637bd549 WindowServer: In HighDPI mode, load high-res window buttons and high-res cursors 4 年之前
  Nico Weber 5f9c42c404 LibGfx: Give Bitmap a scale factor 4 年之前
  Andreas Kling fe96418a70 LibGfx: Remove remaining SharedBuffer support in Gfx::Bitmap 4 年之前
  Andreas Kling 8a61aba1e5 LibGfx+LibGUI: Make Gfx::ShareableBitmap transmit indexed palettes 4 年之前