Andreas Kling
|
235f39e449
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
|
3 years ago |
Andreas Kling
|
16f064d9be
LibGfx: Convert Gfx::Bitmap to east const style
|
3 years ago |
Andreas Kling
|
d85d741c59
LibGfx: Deduplicate code in Bitmap::try_load_from_file()
|
3 years ago |
Andreas Kling
|
09cba7c780
LibGfx: Use ErrorOr<T> for Bitmap infrastructure used by ShareableBitmap
|
3 years ago |
Andreas Kling
|
8262bbf624
LibGfx: Use ErrorOr<T> for Bitmap::cropped()
|
3 years ago |
Andreas Kling
|
5e41c70e83
LibGfx: Use ErrorOr<T> for Bitmap::scaled()
|
3 years ago |
Andreas Kling
|
db90b4554e
LibGfx: Use ErrorOr<T> for Bitmap::flipped()
|
3 years ago |
Andreas Kling
|
69c4614a94
LibGfx: Use ErrorOr<T> for Bitmap::rotated()
|
3 years ago |
Andreas Kling
|
2da4cfcc80
LibGfx: Use ErrorOr<T> for Bitmap::clone()
|
3 years ago |
Andreas Kling
|
c417820bff
LibGfx: Use ErrorOr<T> for Bitmap::try_create_shareable()
|
3 years ago |
Andreas Kling
|
83d1460ee8
LibGfx: Use ErrorOr<T> for Bitmap::try_create_wrapper()
|
3 years ago |
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
|
4 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 |