summaryrefslogtreecommitdiff
path: root/amiga/datatypes.c
Commit message (Collapse)AuthorAgeFilesLines
* Virtualise content handler finalisation calls. Remove pointless implementations.John Mark Bell2011-09-151-8/+0
| | | | svn path=/trunk/netsurf/; revision=12797
* #ifdef this properlyChris Young2011-08-301-2/+4
| | | | svn path=/trunk/netsurf/; revision=12679
* Disable the DataTypes animation handler for now as it doesn't work properlyChris Young2011-08-291-0/+2
| | | | svn path=/trunk/netsurf/; revision=12676
* Sound DataTypes implementation. Currently has no interface, so onlyChris Young2011-06-051-0/+4
| | | | | | autoplay/autoStart objects will play. svn path=/trunk/netsurf/; revision=12466
* Experimental/incomplete/non-functional content handlers (files required for ↵Chris Young2011-05-091-0/+4
| | | | | | | | NetSurf to compile from trunk) svn path=/trunk/netsurf/; revision=12361
* Rename DataTypes related code/files/defines to avoid confusion and aid ↵Chris Young2011-05-061-0/+36
adding support for other DataType classes. Disable MNG/WebP by default as they aren't common and the required libs are quite large; DataTypes can handle these formats for now. svn path=/trunk/netsurf/; revision=12284