summaryrefslogtreecommitdiff
path: root/desktop/thumbnail.c
Commit message (Collapse)AuthorAgeFilesLines
* Don't need to set current_redraw_browser any more.Michael Drake2011-08-241-3/+0
| | | | svn path=/trunk/netsurf/; revision=12660
* Remove plotter table global. Pass a redraw context around redraw functions. ↵Michael Drake2011-06-301-7/+8
| | | | | | Knockout could be handled better. Note: untested on most front ends. svn path=/trunk/netsurf/; revision=12543
* Unify content_redraw params in content_redraw_data struct. Core and RISC OS ↵Michael Drake2011-06-281-2/+13
| | | | | | content handlers updated. svn path=/trunk/netsurf/; revision=12529
* consolidate content redraw Vincent Sanders2011-05-081-1/+1
| | | | | | more cleanups ready for image content refactor svn path=/trunk/netsurf/; revision=12317
* Make thumbnail_get_redraw_scale() static.Michael Drake2011-03-091-12/+22
| | | | svn path=/trunk/netsurf/; revision=11949
* Remove knockout from html_redraw, and use it in browser_window_redraw and ↵Michael Drake2011-02-211-3/+13
| | | | | | thumbnail_redraw. svn path=/trunk/netsurf/; revision=11746
* Add core thumbnail redraw functions.Michael Drake2011-02-191-0/+77
svn path=/trunk/netsurf/; revision=11715