summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx
AgeCommit message (Expand)Author
2021-01-17LibGfx: Make Painter take the scale factor as constructor argumentNico Weber
2021-01-17LibGfx: Convert all the dbg() in BMPLoader to dbgln()Andreas Kling
2021-01-17LibGfx: Let PNGLoader handle failed chunk decoding gracefullyLinus Groh
2021-01-17Everywhere: Remove more <AK/SharedBuffer.h> includesAndreas Kling
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-16WindowServer+LibGUI: Pass the system theme using Core::AnonymousBufferAndreas Kling
2021-01-16LibGfx: Short-circuit ShareableBitmap construction in IPC decoderAndreas Kling
2021-01-16LibGfx: Make sure Bitmap::create_with_anon_fd() always closes if neededAndreas Kling
2021-01-16LibGfx: Don't expose anon_fd inside Gfx::ShareableBitmapAndreas Kling
2021-01-16LibGfx: Don't encode invalid Gfx::ShareableBitmap as IPC::FileAndreas Kling
2021-01-16Everywhere: Remove a bunch of <AK/SharedBuffer.h> includesAndreas Kling
2021-01-16LibGfx: Fix fuzzer build (put anon_create() behind __serenity__)Andreas Kling
2021-01-15WindowServer+Taskbar: Send WM icon updates as Gfx::ShareableBitmapAndreas Kling
2021-01-15LibGfx: Make Gfx::ShareableBitmap use anonymous files instead of shbufsAndreas Kling
2021-01-15LibGfx: Make Painter::draw_rect() scale-awareNico Weber
2021-01-15LibGfx: Allow creating a Gfx::Bitmap backed by an anonymous fileAndreas Kling
2021-01-12LibGfx: Make it possible to apply an (integer) scale to a PainterNico Weber
2021-01-12LibGfx: Make Painter::draw_pixel() with thickness = 1 work with RGBALinus Groh
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling