summaryrefslogtreecommitdiff
path: root/cocoa/thumbnail.m
Commit message (Collapse)AuthorAgeFilesLines
* Convert cocoa to use bitmap render APIVincent Sanders2015-04-241-65/+0
|
* Remove url from content thumbnailers APIVincent Sanders2015-03-151-3/+1
| | | | | | | | | | | | | | | | The content thumbnailers for each frontend were being provided the contents url. This was only ever used to call the urldb thumbnail setting API. This changes it so the single callsite that passed a valid url adds the bitmap to that url itself in desktop_history.c instead of forcing every frontend to require the urldb API. Additionally the old API could pass the url as NULL which was causing asserts where this was not an expected parameter value. Because of this this fixes bug #2286 which was also present in the monkey frontend as both called nsurl_access() on the url without the NULL check and caused an assertion.
* 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