summaryrefslogtreecommitdiff
path: root/riscos/plugin.h
Commit message (Collapse)AuthorAgeFilesLines
* Update project URL.Michael Drake2006-11-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=3073
* [project @ 2005-10-30 21:23:44 by bursa]James Bursa2005-10-301-1/+1
| | | | | | Add index parameter to plugin_open(). svn path=/import/netsurf/; revision=1876
* [project @ 2005-07-26 23:16:21 by jmb]John Mark Bell2005-07-261-5/+3
| | | | | | | | | Implement plugin streams properly (can now have multiple, simultaneous streams to a plugin). Fix race condition when performing non-file streams. Support for GETting an URL and streaming it to a plugin (this is untested, due to a lack of access to plugins that actually use this functionality). General source tidyup. svn path=/import/netsurf/; revision=1824
* [project @ 2004-12-25 18:58:04 by jmb]John Mark Bell2004-12-251-1/+0
| | | | | | | Fix issue with streaming as file when handling unknown content length (plugin_convert may have been called prior to the streaming being set up, thus resulting in the file not being streamed) Lose spurious boolean in plugin_data struct. svn path=/import/netsurf/; revision=1411
* [project @ 2004-08-15 19:06:23 by jmb]John Mark Bell2004-08-151-1/+1
| | | | | | | | | Rationalise image redraw. Supply background colour when redrawing contents Reenable printing of background images Require Tinct 0.07 svn path=/import/netsurf/; revision=1234
* [project @ 2004-08-13 00:55:59 by jmb]John Mark Bell2004-08-131-48/+30
| | | | | | | | Rewrite of plugin handling. This is now much nicer than before although it has about the same amount of functionality. Note: This is now configurable via an option (defaults to OFF) This has only really been tested with the Flash plugin and seems to work reasonably. svn path=/import/netsurf/; revision=1216
* [project @ 2004-08-11 22:08:25 by bursa]James Bursa2004-08-111-8/+3
| | | | | | Remove content_add_instance(), content_remove_instance(), content_reshape_instance(). Add content_open(), content_close(). Implement for CONTENT_HTML. svn path=/import/netsurf/; revision=1213
* [project @ 2004-08-11 16:38:04 by jmb]John Mark Bell2004-08-111-1/+1
| | | | | | Add gui and plugin sources missed from previous checkin svn path=/import/netsurf/; revision=1210
* [project @ 2004-06-10 22:39:56 by jmb]John Mark Bell2004-06-101-8/+7
| | | | | | Compiler warning purge svn path=/import/netsurf/; revision=954
* [project @ 2004-05-05 16:33:15 by bursa]James Bursa2004-05-051-1/+2
| | | | | | Fix some compiler warnings. Ignore size attribute for file inputs. svn path=/import/netsurf/; revision=828
* [project @ 2004-05-02 00:21:40 by jmb]John Mark Bell2004-05-021-1/+1
| | | | | | Minimal fixes to allow compilation with Norcroft svn path=/import/netsurf/; revision=813
* [project @ 2003-09-17 12:58:19 by bursa]James Bursa2003-09-171-1/+2
| | | | | | Update plugin_redraw() parameters. svn path=/import/netsurf/; revision=297
* [project @ 2003-09-07 21:08:13 by bursa]James Bursa2003-09-071-3/+11
| | | | | | Document cache and content, split struct content up. svn path=/import/netsurf/; revision=270
* [project @ 2003-08-29 17:50:32 by jmb]John Mark Bell2003-08-291-0/+17
| | | | | | Rewrite plugin_write_parameters_file - much tidier now svn path=/import/netsurf/; revision=260
* [project @ 2003-08-24 22:39:55 by jmb]John Mark Bell2003-08-241-0/+27
| | | | | | Make plugins work. Improve initialisation of AcornURI. Add support for <iframe> (still needs rendering tweaks). Add Ctrl-F2 key sequence to close window. svn path=/import/netsurf/; revision=246
* [project @ 2003-07-14 22:57:45 by bursa]James Bursa2003-07-141-2/+11
| | | | | | Add content instances. svn path=/import/netsurf/; revision=216
* [project @ 2003-07-09 22:06:39 by bursa]James Bursa2003-07-091-1/+0
| | | | | | Bool fixes. svn path=/import/netsurf/; revision=215
* [project @ 2003-07-09 21:33:01 by bursa]James Bursa2003-07-091-13/+7
| | | | | | More work on <object> and plugins. svn path=/import/netsurf/; revision=213
* [project @ 2003-07-07 22:10:51 by jmb]John Mark Bell2003-07-071-1/+11
| | | | | | Rewrite plugin system backend. svn path=/import/netsurf/; revision=210
* [project @ 2003-06-30 12:44:02 by bursa]James Bursa2003-06-301-2/+5
| | | | | | New file headers. svn path=/import/netsurf/; revision=190
* [project @ 2003-06-06 03:12:28 by jmb]John Mark Bell2003-06-061-2/+1
| | | | | | Begin to munge <embed>s into <object>s svn path=/import/netsurf/; revision=171
* [project @ 2003-06-06 02:08:56 by jmb]John Mark Bell2003-06-061-2/+2
| | | | | | Progress plugin handling. Segfault appears to have gone. It doesn't draw the image though :/ svn path=/import/netsurf/; revision=168
* [project @ 2003-05-31 18:47:00 by jmb]John Mark Bell2003-05-311-0/+26
Begin support for <OBJECT>, <EMBED> and <APPLET> tags. NB: this doesn't work yet svn path=/import/netsurf/; revision=137