summaryrefslogtreecommitdiff
path: root/src/gd_bmp.c
Commit message (Expand)AuthorAgeFilesLines
* Document all BGD_DECLARE'd functionsChristoph M. Becker2016-07-201-0/+18
* fix coverity CID 95855, missing breakPierre Joye2016-06-201-0/+2
* fix covererity CID 95842, duplicate codePierre Joye2016-06-201-2/+0
* bmp: use double variant of ceil funcMike Frysinger2016-01-111-1/+1
* Unify the Win32 check to _WIN32 check which is defined by both VC and MinGWOndřej Surý2013-04-231-1/+1
* fix color order in bmp_read_palette, fix bmp_im2im testRemi Collet2013-04-221-2/+2
* - apply same CS everywherepierrejoye2013-04-031-106/+105
* fixed possible segfaults when gdNewDynamicCtx() returns nulltabe2009-06-251-0/+2
* fix for FS#204tabe2009-06-181-0/+2
* Merge in BMP support, sync up LSB functions.scottmac2008-05-311-0/+1063