summaryrefslogtreecommitdiff
path: root/amiga/thumbnail.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove url from content thumbnailers APIVincent Sanders2015-03-151-4/+1
| | | | | | | | | | | | | | | | 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 branches that can't be taken under OS3Chris Young2015-03-011-4/+5
| | | | | Micro-optimise these for OS4.1 Remove dummy compositing defines from os3support.h
* Remove BMF_DISPLAYABLE from other non-displayed BitMapsChris Young2015-01-311-2/+1
|
* Squash a minor warning from GCCChris Young2015-01-311-0/+1
|
* Fix a missed p96AllocBitMapChris Young2015-01-201-5/+2
|
* Remove some p96 usageChris Young2015-01-201-0/+2
|
* Fix remaining linker errorsChris Young2015-01-181-0/+2
|
* More libraries, tidy-upChris Young2014-11-091-0/+1
|
* Update amiga frontend for split operation table header changesVincent Sanders2014-10-161-9/+12
|
* Probably shouldn't override thumbnail source alphaChris Young2014-01-061-1/+1
|
* Get Composite() to befriend the screen's BitMap to ensure they are on the ↵Chris Young2014-01-061-0/+1
| | | | same graphics board. This should fix the slowness when multiple graphics cards are installed.
* move options includeVincent Sanders2013-05-281-1/+1
|
* 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
| | | | svn path=/trunk/netsurf/; revision=13548
* allow both x and y dimensions of redraw tiles to be configuredChris Young2012-02-291-1/+5
| | | | svn path=/trunk/netsurf/; revision=13502
* Fix thumbnailsChris Young2012-02-251-1/+1
| | | | svn path=/trunk/netsurf/; revision=13469
* Pass whether background images are wanted in redraw_context.Michael Drake2011-12-231-0/+1
| | | | svn path=/trunk/netsurf/; revision=13335
* Don't need to set current_redraw_browser any more.Michael Drake2011-08-241-3/+0
| | | | svn path=/trunk/netsurf/; revision=12654
* Remove plotter table global. Pass a redraw context around redraw functions. ↵Michael Drake2011-06-301-2/+5
| | | | | | Knockout could be handled better. Note: untested on most front ends. svn path=/trunk/netsurf/; revision=12543
* Front ends don't need to call thumbnail_get_redraw_scale() now.Michael Drake2011-03-091-2/+0
| | | | svn path=/trunk/netsurf/; revision=11946
* Fix compilationChris Young2011-02-201-7/+10
| | | | svn path=/trunk/netsurf/; revision=11730
* Port Amiga front end to thumbnail_redraw().Michael Drake2011-02-201-13/+19
| | | | | | | | | Set maximum plot size for thumbnail. Don't redraw any more of the content than we need to. Set plot scale to thumbnail scale. Note: untested. svn path=/trunk/netsurf/; revision=11728
* 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
* Make thumbnail.c compile for AmigaOS3 John Mark Bell2011-01-061-1/+3
| | | | svn path=/trunk/netsurf/; revision=11231
* Sprinkle some #ifdef __amigaos4__ aroundJohn Mark Bell2011-01-061-0/+2
| | | | svn path=/trunk/netsurf/; revision=11230
* 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