summaryrefslogtreecommitdiff
path: root/Libraries/LibDraw/PNGLoader.cpp
AgeCommit message (Expand)Author
2020-02-06LibGfx: Rename from LibDraw :^)Andreas Kling
2020-02-06LibDraw: Put all classes in the Gfx namespaceAndreas Kling
2020-01-21LibDraw: Remove old PNG_STOPWATCH_DEBUG debug codeAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-12-18LibDraw: Create purgeable GraphicsBitmap in the PNG decoderAndreas Kling
2019-11-23LibCore: Move puff() from LibDraw to LibCoreAndreas Kling
2019-10-19LibDraw: Rename ImageLoader => ImageDecoderAndreas Kling
2019-10-19LibDraw: Have the PNGImageLoaderPlugin remember if it failed to decodeAndreas Kling
2019-10-16LibDraw: Teach PNGLoader to only decode enough of learn the image sizeAndreas Kling
2019-10-15LibDraw: Add ImageLoader, a simple abstraction for image loadingAndreas Kling
2019-09-30ByteBuffer: Remove pointer() in favor of data()Andreas Kling
2019-09-29LibDraw: Implemented support for more PNG formats (#614)Brandon Scott
2019-09-16PNGLoader: Add load_png_from_memory methodConrad Pankoff
2019-07-18LibDraw: Introduce (formerly known as SharedGraphics.)Andreas Kling