summaryrefslogtreecommitdiff
path: root/amiga/plugin_hack.c
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-274/+0
|
* Cleanup amiga include issues introduced as part of core updatesVincent Sanders2016-04-201-0/+2
|
* fix missing struct on http parameter declaration due to header changeVincent Sanders2016-04-181-2/+2
|
* Change LOG() macro to be varadicVincent Sanders2015-05-281-9/+9
| | | | | | | | | | | | This changes the LOG macro to be varadic removing the need for all callsites to have double bracketing and allows for future improvement on how we use the logging macros. The callsites were changed with coccinelle and the changes checked by hand. Compile tested for several frontends but not all. A formatting annotation has also been added which allows the compiler to check the parameters and types passed to the logging.
* More OS3 compilation fixesChris Young2015-01-181-1/+5
|
* Fix several doxygen issuesVincent Sanders2014-11-081-1/+0
|
* Move log init so it starts earlierChris Young2014-09-201-1/+1
|
* Fix a bunch of cppcheck unused/unreadVariable warningsChris Young2014-04-051-1/+1
|
* fix missing sizeof() in amiga buildVincent Sanders2012-10-031-1/+1
| | | | fix type warning by passing correct value
* reduce talloc usage to box tree layout onlyVincent Sanders2012-10-031-4/+3
|
* Remove box use from maiga plugin hack. May need a new way to get dimensions?Michael Drake2012-08-201-8/+6
|
* fix warningChris Young2012-08-151-0/+1
|
* 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