summaryrefslogtreecommitdiff
path: root/cocoa/bitmap.m
Commit message (Collapse)AuthorAgeFilesLines
* Remove suspension of bmp/gif images. It's completely redundant with the ↵Michael Drake2012-10-141-7/+0
| | | | convert on demand core image cache.
* Reorganized includes.Sven Weidauer2011-01-311-1/+2
| | | | svn path=/trunk/netsurf/; revision=11567
* Changing Xcode project file to build using the Makefiles and fixed some ↵Sven Weidauer2011-01-311-2/+2
| | | | | | warnings. svn path=/trunk/netsurf/; revision=11558
* Fixing bitmap functions to return BYTES and not bits per pixel for ↵Sven Weidauer2011-01-251-2/+2
| | | | | | bitmap_get_bpp svn path=/trunk/netsurf/; revision=11487
* Cocoa front end (credit: Sven Weidauer)John Mark Bell2011-01-121-0/+223
svn path=/trunk/netsurf/; revision=11292