summaryrefslogtreecommitdiff
path: root/cocoa/thumbnail.m
Commit message (Collapse)AuthorAgeFilesLines
* Fix up ripples from urldb change.Michael Drake2012-10-111-2/+1
|
* Pass whether background images are wanted in redraw_context.Michael Drake2011-12-231-0/+1
| | | | svn path=/trunk/netsurf/; revision=13335
* Include missing header.Michael Drake2011-08-311-0/+1
| | | | svn path=/trunk/netsurf/; revision=12685
* Remove plotter table global. Pass a redraw context around redraw functions. ↵Michael Drake2011-06-301-1/+7
| | | | | | Knockout could be handled better. Note: untested on most front ends. svn path=/trunk/netsurf/; revision=12543
* Front ends don't need to call thumbnail_get_redraw_scale() now.Michael Drake2011-03-091-3/+0
| | | | svn path=/trunk/netsurf/; revision=11946
* Fix typo so the mac port compilesSven Weidauer2011-02-211-1/+1
| | | | svn path=/trunk/netsurf/; revision=11747
* Port cocoa front end to use thumbnail_redraw(). Note: untested.Michael Drake2011-02-201-21/+16
| | | | svn path=/trunk/netsurf/; revision=11720
* Remove thumbnail_create() from browser.h. Make RO front end use the core ↵Michael Drake2011-02-191-0/+1
| | | | | | thumbnail_redraw function. Make other front ends include the right header for thumbnail_create(). svn path=/trunk/netsurf/; revision=11716
* Pass clip rect as struct through content_redraw api. Update the front ends ↵Michael Drake2011-02-131-1/+7
| | | | | | to use this. Note only RO build tested. svn path=/trunk/netsurf/; revision=11670
* Reorganized includes.Sven Weidauer2011-01-311-2/+2
| | | | svn path=/trunk/netsurf/; revision=11567
* Fixing bitmap functions to return BYTES and not bits per pixel for ↵Sven Weidauer2011-01-251-1/+1
| | | | | | bitmap_get_bpp svn path=/trunk/netsurf/; revision=11487
* Cocoa front end (credit: Sven Weidauer)John Mark Bell2011-01-121-0/+61
svn path=/trunk/netsurf/; revision=11292