Jelle Raaijmakers
|
dad829de50
LibGfx: Add `Bitmap::visually_equals()`
|
3 년 전 |
Andreas Kling
|
a6a8ba80fc
LibGfx: Rename Color::from_rgba() => Color::from_argb()
|
3 년 전 |
Andreas Kling
|
5ace66a903
LibGfx: Rename RGBA32 => ARGB32
|
3 년 전 |
Linus Groh
|
ca3c45cc1f
LibGfx: Support the RGBA8888 storage format in Bitmap::set_pixel()
|
3 년 전 |
Andreas Kling
|
81216c51d1
LibGfx: Make Bitmap::has_alpha_channel() return true for RGBA8888
|
3 년 전 |
Linus Groh
|
0356ee95bc
LibGfx: Add support for "The Quite OK Image Format" (QOI)
|
3 년 전 |
Karol Kosek
|
c3256a51cb
LibGfx: Remove scale factor option from try_load_from_fd_and_close()
|
3 년 전 |
Andreas Kling
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
3 년 전 |
Andreas Kling
|
6e255b262f
LibGfx: Use ErrorOr<T> for try_create_from_serialized_byte_buffer()
|
3 년 전 |
Andreas Kling
|
0de33b3d6c
LibGfx: Use ErrorOr<T> for Bitmap::try_create()
|
3 년 전 |
Andreas Kling
|
235f39e449
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
|
3 년 전 |
Andreas Kling
|
16f064d9be
LibGfx: Convert Gfx::Bitmap to east const style
|
3 년 전 |
Andreas Kling
|
09cba7c780
LibGfx: Use ErrorOr<T> for Bitmap infrastructure used by ShareableBitmap
|
3 년 전 |
Andreas Kling
|
8262bbf624
LibGfx: Use ErrorOr<T> for Bitmap::cropped()
|
3 년 전 |
Andreas Kling
|
5e41c70e83
LibGfx: Use ErrorOr<T> for Bitmap::scaled()
|
3 년 전 |
Andreas Kling
|
db90b4554e
LibGfx: Use ErrorOr<T> for Bitmap::flipped()
|
3 년 전 |
Andreas Kling
|
69c4614a94
LibGfx: Use ErrorOr<T> for Bitmap::rotated()
|
3 년 전 |
Andreas Kling
|
2da4cfcc80
LibGfx: Use ErrorOr<T> for Bitmap::clone()
|
3 년 전 |
Andreas Kling
|
c417820bff
LibGfx: Use ErrorOr<T> for Bitmap::try_create_shareable()
|
3 년 전 |
Andreas Kling
|
83d1460ee8
LibGfx: Use ErrorOr<T> for Bitmap::try_create_wrapper()
|
3 년 전 |
Andreas Kling
|
f23f99d51b
LibGfx: Use ErrorOr<T> for Bitmap::try_create_with_anonymous_buffer()
|
3 년 전 |
Andreas Kling
|
af562c857e
LibGfx: Use ErrorOr<T> for Gfx::Bitmap::allocate_backing_store()
|
3 년 전 |
Timothy
|
b953588e0e
LibGfx: Add method to load bitmap from fd
|
3 년 전 |
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
|
3d0c5814d2
LibGfx: Sprinkle [[nodiscard]] on Gfx::Bitmap
|
4 년 전 |
Andreas Kling
|
c7d891765c
LibGfx: Use "try_" prefix for static factory functions
|
4 년 전 |
Jean-Baptiste Boric
|
e4394b1605
LibGfx: Use anonymous buffer instead of raw anon_fd for Gfx::Bitmap
|
4 년 전 |
Matthew Olsson
|
fbe712e265
LibGfx: Rename RotationDirection members
|
4 년 전 |