summaryrefslogtreecommitdiff
path: root/amiga/icon.c
Commit message (Collapse)AuthorAgeFilesLines
* ConstifyJohn Mark Bell2011-02-141-1/+1
| | | | svn path=/trunk/netsurf/; revision=11680
* Pass clip rect as struct through content_redraw api. Update the front ends ↵Michael Drake2011-02-131-2/+1
| | | | | | to use this. Note only RO build tested. svn path=/trunk/netsurf/; revision=11670
* Include OS3 support headerJohn Mark Bell2011-01-081-0/+1
| | | | svn path=/trunk/netsurf/; revision=11259
* Partially support 8-bit icons for superimposeChris Young2011-01-081-7/+49
| | | | | | Fix memory leak svn path=/trunk/netsurf/; revision=11255
* ami_superimpose_favicon isn't dependent on Amiga icon loaderChris Young2011-01-071-8/+2
| | | | svn path=/trunk/netsurf/; revision=11253
* Fix compilation when WITH_AMIGA_ICON is not definedJohn Mark Bell2011-01-061-1/+7
| | | | svn path=/trunk/netsurf/; revision=11232
* Sprinkle some #ifdef __amigaos4__ aroundJohn Mark Bell2011-01-061-0/+2
| | | | svn path=/trunk/netsurf/; revision=11230
* Support ColourIconsChris Young2010-10-311-8/+160
| | | | svn path=/trunk/netsurf/; revision=10928
* Amiga icon loader. Treeviews will now use the user's icons for content types.Chris Young2010-10-301-0/+177
svn path=/trunk/netsurf/; revision=10925