summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* API: Clean up error codes and add nsgif_strerror function.Michael Drake2022-02-261-31/+73
* API: Clean up client bitmap interface.Michael Drake2022-02-241-25/+62
* API: Rework library API to keep internal workings private.Michael Drake2022-02-231-109/+117
* API: Rename nsgif_animation to nsgif.Michael Drake2022-02-231-7/+7
* API: Split out redraw rectangle.Michael Drake2022-02-231-8/+15
* LIB: Rename public header and source file.Michael Drake2022-02-231-0/+0
* LIB: Use consistent nsgif_ / NSGIF_ namespace.Michael Drake2022-02-231-50/+50
* GIF: Rename flag for whether the frame image has been decoded.Michael Drake2022-02-211-2/+2
* API: Use stdint types.Michael Drake2021-11-241-25/+25
* GIF: Unify insufficient data error codes.Michael Drake2021-11-191-7/+4
* Add myself to the copyright headers.Michael Drake2021-11-191-0/+1
* API: Fix typos in public header.Michael Drake2021-11-051-4/+4
* API: Clean up public header indentation.Michael Drake2021-11-051-115/+113
* GIF: Constify raw source data.Michael Drake2021-11-041-3/+3
* GIF: Store transparancy index on the frame.Michael Drake2021-11-031-1/+1
* GIF: Change background colour handling.Michael Drake2021-11-021-2/+4
* GIF: Abstract colour table decoding.Michael Drake2021-11-021-0/+2
* GIF: Move image descriptor parsing to frame initialisation.Michael Drake2021-10-311-0/+2
* Disposal Method: Handle Restore to previous with saved image.Michael Drake2020-07-061-0/+9
* GIF decoding: Remove old LZW decoder and port library to new implementation.Michael Drake2017-04-051-0/+2
* Remove pointless current_error from API surface.Michael Drake2017-02-061-2/+0
* Add doxygen config and update formatting and doc commentsVincent Sanders2017-01-241-66/+141
* Missing includeChris Young2010-11-211-0/+1
* First cut at a port to the core buildsystemJohn Mark Bell2009-03-291-0/+107