summaryrefslogtreecommitdiff
path: root/desktop/thumbnail.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused thumbnail sources from core and gtkVincent Sanders2015-04-231-55/+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.
* remove unecessary utils/types.hVincent Sanders2014-11-021-6/+5
| | | | | | This cleans up this header and moves the functionality into more useful places while reducing the include complexity but only pulling in whats required.
* Fix up ripples from urldb change.Michael Drake2012-10-111-1/+2
|
* Remove plotter table global. Pass a redraw context around redraw functions. ↵Michael Drake2011-06-301-1/+3
| | | | | | Knockout could be handled better. Note: untested on most front ends. svn path=/trunk/netsurf/; revision=12543
* Make thumbnail_get_redraw_scale() static.Michael Drake2011-03-091-12/+0
| | | | svn path=/trunk/netsurf/; revision=11949
* Add core thumbnail redraw functions.Michael Drake2011-02-191-0/+67
svn path=/trunk/netsurf/; revision=11715