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
Age
Commit message (
Expand
)
Author
2021-01-17
LibGfx: Make Painter take the scale factor as constructor argument
Nico Weber
2021-01-17
LibGfx: Convert all the dbg() in BMPLoader to dbgln()
Andreas Kling
2021-01-17
LibGfx: Let PNGLoader handle failed chunk decoding gracefully
Linus Groh
2021-01-17
Everywhere: Remove more <AK/SharedBuffer.h> includes
Andreas Kling
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
WindowServer+LibGUI: Pass the system theme using Core::AnonymousBuffer
Andreas Kling
2021-01-16
LibGfx: Short-circuit ShareableBitmap construction in IPC decoder
Andreas Kling
2021-01-16
LibGfx: Make sure Bitmap::create_with_anon_fd() always closes if needed
Andreas Kling
2021-01-16
LibGfx: Don't expose anon_fd inside Gfx::ShareableBitmap
Andreas Kling
2021-01-16
LibGfx: Don't encode invalid Gfx::ShareableBitmap as IPC::File
Andreas Kling
2021-01-16
Everywhere: Remove a bunch of <AK/SharedBuffer.h> includes
Andreas Kling
2021-01-16
LibGfx: Fix fuzzer build (put anon_create() behind __serenity__)
Andreas Kling
2021-01-15
WindowServer+Taskbar: Send WM icon updates as Gfx::ShareableBitmap
Andreas Kling
2021-01-15
LibGfx: Make Gfx::ShareableBitmap use anonymous files instead of shbufs
Andreas Kling
2021-01-15
LibGfx: Make Painter::draw_rect() scale-aware
Nico Weber
2021-01-15
LibGfx: Allow creating a Gfx::Bitmap backed by an anonymous file
Andreas Kling
2021-01-12
LibGfx: Make it possible to apply an (integer) scale to a Painter
Nico Weber
2021-01-12
LibGfx: Make Painter::draw_pixel() with thickness = 1 work with RGBA
Linus Groh
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling