summaryrefslogtreecommitdiff
path: root/libnsgif.h
Commit message (Expand)AuthorAgeFilesLines
* First cut at a port to the core buildsystemJohn Mark Bell2009-03-291-117/+0
* When a frame claims to exceed the GIF's buffer, libnsgif will now try to reco...Sean Fox2009-01-031-1/+2
* Corrected the return type for bitmap_get_buffer in the gif decoding exampleSean Fox2008-07-011-1/+1
* Bitmap callbacks are now set during the call to gif_createSean Fox2008-06-261-1/+1
* Made non-critical bitmap callbacks optional (nullable in struct); assert on c...Sean Fox2008-06-261-0/+2
* Arranged gif_animation and gif_frame members, moved bitmap callbacks into gif...Sean Fox2008-06-261-26/+32
* Removed unnecessary dirty_frame member of gif_animation struct; made unnecess...Sean Fox2008-06-261-1/+0
* Corrected the implementation of frame disposal methodsSean Fox2008-06-251-2/+2
* Improved functions handling gif extensions; added several constants for gif f...Sean Fox2008-06-251-13/+4
* Return values are now in an enumSean Fox2008-06-221-8/+12
* Made a constant for the GIF trailer (0x3b) so it's more obvious what that byt...Sean Fox2008-06-221-0/+6
* More naming convention changes to the header to squash compiler errorsSean Fox2008-06-181-12/+12
* Altered bitmap callback table structure name for libnsgif to avoid ambiguity ...Sean Fox2008-06-181-5/+5
* Incorporated bitmap callbacks to make libnsgif stand-aloneSean Fox2008-06-151-9/+29
* Move NetSurf's gifread.h to libnsgifSean Fox2008-06-151-0/+88