summaryrefslogtreecommitdiff
path: root/amiga/thumbnail.c
Commit message (Expand)AuthorAgeFilesLines
* Fix up ripples from urldb change.Michael Drake2012-10-111-1/+1
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-5/+5
* allow both x and y dimensions of redraw tiles to be configuredChris Young2012-02-291-1/+5
* Fix thumbnailsChris Young2012-02-251-1/+1
* Pass whether background images are wanted in redraw_context.Michael Drake2011-12-231-0/+1
* Don't need to set current_redraw_browser any more.Michael Drake2011-08-241-3/+0
* Remove plotter table global. Pass a redraw context around redraw functions. ...Michael Drake2011-06-301-2/+5
* Front ends don't need to call thumbnail_get_redraw_scale() now.Michael Drake2011-03-091-2/+0
* Fix compilationChris Young2011-02-201-7/+10
* Port Amiga front end to thumbnail_redraw().Michael Drake2011-02-201-13/+19
* Remove thumbnail_create() from browser.h. Make RO front end use the core thu...Michael Drake2011-02-191-0/+1
* Pass clip rect as struct through content_redraw api. Update the front ends t...Michael Drake2011-02-131-2/+7
* Make thumbnail.c compile for AmigaOS3 John Mark Bell2011-01-061-1/+3
* Sprinkle some #ifdef __amigaos4__ aroundJohn Mark Bell2011-01-061-0/+2
* Changes required for new-cacheChris Young2010-03-281-9/+10
* ensure current_redraw_browser is setChris Young2009-09-071-0/+2
* First attempt at Amiga printing support. Doesn't quite work - a column on th...Chris Young2009-08-231-1/+1
* Merge Paul Blokus' selectscroll branch. Adds core select menu widget for form...Michael Drake2009-08-141-0/+2
* Don't do higher quality scaling on OS4.0 as it doesn't work.Chris Young2009-07-121-1/+0
* Migrate plotters to use a gui_globals pointer rather than RastPort.Chris Young2009-07-071-5/+6
* fix warningsChris Young2009-07-041-0/+2
* Apply scaling quality also to thumbnails.Chris Young2009-07-041-1/+5
* Implement thumbnail creationChris Young2009-03-081-2/+57
* Destroy bitmap if thumbnailing fails.John Mark Bell2009-02-181-0/+1
* Initial Amiga port files, mostly empty stub functions.Chris Young2008-08-021-0/+24