index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibGfx
/
GIFLoader.cpp
Age
Commit message (
Expand
)
Author
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