summaryrefslogtreecommitdiff
path: root/amiga/thumbnail.c
Commit message (Collapse)AuthorAgeFilesLines
* Changes required for new-cacheChris Young2010-03-281-9/+10
| | | | svn path=/trunk/netsurf/; revision=10186
* ensure current_redraw_browser is setChris Young2009-09-071-0/+2
| | | | svn path=/trunk/netsurf/; revision=9554
* First attempt at Amiga printing support. Doesn't quite work - a column on ↵Chris Young2009-08-231-1/+1
| | | | | | | | the left will print, but the rest of the page is an unexpected pastel pink. svn path=/trunk/netsurf/; revision=9410
* Merge Paul Blokus' selectscroll branch. Adds core select menu widget for ↵Michael Drake2009-08-141-0/+2
| | | | | | forms and core scrollbar widget. svn path=/trunk/netsurf/; revision=9289
* Don't do higher quality scaling on OS4.0 as it doesn't work.Chris Young2009-07-121-1/+0
| | | | svn path=/trunk/netsurf/; revision=8484
* Migrate plotters to use a gui_globals pointer rather than RastPort.Chris Young2009-07-071-5/+6
| | | | svn path=/trunk/netsurf/; revision=8378
* fix warningsChris Young2009-07-041-0/+2
| | | | svn path=/trunk/netsurf/; revision=8316
* Apply scaling quality also to thumbnails.Chris Young2009-07-041-1/+5
| | | | svn path=/trunk/netsurf/; revision=8315
* Implement thumbnail creationChris Young2009-03-081-2/+57
| | | | svn path=/trunk/netsurf/; revision=6736
* Destroy bitmap if thumbnailing fails.John Mark Bell2009-02-181-0/+1
| | | | | | Make amiga port's thumbnail_create() actually return something svn path=/trunk/netsurf/; revision=6560
* Initial Amiga port files, mostly empty stub functions.Chris Young2008-08-021-0/+24
svn path=/trunk/netsurf/; revision=4864