Age | Commit message (Expand) | Author |
2020-09-21 | LibGfx+GIFLoader: Use InputMemoryStream instead of BufferStream. | asynts |
2020-09-12 | LibGfx: return clone from frame() instead of underlying framebuffer | Peter Nelson |
2020-08-31 | LibGfx: implement GIF RestorePrevious frame disposal mode | Peter Nelson |
2020-08-31 | LibGfx: clear previous GIF frame to transparent instead of whole image | Peter Nelson |
2020-08-30 | LibGfx: Fix Lagom build (possible uninitialized variable warnings) | Andreas Kling |
2020-08-30 | LibGfx: use Gfx::Color instead of local struct for GIF colour map | Peter Nelson |
2020-08-30 | LibGfx: only cache last decoded GIF frame | Peter Nelson |
2020-08-30 | LibGfx: add support for interlaced GIFs | Peter Nelson |
2020-08-30 | LibGfx: correctly handle GIF frame disposal modes | Peter Nelson |
2020-08-20 | LibGfx: Support loading GIF local color maps if present :^) | Andreas Kling |
2020-08-20 | LibGfx: Initialize some uninitialized things in GIFLoader | Andreas Kling |
2020-08-13 | LibGfx: use disposal method of previous frame in GIF transparency | Peter Nelson |
2020-08-13 | LibGfx: correctly handle transparency between GIF frames | Peter Nelson |
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-06-18 | LibGfx: Fix color alfa for transparent color in GIFLoader | Hüseyin ASLITÜRK |
2020-06-10 | LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize | Andreas Kling |
2020-05-26 | AK: Rename FileSystemPath -> LexicalPath | Sergey Bugaev |
2020-05-09 | LibGfx: Implement GIFImageDecoderPlugin animation methods | Peter Nelson |
2020-05-09 | LibGfx: Optimise LZWDecoder | Peter Nelson |
2020-05-09 | LibGfx: Add support for animated images to ImageDecoder{Plugin} | Peter Nelson |
2020-04-25 | LibGfx: Fix crash on decoding small gifs | Peter Nelson |
2020-04-25 | LibGfx: Don't proceed with GIF format sniffing if stream read fails | Andreas Kling |
2020-04-25 | LibGfx: Remove unnecessary casts | Peter Nelson |
2020-04-25 | LibGfx: Minor changes to adhere to code style guidelines | Peter Nelson |
2020-04-25 | LibGfx: Add a sniff method to ImageDecoder and implement for GIF and PNG | Peter Nelson |
2020-04-25 | LibGfx: Extract GIF header decoding into separate function | Peter Nelson |
2020-04-25 | LibGfx: implement remaining GIFImageDecoderPlugin methods | Peter Nelson |
2020-04-25 | LibGfx: decode first frame of GIF LZW data | Peter Nelson |
2020-04-25 | LibGfx: Implement GIF LZW decoding | Peter Nelson |
2020-03-08 | Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller | Andreas Kling |
2020-02-25 | AK: Make Vector use size_t for its size and capacity | Andreas Kling |
2020-02-25 | AK, LibGfx, LibGUI: Initialize various variables to zero. | Emanuel Sprung |
2020-02-15 | LibGfx: Remove unused Bitmap::load_from_file() for loading raw RGBA | Andreas Kling |
2020-02-06 | LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h} | Andreas Kling |
2020-02-06 | LibGfx: Rename from LibDraw :^) | Andreas Kling |