summaryrefslogtreecommitdiff
path: root/cocoa/bitmap.m
Commit message (Collapse)AuthorAgeFilesLines
* Fix cocoa_bitmap_modified scope error introduced in cleanupVincent Sanders2015-06-181-1/+1
|
* Fix several warnings in cocoa frontendVincent Sanders2015-06-181-15/+15
|
* Convert cocoa to use bitmap render APIVincent Sanders2015-04-241-35/+84
|
* fix forward reference in cocoa bitmap handlingVincent Sanders2015-04-171-21/+21
|
* convert cocoa frontend to bitmap operation tableVincent Sanders2015-04-161-0/+16
|
* 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