summaryrefslogtreecommitdiff
path: root/libnsbmp.h
Commit message (Expand)AuthorAgeFilesLines
* First cut at a port to the new buildsystemJohn Mark Bell2009-03-291-123/+0
* Properly avoid overflows of width and height and cast integers to 64-bit wher...Sean Fox2009-01-241-2/+2
* Moved *bmp_data just below bitmap_callbacks in the bmp_image structureSean Fox2008-07-011-1/+1
* Changed several char/int types to proper types from <stdint.h>; corrected dec...Sean Fox2008-07-011-19/+26
* Correct ico support and added documentation; corrected handling of rgb16 enco...Sean Fox2008-06-271-16/+18
* Arranged bmp_image members, moved bitmap callbacks into bmp_imageSean Fox2008-06-271-24/+29
* Correct coloring issue under linux caused by signedness; added bmp_create() f...Sean Fox2008-06-271-6/+7
* More naming convention changes to the header to squash compiler errorsSean Fox2008-06-181-10/+10
* Incorporated bitmap callbacks to make libnsbmp stand-aloneSean Fox2008-06-181-7/+31
* Copy current bmpread.h to new bmp library's directorySean Fox2008-06-181-0/+84