summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/Bitmap.cpp
AgeCommit message (Expand)Author
2021-05-02LibGfx: Add scaling methods to BitmapMatthew Olsson
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-21LibGfx: Convert String::format() => String::formatted()Andreas Kling
2021-04-17LibGfx: Switch a bunch of API's from taking StringView to StringAndreas Kling
2021-03-16LibGfx: Add BitmapFormat::RGBA8888Andreas Kling
2021-03-16LibGfx: Rename 32-bit bitmap StorageFormats to BGRA8888 and BGRx8888Andreas Kling
2021-03-16LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888xAndreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-27LibGfx: Correct the allocated buffer size in serialize_to_byte_buffer()AnotherTest
2021-01-20WindowServer: In HighDPI mode, load high-res window buttons and high-res cursorsNico Weber
2021-01-20LibGfx: Give Bitmap a scale factorNico Weber
2021-01-17LibGfx: Remove remaining SharedBuffer support in Gfx::BitmapAndreas Kling
2021-01-16LibGfx+LibGUI: Make Gfx::ShareableBitmap transmit indexed palettesAndreas Kling
2021-01-16LibGfx: Make Gfx::Bitmap::create_shareable() use an anonymous fileAndreas Kling
2021-01-16LibGfx: Make sure Bitmap::create_with_anon_fd() always closes if neededAndreas Kling
2021-01-16LibGfx: Fix fuzzer build (put anon_create() behind __serenity__)Andreas Kling
2021-01-15LibGfx: Make Gfx::ShareableBitmap use anonymous files instead of shbufsAndreas Kling
2021-01-15LibGfx: Allow creating a Gfx::Bitmap backed by an anonymous fileAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling