summaryrefslogtreecommitdiff
path: root/image/bmpread.c
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of non ASCII \xa0 character in comments (copy-pasting a webpage ?) I ↵François Revel2008-06-051-32/+33
| | | | | | also need config.h for a missing type on BeOS. svn path=/trunk/netsurf/; revision=4265
* Improve MNG error handling to show error code. Fix code not expecting ↵James Bursa2008-06-011-1/+11
| | | | | | bitmap_get_buffer() to return 0. svn path=/trunk/netsurf/; revision=4237
* Further fixes for unsigned int being used as an intptrRob Kendrick2008-04-071-4/+4
| | | | svn path=/trunk/netsurf/; revision=4082
* Fix assumption that int is the same width as a pointerRob Kendrick2008-04-071-10/+11
| | | | svn path=/trunk/netsurf/; revision=4081
* SignednessWarnings.squash()John Mark Bell2008-02-251-4/+5
| | | | | | Aside from a number of instances of const being cast away (mostly relating to the urldb, which is correct to only export const data) this now builds warning-free with GCC 4 on x86, which is nice. svn path=/trunk/netsurf/; revision=3868
* Update all source code file headers to reflect GPL version 2 only and ↵Vincent Sanders2007-08-081-3/+14
| | | | | | contain appropriate licence text svn path=/trunk/netsurf/; revision=3486
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" ↵Daniel Silverstone2007-05-301-3/+3
| | | | | | | | | | | | | | in includes NetSurf includes are now done with ""s and other system includes with <>s as C intended. The scandeps tool has been updated to only look for ""ed includes, and to verify that the files exist in the tree before adding them to the dependency lines. The depend rule has therefore been augmented to make sure the autogenerated files are built before it is run. This is untested under self-hosted RISC OS builds. All else tested and works. svn path=/trunk/netsurf/; revision=3307
* Update project URL.Michael Drake2006-11-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=3073
* [project @ 2006-02-28 01:02:37 by rjw]Richard Wilson2006-02-281-7/+7
| | | | | | Render alpha-channel BMPs correctly. svn path=/import/netsurf/; revision=2100
* [project @ 2006-02-28 00:45:15 by rjw]Richard Wilson2006-02-281-57/+166
| | | | | | Implement bitfield encoding for BMPs. We now correctly decode every image in the BMP test suite at http://pobox.com/~jason1/bmpsuite/ svn path=/import/netsurf/; revision=2099
* [project @ 2006-02-26 02:25:19 by rjw]Richard Wilson2006-02-261-34/+234
| | | | | | Add support for ICO files. svn path=/import/netsurf/; revision=2096
* [project @ 2006-02-25 18:50:34 by rjw]Richard Wilson2006-02-251-0/+483
Support for BMP files svn path=/import/netsurf/; revision=2095