Age | Commit message (Expand) | Author |
---|---|---|
2020-08-12 | LibGfx: Mark compilation-unit-only functions as static | Ben Wiederhake |
2020-08-12 | Meta: Replace remaining LibM/math.h includes with math.h | Linus Groh |
2020-08-06 | Refactor: Expose const_cast by removing ByteBuffer::warp(const void*, size_t) | asynts |
2020-08-04 | Revert "LibM: Always include <math.h> instead of <LibM/math.h>" | Andreas Kling |
2020-08-04 | LibM: Always include <math.h> instead of <LibM/math.h> | Andreas Kling |
2020-07-23 | Lagom: Add LibGemini, LibGfx | Nico Weber |
2020-07-16 | LibGfx: Set correct frame type on JPEG images | stelar7 |
2020-06-28 | LibGfx+JPGLoader: Print failure message for progressive JPEGs | devashish |
2020-06-27 | LibGfx+JPGLoader: Fix decoding outside of LibWeb | devashish |
2020-06-23 | JPGLoader: Move JPGLoader internal structs and #defines to JPGLoader.cpp | devashish |
2020-06-23 | LibGfx: Integrate JPEG decoder with rest of the system | devashish |
2020-06-23 | LibGfx+LibWeb: Add JPEG decoder and integrate with LibWeb | Devashish |