summaryrefslogtreecommitdiff
path: root/Libraries/LibDraw/PNGLoader.h
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-18Meta: Add license header to source filesAndreas Kling
2019-12-18LibDraw: Create purgeable GraphicsBitmap in the PNG decoderAndreas Kling
2019-10-19LibDraw: Rename ImageLoader => ImageDecoderAndreas Kling
2019-10-15LibDraw: Add ImageLoader, a simple abstraction for image loadingAndreas Kling
2019-09-16PNGLoader: Add load_png_from_memory methodConrad Pankoff
2019-07-18LibDraw: Introduce (formerly known as SharedGraphics.)Andreas Kling