index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibGfx
/
Bitmap.cpp
Age
Commit message (
Expand
)
Author
2021-09-09
LibGfx: Add method to load bitmap from fd
Timothy
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-07-30
LibGfx: Use correct variable size on bitmap to buffer convertion
Karol Kosek
2021-07-25
Kernel: Make purgeable memory a VMObject level concept (again)
Andreas Kling
2021-07-25
LibGfx: Make Gfx::Bitmap::set_nonvolatile() report allocation failure
Andreas Kling
2021-07-25
LibGfx: Remove "purgeable Gfx::Bitmap" as a separate concept
Andreas Kling
2021-07-25
LibGfx: Add try_ prefix to Bitmap::try_allocate_backing_store()
Andreas Kling
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-07-08
Everywhere: Don't promote float to double where not needed
Daniel Bertalan
2021-07-07
LibGfx+LibGUI+WindowServer: Use move() on Core::AnonymousBuffer more
Andreas Kling
2021-06-02
LibGUI+LibGfx+WindowServer: Sanity check window size dimensions
Matthew Jones
2021-05-24
LibGfx: Use anonymous buffer instead of raw anon_fd for Gfx::Bitmap
Jean-Baptiste Boric
2021-05-22
Bitmap: Don't call Bitmap::create with width/height equal to 0
Marcus Nilsson
2021-05-18
LibGfx: Rename RotationDirection members
Matthew Olsson
2021-05-18
LibGfx: Add support for DDS images
stelar7
2021-05-11
LibGfx: Implement Bitmap::cropped()
Valtteri Koskivuori
2021-05-07
LibGfx: Convert StringBuilder::appendf() => AK::Format
Andreas Kling
2021-05-02
LibGfx: Add scaling methods to Bitmap
Matthew Olsson
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-21
LibGfx: Convert String::format() => String::formatted()
Andreas Kling
2021-04-17
LibGfx: Switch a bunch of API's from taking StringView to String
Andreas Kling
2021-03-16
LibGfx: Add BitmapFormat::RGBA8888
Andreas Kling
2021-03-16
LibGfx: Rename 32-bit bitmap StorageFormats to BGRA8888 and BGRx8888
Andreas Kling
2021-03-16
LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888x
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-27
LibGfx: Correct the allocated buffer size in serialize_to_byte_buffer()
AnotherTest
2021-01-20
WindowServer: In HighDPI mode, load high-res window buttons and high-res cursors
Nico Weber
2021-01-20
LibGfx: Give Bitmap a scale factor
Nico Weber
2021-01-17
LibGfx: Remove remaining SharedBuffer support in Gfx::Bitmap
Andreas Kling
2021-01-16
LibGfx+LibGUI: Make Gfx::ShareableBitmap transmit indexed palettes
Andreas Kling
2021-01-16
LibGfx: Make Gfx::Bitmap::create_shareable() use an anonymous file
Andreas Kling
2021-01-16
LibGfx: Make sure Bitmap::create_with_anon_fd() always closes if needed
Andreas Kling
2021-01-16
LibGfx: Fix fuzzer build (put anon_create() behind __serenity__)
Andreas Kling
2021-01-15
LibGfx: Make Gfx::ShareableBitmap use anonymous files instead of shbufs
Andreas Kling
2021-01-15
LibGfx: Allow creating a Gfx::Bitmap backed by an anonymous file
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling