summaryrefslogtreecommitdiff
path: root/Libraries/LibGfx/ICOLoader.cpp
AgeCommit message (Expand)Author
2020-08-12Meta: Replace remaining LibM/math.h includes with math.hLinus Groh
2020-08-06Refactor: Expose const_cast by removing ByteBuffer::warp(const void*, size_t)asynts
2020-08-04Revert "LibM: Always include <math.h> instead of <LibM/math.h>"Andreas Kling
2020-08-04LibM: Always include <math.h> instead of <LibM/math.h>Andreas Kling
2020-06-21LibGfx: Prefer the largest image in the file when loading an ICOPaul Roukema
2020-06-21 LibGfx: Add support for uncompressed/classic ICO filesPaul Roukema
2020-06-21LibGfx: Initial support for ICO image files.Paul Roukema