summaryrefslogtreecommitdiff
path: root/windows/thumbnail.c
Commit message (Collapse)AuthorAgeFilesLines
* 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