index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibDraw
/
PNGLoader.cpp
Age
Commit message (
Expand
)
Author
2020-02-06
LibGfx: Rename from LibDraw :^)
Andreas Kling
2020-02-06
LibDraw: Put all classes in the Gfx namespace
Andreas Kling
2020-01-21
LibDraw: Remove old PNG_STOPWATCH_DEBUG debug code
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-12-18
LibDraw: Create purgeable GraphicsBitmap in the PNG decoder
Andreas Kling
2019-11-23
LibCore: Move puff() from LibDraw to LibCore
Andreas Kling
2019-10-19
LibDraw: Rename ImageLoader => ImageDecoder
Andreas Kling
2019-10-19
LibDraw: Have the PNGImageLoaderPlugin remember if it failed to decode
Andreas Kling
2019-10-16
LibDraw: Teach PNGLoader to only decode enough of learn the image size
Andreas Kling
2019-10-15
LibDraw: Add ImageLoader, a simple abstraction for image loading
Andreas Kling
2019-09-30
ByteBuffer: Remove pointer() in favor of data()
Andreas Kling
2019-09-29
LibDraw: Implemented support for more PNG formats (#614)
Brandon Scott
2019-09-16
PNGLoader: Add load_png_from_memory method
Conrad Pankoff
2019-07-18
LibDraw: Introduce (formerly known as SharedGraphics.)
Andreas Kling