Timothy
|
b953588e0e
LibGfx: Add method to load bitmap from fd
|
3 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
|
3d0c5814d2
LibGfx: Sprinkle [[nodiscard]] on Gfx::Bitmap
|
4 years ago |
Andreas Kling
|
c7d891765c
LibGfx: Use "try_" prefix for static factory functions
|
4 years ago |
Jean-Baptiste Boric
|
e4394b1605
LibGfx: Use anonymous buffer instead of raw anon_fd for Gfx::Bitmap
|
4 years ago |
Matthew Olsson
|
fbe712e265
LibGfx: Rename RotationDirection members
|
4 years ago |
stelar7
|
24c5b0e81c
LibGfx: Add support for DDS images
|
4 years ago |
Valtteri Koskivuori
|
cb74f7992a
LibGfx: Implement Bitmap::cropped()
|
4 years ago |
Matthew Olsson
|
790908ffc3
LibGfx: Add scaling methods to Bitmap
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
Andreas Kling
|
e873d27ab1
LibGfx: Switch a bunch of API's from taking StringView to String
|
4 years ago |
Andreas Kling
|
fe861512c8
LibGfx: Add BitmapFormat::RGBA8888
|
4 years ago |
Andreas Kling
|
5023331726
LibGfx: Rename 32-bit bitmap StorageFormats to BGRA8888 and BGRx8888
|
4 years ago |
Andreas Kling
|
e0f32626bc
LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888x
|
4 years ago |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 years ago |
Nico Weber
|
98637bd549
WindowServer: In HighDPI mode, load high-res window buttons and high-res cursors
|
4 years ago |
Nico Weber
|
5f9c42c404
LibGfx: Give Bitmap a scale factor
|
4 years ago |
Andreas Kling
|
fe96418a70
LibGfx: Remove remaining SharedBuffer support in Gfx::Bitmap
|
4 years ago |
Andreas Kling
|
8a61aba1e5
LibGfx+LibGUI: Make Gfx::ShareableBitmap transmit indexed palettes
|
4 years ago |
Andreas Kling
|
633915e792
LibGfx: Make Gfx::ShareableBitmap use anonymous files instead of shbufs
|
4 years ago |
Andreas Kling
|
4d97b955e6
LibGfx: Allow creating a Gfx::Bitmap backed by an anonymous file
|
4 years ago |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |