summaryrefslogtreecommitdiff
path: root/include/nsgif.h
Commit message (Expand)AuthorAgeFilesLines
* docs: Various doxygen comment fixestlsa/docsMichael Drake2023-01-011-7/+8
* API: Add call to indicate input data is completeMichael Drake2022-11-041-0/+29
* API: Replace colour_table with {global|local}_palette.Michael Drake2022-05-081-2/+2
* API: Add function to get a frame's local palette.Michael Drake2022-05-081-0/+20
* API: Add function to get global colour table.Michael Drake2022-05-071-0/+20
* API: Store presence of global/local colour table in GIF/frame info.Michael Drake2022-05-071-0/+4
* API: Add optional bitmap rowspan callback.Michael Drake2022-05-011-1/+16
* API: Add function to control handling of small frame delays.Michael Drake2022-04-041-0/+31
* API: Don't expose loop_count.Michael Drake2022-04-041-2/+0
* API: Use uint32_t for background colour info member.Michael Drake2022-03-241-1/+1
* API: GIF: Take client colour layout on nsgif_create().Michael Drake2022-03-231-2/+4
* API: Add enum for colour component order selection.Michael Drake2022-03-231-3/+58
* API: Docs: Document meaning of zero for loop_max gif info member.Michael Drake2022-03-081-1/+1
* API: Document nsgif_data_scan return code errors being non-fatal.Michael Drake2022-03-031-0/+3
* API: Single error code for end of data.Michael Drake2022-03-031-6/+1
* API: Expose transparency flag in frame info.Michael Drake2022-03-021-0/+2
* API: Expose background colour in nsgif info.Michael Drake2022-03-021-0/+2
* API: Minor code documentation improvements for public API.Michael Drake2022-03-011-17/+20
* API: Document pixel buffer format in header.Michael Drake2022-03-011-0/+5
* Source: Update copyright years.Michael Drake2022-02-261-1/+1
* API: Consistent typedef naming convention.Michael Drake2022-02-261-12/+14
* API: Add public access function for frame information.Michael Drake2022-02-261-34/+92
* GIF: Minimum gif delay shouldn't be public.Michael Drake2022-02-261-2/+0
* 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/+194