summaryrefslogtreecommitdiff
path: root/amiga/plugin_hack.c
Commit message (Collapse)AuthorAgeFilesLines
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-041-2/+2
| | | | svn path=/trunk/netsurf/; revision=13236
* Fix icon loaderChris Young2011-10-041-1/+1
| | | | svn path=/trunk/netsurf/; revision=12947
* Fix up for nsurl changes. Untested.Michael Drake2011-10-031-1/+1
| | | | svn path=/trunk/netsurf/; revision=12928
* Virtualise content handler finalisation calls. Remove pointless implementations.John Mark Bell2011-09-151-5/+0
| | | | svn path=/trunk/netsurf/; revision=12797
* Clean up content_factory_register_handler API -- content handlers no longer ↵John Mark Bell2011-09-151-1/+2
| | | | | | use the mime type, so don't require it to be interned up front svn path=/trunk/netsurf/; revision=12796
* Stop plugin_hack objects crashing when not embedded into a pageChris Young2011-09-061-2/+5
| | | | svn path=/trunk/netsurf/; revision=12763
* Remove mime_type parameter from content handler content_type callback APIJohn Mark Bell2011-09-031-2/+2
| | | | svn path=/trunk/netsurf/; revision=12704
* Remove plotter table global. Pass a redraw context around redraw functions. ↵Michael Drake2011-06-301-4/+6
| | | | | | Knockout could be handled better. Note: untested on most front ends. svn path=/trunk/netsurf/; revision=12543
* Fix up amiga content handlers.Michael Drake2011-06-291-11/+10
| | | | svn path=/trunk/netsurf/; revision=12541
* Only show external app context menu item if an external app is actually definedChris Young2011-06-091-15/+10
| | | | svn path=/trunk/netsurf/; revision=12470
* plugin_hack loose endsChris Young2011-06-051-3/+8
| | | | svn path=/trunk/netsurf/; revision=12464
* Allow users to register external applications for plugin contents, and run fromChris Young2011-05-111-20/+56
| | | | | | context menu svn path=/trunk/netsurf/; revision=12381
* Migrate to new MIMEtyperChris Young2011-05-101-25/+10
| | | | svn path=/trunk/netsurf/; revision=12375
* Experimental/incomplete/non-functional content handlers (files required for ↵Chris Young2011-05-091-0/+250
NetSurf to compile from trunk) svn path=/trunk/netsurf/; revision=12361