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
/
LibImageDecoderClient
Age
Commit message (
Expand
)
Author
2021-11-11
Everywhere: Pass AK::ReadonlyBytes by value
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> in Core::AnonymousBuffer
Andreas Kling
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-06-24
Userland: Remove dummy IPC methods
Gunnar Beutner
2021-05-23
LibIPC: Remove unnecessary IPC::ServerConnection::handshake()
Andreas Kling
2021-05-23
ImageDecoder: Remove unnecessary greet() message
Andreas Kling
2021-05-14
LibImageDecoderClient: Decoded images with 0 frames are not successful
Andreas Kling
2021-05-03
Userland: Add try_* IPC handlers
Gunnar Beutner
2021-05-03
Userland: Update IPC calls to use proxies
Gunnar Beutner
2021-05-03
Userland: Change IPC funcs to use plain arguments instead of a struct
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-17
Everywhere: Remove pessimizing and redundant move()
Andreas Kling
2021-02-20
LibWeb+LibImageDecoderClient: Reuse ImageDecoder service process
Andreas Kling
2021-02-20
LibImageDecoderClient: Gracefully recover from decoder crashes :^)
Andreas Kling
2021-02-01
LibIPC: Stop sending client ID to clients
Andreas Kling
2021-01-31
LibIPC: Stop exchanging client/server PIDs in greeting handshake
Andreas Kling
2021-01-29
ImageDecoder+LibImageDecoder+LibWeb: Support animations in ImageDecoder
Andreas Kling
2021-01-16
ImageDecoder: Use Core::AnonymousBuffer and Gfx::ShareableBitmap
Andreas Kling
2021-01-16
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling