summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* We don't need read_int8 right nowDaniel Silverstone2014-08-291-0/+2
* Update component version for releaserelease/0.1.1Vincent Sanders2014-04-181-1/+1
* Add support for multilibJohn-Mark Bell2014-01-132-3/+3
* update component version for releaserelease/0.1.0Vincent Sanders2013-04-191-1/+1
* add a .gitattributes so .gitignore is not exportedVincent Sanders2013-04-181-0/+2
* Remove suspend/invalidate stuff.Michael Drake2012-10-144-61/+0
* Update to new NSBUILD infrastructureDaniel Silverstone2012-06-292-3/+5
* Simple gitignoreDaniel Silverstone2012-06-041-0/+2
* Bump versionJohn Mark Bell2011-04-071-1/+1
* Squash warning about comparison between signed and unsigned values.Michael Drake2010-12-171-1/+3
* Fix bug #3128147: range check bitmap data size and header offset in .ico hand...John Mark Bell2010-12-161-0/+11
* Correct arg nameChris Young2010-11-191-1/+2
* Bump versionJohn Mark Bell2010-04-191-1/+1
* Fix ICO decoding on big-endian platforms.Chris Young2009-12-191-1/+4
* -Wextra is only understood by GCC 3.4.6 or later. John Mark Bell2009-11-061-3/+4
* Ensure local include path overrides buildsystem settings.John Mark Bell2009-08-011-2/+2
* "Improve" broken-looking inverse height calculation. This probably regresses ...John Mark Bell2009-05-271-2/+1
* Don't even think about -Werror with gcc2...François Revel2009-04-241-2/+2
* Update libnsbmp to new shared object standardsDaniel Silverstone2009-04-212-3/+3
* Fix palette endianness of 16bpp and higher BMPs.Chris Young2009-04-191-0/+4
* Fix palette endiannessChris Young2009-04-191-0/+1
* Fix compilationChris Young2009-04-192-2/+2
* GCC 2.95 compatibilityJohn Mark Bell2009-04-151-2/+11
* Shared library versioningJohn Mark Bell2009-04-032-5/+7
* Fix warningsJohn Mark Bell2009-03-291-12/+12
* First cut at a port to the new buildsystemJohn Mark Bell2009-03-295-113/+36
* Prefix build dirs with build- and svn ignore them. Simplify clean rule.John Tytgat2009-02-011-5/+4
* Properly avoid overflows of width and height and cast integers to 64-bit wher...Sean Fox2009-01-242-45/+12
* Examples now allow partially decoded images. A warning is given for BMP_INSUF...Sean Fox2009-01-242-4/+10
* Correct a few error returns; add notes on bmp_decode returning BMP_INSUFFICIE...Sean Fox2009-01-241-7/+15
* Fix silly memory leaks.Sean Fox2009-01-242-6/+14
* Check for proper image decoding /prior/ to outputting anything.Sean Fox2009-01-242-12/+14
* Add a few more boundary checks.Sean Fox2009-01-241-3/+14
* A 24-bit transparency index shouldn't be reading 32 bits of data.Sean Fox2009-01-241-1/+1
* Point to MSDN for format specifications because it appears to be more accurat...Sean Fox2009-01-241-1/+2
* Perform strict validation of the 'bits per pixel' field according to the spec...Sean Fox2009-01-241-7/+46
* Disallow a 0 value in the 'bits per pixel' field of a Windows 2.x header. Kud...Sean Fox2009-01-171-0/+2
* Avoid integer overflow when boundary checking the size of the colour table. K...Sean Fox2009-01-171-1/+39
* Boundary check the bitmap offset. Kudos to Joonas Pihlaja.Sean Fox2009-01-171-0/+4
* C89François Revel2008-11-291-1/+1
* Use DESTDIR.John Mark Bell2008-10-131-9/+11
* GCCSDK 4 build compatibility (not finished yet)John Tytgat2008-09-281-20/+20
* Fix misleading dbl header include protection test.John Tytgat2008-09-141-2/+2
* Change libnsbmp to MIT licenceRob Kendrick2008-09-055-55/+34
* Add support for cross-compiling using TARGET=riscos.James Bursa2008-08-121-41/+74
* Decode examples now include local header so they're useful prior to installin...Sean Fox2008-07-152-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-014-237/+437
* Added bmp test suiteSean Fox2008-07-0145-0/+146
* Added ico_display scriptSean Fox2008-06-281-0/+3