summaryrefslogtreecommitdiff
path: root/riscos/plugin.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2003-07-14 22:57:45 by bursa]James Bursa2003-07-141-16/+44
| | | | | | Add content instances. svn path=/import/netsurf/; revision=216
* [project @ 2003-07-09 22:06:39 by bursa]James Bursa2003-07-091-2/+2
| | | | | | Bool fixes. svn path=/import/netsurf/; revision=215
* [project @ 2003-07-09 21:33:01 by bursa]James Bursa2003-07-091-162/+32
| | | | | | 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-233/+240
| | | | | | 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-17 19:24:20 by bursa]James Bursa2003-06-171-2/+2
| | | | | | Change fetchcache system to store loading contents in cache. svn path=/import/netsurf/; revision=180
* [project @ 2003-06-07 22:24:22 by jmb]John Mark Bell2003-06-071-8/+15
| | | | | | Fix plugin memory leaks. svn path=/import/netsurf/; revision=177
* [project @ 2003-06-06 08:10:54 by jmb]John Mark Bell2003-06-061-24/+32
| | | | | | More plugin changes svn path=/import/netsurf/; revision=174
* [project @ 2003-06-06 05:49:22 by jmb]John Mark Bell2003-06-061-8/+9
| | | | | | Use strcmp instead of relying on NULL pointers. This appears to stop many random crashes. svn path=/import/netsurf/; revision=172
* [project @ 2003-06-06 03:12:28 by jmb]John Mark Bell2003-06-061-3/+3
| | | | | | Begin to munge <embed>s into <object>s svn path=/import/netsurf/; revision=171
* [project @ 2003-06-06 02:30:00 by jmb]John Mark Bell2003-06-061-2/+2
| | | | | | The segfault returns... svn path=/import/netsurf/; revision=170
* [project @ 2003-06-06 02:08:56 by jmb]John Mark Bell2003-06-061-12/+196
| | | | | | Progress plugin handling. Segfault appears to have gone. It doesn't draw the image though :/ svn path=/import/netsurf/; revision=168
* [project @ 2003-06-05 13:17:55 by philpem]Philip Pemberton2003-06-051-2/+3
| | | | | | Added GIF decode support svn path=/import/netsurf/; revision=160
* [project @ 2003-06-02 21:09:50 by jmb]John Mark Bell2003-06-021-15/+10
| | | | | | Use Mimemap module to get mime types from file extensions svn path=/import/netsurf/; revision=151
* [project @ 2003-05-31 18:47:00 by jmb]John Mark Bell2003-05-311-0/+87
Begin support for <OBJECT>, <EMBED> and <APPLET> tags. NB: this doesn't work yet svn path=/import/netsurf/; revision=137