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
/
ShareableBitmap.h
Age
Commit message (
Expand
)
Author
2023-01-04
LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr
Timothy Flynn
2022-12-26
LibIPC+Everywhere: Change IPC decoders to construct values in-place
Timothy Flynn
2022-11-15
Userland: Properly define IPC::encode and IPC::decode specializations
Timothy Flynn
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-17
Libraries: Use default constructors/destructors in LibGfx
Lenny Maiorani
2021-11-28
LibIPC+IPCCompiler+AK: Make IPC value decoders return ErrorOr<void>
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap infrastructure used by ShareableBitmap
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-01-20
LibGfx: Give Bitmap a scale factor
Nico Weber
2021-01-16
LibGfx: Short-circuit ShareableBitmap construction in IPC decoder
Andreas Kling
2021-01-16
LibGfx: Don't expose anon_fd inside Gfx::ShareableBitmap
Andreas Kling
2021-01-15
LibGfx: Make Gfx::ShareableBitmap use anonymous files instead of shbufs
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling