summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Try and display the GIF anyway if an error code is returned.James Bursa2008-06-221-5/+4
| | | | svn path=/branches/dynis/libnsgif/; revision=4420
* Updated references to a #define variable that is now uppercaseSean Fox2008-06-221-4/+4
| | | | svn path=/branches/dynis/libnsgif/; revision=4419
* Corrected support for GIF comment extension and frames without image dataSean Fox2008-06-221-2/+28
| | | | svn path=/branches/dynis/libnsgif/; revision=4418
* Improved data-verification when initialising and decoding framesSean Fox2008-06-221-57/+87
| | | | svn path=/branches/dynis/libnsgif/; revision=4417
* Made a constant for the GIF trailer (0x3b) so it's more obvious what that ↵Sean Fox2008-06-222-5/+10
| | | | | | byte does svn path=/branches/dynis/libnsgif/; revision=4416
* Provide better GIF documentation in the comments to assist in future editingSean Fox2008-06-221-8/+37
| | | | svn path=/branches/dynis/libnsgif/; revision=4415
* Script to decode and display a GIF.James Bursa2008-06-211-0/+3
| | | | svn path=/branches/dynis/libnsgif/; revision=4414
* Simplified example of using libnsgif.James Bursa2008-06-213-1/+225
| | | | svn path=/branches/dynis/libnsgif/; revision=4413
* More naming convention changes to the header to squash compiler errorsSean Fox2008-06-181-12/+12
| | | | svn path=/branches/dynis/libnsgif/; revision=4399
* Altered bitmap callback table structure name for libnsgif to avoid ambiguity ↵Sean Fox2008-06-182-12/+12
| | | | | | when bmp library is created svn path=/branches/dynis/libnsgif/; revision=4390
* Added NetSurf's log file for debuggingSean Fox2008-06-151-0/+37
| | | | svn path=/branches/dynis/libnsgif/; revision=4349
* Added Makefile for installationSean Fox2008-06-152-0/+65
| | | | svn path=/branches/dynis/libnsgif/; revision=4348
* Incorporated bitmap callbacks to make libnsgif stand-aloneSean Fox2008-06-152-35/+55
| | | | svn path=/branches/dynis/libnsgif/; revision=4347
* Move NetSurf's gifread.h to libnsgifSean Fox2008-06-151-0/+88
| | | | svn path=/branches/dynis/libnsgif/; revision=4345
* Move NetSurf's gifread.c to libnsgifSean Fox2008-06-151-0/+1004
svn path=/branches/dynis/libnsgif/; revision=4344