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
/
PNGLoader.h
Age
Commit message (
Expand
)
Author
2023-01-27
LibGfx: Add a method to ImageDecoderPlugin for reading ICC data
Nico Weber
2023-01-20
LibGfx: Re-structure the whole initialization pattern for image decoders
Liav A
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2021-11-21
LibGfx: Make ImageDecoderPlugin::frame() return ErrorOr<>
Andreas Kling
2021-11-18
LibGfx: Remove ImageDecoderPlugin::bitmap() in favor of frame(index)
Andreas Kling
2021-11-13
LibGfx: Remove all load_FORMAT_from_memory() decoder wrappers
Andreas Kling
2021-11-11
LibGfx: Remove load_FORMAT() image codec wrappers
Andreas Kling
2021-09-09
LibGfx: Move common loader functionality to load from memory functions
Timothy
2021-07-25
LibGfx: Make Gfx::Bitmap::set_nonvolatile() report allocation failure
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-17
LibGfx: Switch a bunch of API's from taking StringView to String
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling