Historial de Commits

Autor SHA1 Mensaje Fecha
  Liav A 1ea10bcb73 LibGfx: Split VERIFY statements in various Bitmap class methods hace 2 años
  Rodrigo Tobar e818c955b3 LibGfx: Allow creating Bitmaps from ReadonlyBytes objects hace 2 años
  MacDue 27fae78335 Meta+Userland: Pass Gfx::IntSize by value hace 2 años
  MacDue 7be0b27dd3 Meta+Userland: Pass Gfx::IntPoint by value hace 2 años
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString hace 2 años
  Timothy Slater eec881ea34 LibGfx: Implement flood fill algorithm in Bitmap class hace 2 años
  MacDue 60356c8dde LibGfx: Support getting a bitmap for a region of painter hace 2 años
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) hace 3 años
  Hediadyoin1 69aece9279 LibCore+LibGfx: Pass file-path as StringView hace 3 años
  MacDue 8e441d402b LibGfx: Add Bitmap::solid_color() hace 3 años
  MacDue 48d3db3c3d LibGfx: Add Bitmap::invert() hace 3 años
  Jelle Raaijmakers dad829de50 LibGfx: Add `Bitmap::visually_equals()` hace 3 años
  Andreas Kling a6a8ba80fc LibGfx: Rename Color::from_rgba() => Color::from_argb() hace 3 años
  Andreas Kling 5ace66a903 LibGfx: Rename RGBA32 => ARGB32 hace 3 años
  Linus Groh ca3c45cc1f LibGfx: Support the RGBA8888 storage format in Bitmap::set_pixel() hace 3 años
  Andreas Kling 81216c51d1 LibGfx: Make Bitmap::has_alpha_channel() return true for RGBA8888 hace 3 años
  Linus Groh 0356ee95bc LibGfx: Add support for "The Quite OK Image Format" (QOI) hace 3 años
  Karol Kosek c3256a51cb LibGfx: Remove scale factor option from try_load_from_fd_and_close() hace 3 años
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value hace 3 años
  Andreas Kling 6e255b262f LibGfx: Use ErrorOr<T> for try_create_from_serialized_byte_buffer() hace 3 años
  Andreas Kling 0de33b3d6c LibGfx: Use ErrorOr<T> for Bitmap::try_create() hace 3 años
  Andreas Kling 235f39e449 LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() hace 3 años
  Andreas Kling 16f064d9be LibGfx: Convert Gfx::Bitmap to east const style hace 3 años
  Andreas Kling 09cba7c780 LibGfx: Use ErrorOr<T> for Bitmap infrastructure used by ShareableBitmap hace 3 años
  Andreas Kling 8262bbf624 LibGfx: Use ErrorOr<T> for Bitmap::cropped() hace 3 años
  Andreas Kling 5e41c70e83 LibGfx: Use ErrorOr<T> for Bitmap::scaled() hace 3 años
  Andreas Kling db90b4554e LibGfx: Use ErrorOr<T> for Bitmap::flipped() hace 3 años
  Andreas Kling 69c4614a94 LibGfx: Use ErrorOr<T> for Bitmap::rotated() hace 3 años
  Andreas Kling 2da4cfcc80 LibGfx: Use ErrorOr<T> for Bitmap::clone() hace 3 años
  Andreas Kling c417820bff LibGfx: Use ErrorOr<T> for Bitmap::try_create_shareable() hace 3 años