summaryrefslogtreecommitdiff
path: root/windows/thumbnail.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove url from content thumbnailers APIVincent Sanders2015-03-151-11/+5
| | | | | | | | | | | | | | | | 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 BITMAP_PERSISTENT flag.Michael Drake2013-10-031-1/+1
|
* Fix up ripples from urldb change.Michael Drake2012-10-111-2/+2
|
* fix build warningsVincent Sanders2012-08-101-0/+2
|
* Pass whether background images are wanted in redraw_context.Michael Drake2011-12-231-0/+1
| | | | svn path=/trunk/netsurf/; revision=13335
* Remove plotter table global. Pass a redraw context around redraw functions. ↵Michael Drake2011-06-301-1/+5
| | | | | | Knockout could be handled better. Note: untested on most front ends. svn path=/trunk/netsurf/; revision=12543
* Port Windows thumbnailer to thumbnail_redraw().Michael Drake2011-02-201-7/+1
| | | | svn path=/trunk/netsurf/; revision=11724
* Make Windows intrim thumbnail aspect ratio match required bitmap aspect ↵Michael Drake2011-02-201-2/+3
| | | | | | ratio. Increase max render width. svn path=/trunk/netsurf/; revision=11723
* 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-2/+7
| | | | | | to use this. Note only RO build tested. svn path=/trunk/netsurf/; revision=11670
* fix thumbnailing and localhistoryVincent Sanders2010-10-141-101/+35
| | | | svn path=/trunk/netsurf/; revision=10885
* fix bitmap plottingVincent Sanders2010-10-131-0/+2
| | | | svn path=/trunk/netsurf/; revision=10882
* make windows frontend build and run againVincent Sanders2010-10-101-6/+7
| | | | | | | Fix redraw bugs Still major issue with frames svn path=/trunk/netsurf/; revision=10880
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-16/+17
| | | | svn path=/trunk/netsurf/; revision=10180
* Add Windows frontendVincent Sanders2010-01-311-0/+149
svn path=/trunk/netsurf/; revision=9940