summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update the component version for releaserelease/0.1.2Vincent Sanders2015-03-081-1/+1
|
* Fix up for new buildsystemJohn-Mark Bell2014-11-161-1/+1
|
* 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
| | | | svn path=/trunk/libnsbmp/; revision=14008
* Simple gitignoreDaniel Silverstone2012-06-041-0/+2
| | | | svn path=/trunk/libnsbmp/; revision=13952
* Bump versionJohn Mark Bell2011-04-071-1/+1
| | | | svn path=/trunk/libnsbmp/; revision=12170
* Squash warning about comparison between signed and unsigned values.Michael Drake2010-12-171-1/+3
| | | | svn path=/trunk/libnsbmp/; revision=11084
* Fix bug #3128147: range check bitmap data size and header offset in .ico ↵John Mark Bell2010-12-161-0/+11
| | | | | | handling svn path=/trunk/libnsbmp/; revision=11072
* Correct arg nameChris Young2010-11-191-1/+2
| | | | | | Include stddef.h as it typedefs size_t svn path=/trunk/libnsbmp/; revision=10945
* Bump versionJohn Mark Bell2010-04-191-1/+1
| | | | svn path=/trunk/libnsbmp/; revision=10441
* Fix ICO decoding on big-endian platforms.Chris Young2009-12-191-1/+4
| | | | svn path=/trunk/libnsbmp/; revision=9741
* -Wextra is only understood by GCC 3.4.6 or later. John Mark Bell2009-11-061-3/+4
| | | | | | | | | | | | | | | | It is a more descriptive synonym for -W. Use -W instead which is understood by all common versions of GCC (i.e. GCC 2.95 supports it, which is the oldest GCC version we have to support) Additionally, conditionalise our -Werror usage on whether we're building for BeOS/Haiku. On these platforms, the standard library headers result in warnings. GCC 2 is quite happy to build this code on other platforms, so shouldn't be the trigger for dropping -Werror (even if BeOS is the only target where GCC2 is likely to be used). svn path=/trunk/libnsbmp/; revision=9666
* Ensure local include path overrides buildsystem settings.John Mark Bell2009-08-011-2/+2
| | | | svn path=/trunk/libnsbmp/; revision=8962
* "Improve" broken-looking inverse height calculation. This probably regresses ↵John Mark Bell2009-05-271-2/+1
| | | | | | something but someone needs to create a testsuite to determine that. svn path=/trunk/libnsbmp/; revision=7586
* Don't even think about -Werror with gcc2...François Revel2009-04-241-2/+2
| | | | svn path=/trunk/libnsbmp/; revision=7309
* Update libnsbmp to new shared object standardsDaniel Silverstone2009-04-212-3/+3
| | | | svn path=/trunk/libnsbmp/; revision=7207
* Fix palette endianness of 16bpp and higher BMPs.Chris Young2009-04-191-0/+4
| | | | | | | All BMP test suite images now display correctly on PowerPC (AmigaOS 4) except g04rle.bmp which is crashing in bmp_decode_rle() svn path=/trunk/libnsbmp/; revision=7135
* Fix palette endiannessChris Young2009-04-191-0/+1
| | | | svn path=/trunk/libnsbmp/; revision=7134
* Fix compilationChris Young2009-04-192-2/+2
| | | | svn path=/trunk/libnsbmp/; revision=7133
* GCC 2.95 compatibilityJohn Mark Bell2009-04-151-2/+11
| | | | svn path=/trunk/libnsbmp/; revision=7096
* Shared library versioningJohn Mark Bell2009-04-032-5/+7
| | | | svn path=/trunk/libnsbmp/; revision=7033
* Fix warningsJohn Mark Bell2009-03-291-12/+12
| | | | svn path=/trunk/libnsbmp/; revision=6982
* First cut at a port to the new buildsystemJohn Mark Bell2009-03-295-113/+36
| | | | svn path=/trunk/libnsbmp/; revision=6981
* Prefix build dirs with build- and svn ignore them. Simplify clean rule.John Tytgat2009-02-011-5/+4
| | | | svn path=/trunk/libnsbmp/; revision=6334
* Properly avoid overflows of width and height and cast integers to 64-bit ↵Sean Fox2009-01-242-45/+12
| | | | | | where necessary to do proper calculations. svn path=/trunk/libnsbmp/; revision=6254
* Examples now allow partially decoded images. A warning is given for ↵Sean Fox2009-01-242-4/+10
| | | | | | BMP_INSUFFICIENT_DATA, but we still pass the bitmap data to display. svn path=/trunk/libnsbmp/; revision=6252
* Correct a few error returns; add notes on bmp_decode returning ↵Sean Fox2009-01-241-7/+15
| | | | | | BMP_INSUFFICIENT_DATA. svn path=/trunk/libnsbmp/; revision=6251
* Fix silly memory leaks.Sean Fox2009-01-242-6/+14
| | | | svn path=/trunk/libnsbmp/; revision=6250
* Check for proper image decoding /prior/ to outputting anything.Sean Fox2009-01-242-12/+14
| | | | svn path=/trunk/libnsbmp/; revision=6220
* Add a few more boundary checks.Sean Fox2009-01-241-3/+14
| | | | svn path=/trunk/libnsbmp/; revision=6219
* A 24-bit transparency index shouldn't be reading 32 bits of data.Sean Fox2009-01-241-1/+1
| | | | svn path=/trunk/libnsbmp/; revision=6218
* Point to MSDN for format specifications because it appears to be more ↵Sean Fox2009-01-241-1/+2
| | | | | | accurate; the previous link had a few inaccuracies regarding RGB encoding. svn path=/trunk/libnsbmp/; revision=6217
* Perform strict validation of the 'bits per pixel' field according to the ↵Sean Fox2009-01-241-7/+46
| | | | | | specification. svn path=/trunk/libnsbmp/; revision=6216
* Disallow a 0 value in the 'bits per pixel' field of a Windows 2.x header. ↵Sean Fox2009-01-171-0/+2
| | | | | | Kudos to Joonas Pihlaja. svn path=/trunk/libnsbmp/; revision=6122
* Avoid integer overflow when boundary checking the size of the colour table. ↵Sean Fox2009-01-171-1/+39
| | | | | | Kudos to Joonas Pihlaja. svn path=/trunk/libnsbmp/; revision=6121
* Boundary check the bitmap offset. Kudos to Joonas Pihlaja.Sean Fox2009-01-171-0/+4
| | | | svn path=/trunk/libnsbmp/; revision=6120
* C89François Revel2008-11-291-1/+1
| | | | svn path=/trunk/libnsbmp/; revision=5836
* Use DESTDIR.John Mark Bell2008-10-131-9/+11
| | | | | | OS X friendly install invocation svn path=/trunk/libnsbmp/; revision=5557
* GCCSDK 4 build compatibility (not finished yet)John Tytgat2008-09-281-20/+20
| | | | svn path=/trunk/libnsbmp/; revision=5458
* Fix misleading dbl header include protection test.John Tytgat2008-09-141-2/+2
| | | | svn path=/trunk/libnsbmp/; revision=5312
* Change libnsbmp to MIT licenceRob Kendrick2008-09-055-55/+34
| | | | svn path=/trunk/libnsbmp/; revision=5242
* Add support for cross-compiling using TARGET=riscos.James Bursa2008-08-121-41/+74
| | | | svn path=/trunk/libnsbmp/; revision=5070
* Decode examples now include local header so they're useful prior to ↵Sean Fox2008-07-152-2/+2
| | | | | | installing the library svn path=/branches/dynis/libnsbmp/; revision=4672
* Moved *bmp_data just below bitmap_callbacks in the bmp_image structureSean Fox2008-07-011-1/+1
| | | | svn path=/branches/dynis/libnsbmp/; revision=4487
* Changed several char/int types to proper types from <stdint.h>; corrected ↵Sean Fox2008-07-014-237/+437
| | | | | | decoding errors for 32-bit and 16-bit bitmaps; more corrections to ico handling; added support for 'limited transparency'; added documentation to assist with future editing; cleaned up functions that read in data svn path=/branches/dynis/libnsbmp/; revision=4484