summaryrefslogtreecommitdiff
path: root/content/content_type.h
Commit message (Collapse)AuthorAgeFilesLines
* fix theme commentVincent Sanders2012-06-201-2/+2
| | | | | | fix CONTENT_ANY mask missing the script entry svn path=/trunk/netsurf/; revision=13978
* add content handler for javascriptVincent Sanders2012-06-191-0/+9
| | | | svn path=/trunk/netsurf/; revision=13971
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-50/+13
| | | | svn path=/trunk/netsurf/; revision=12283
* Created content handler CONTENT_APPLE_IMAGE for Mac OS X that can handle all ↵Sven Weidauer2011-03-051-0/+3
| | | | | | image file formats supported by Apples ImageIO framework. Right now used only for JPEG to get rid of libjpeg dependency. svn path=/trunk/netsurf/; revision=11911
* Amiga icon loader. Treeviews will now use the user's icons for content types.Chris Young2010-10-301-0/+3
| | | | svn path=/trunk/netsurf/; revision=10925
* WebP image support, needs libwebp (from trunk/libwebp) and libvpx.Chris Young2010-10-031-0/+3
| | | | | | Only enabled for Amiga build currently, may have colour issues on little-endian CPUs svn path=/trunk/netsurf/; revision=10860
* Merge branches/vince/netsurf-file-fetcher to trunkJohn Mark Bell2010-09-091-1/+0
| | | | | | r=jmb svn path=/trunk/netsurf/; revision=10750
* Fix build if NETSURF_USE_PNG := yes and NETSURF_USE_MNG := noJohn Mark Bell2008-09-151-1/+3
| | | | svn path=/trunk/netsurf/; revision=5332
* Implement sprite support for GTK using librospriteJames Shaw2008-03-291-1/+1
| | | | svn path=/trunk/netsurf/; revision=4051
* Update all source code file headers to reflect GPL version 2 only and ↵Vincent Sanders2007-08-081-3/+14
| | | | | | contain appropriate licence text svn path=/trunk/netsurf/; revision=3486
* Initial work on RSVG image handler. Still a lot to do.Rob Kendrick2007-07-181-1/+1
| | | | svn path=/trunk/netsurf/; revision=3433
* Wrap internal SVG renderer with appropriate #ifdef WITH_NS_SVGRob Kendrick2007-07-181-0/+2
| | | | svn path=/trunk/netsurf/; revision=3432
* Add CONTENT_SVG to content handling.James Bursa2007-07-131-0/+1
| | | | svn path=/trunk/netsurf/; revision=3406
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" ↵Daniel Silverstone2007-05-301-1/+1
| | | | | | | | | | | | | | in includes NetSurf includes are now done with ""s and other system includes with <>s as C intended. The scandeps tool has been updated to only look for ""ed includes, and to verify that the files exist in the tree before adding them to the dependency lines. The depend rule has therefore been augmented to make sure the autogenerated files are built before it is run. This is untested under self-hosted RISC OS builds. All else tested and works. svn path=/trunk/netsurf/; revision=3307
* Update project URL.Michael Drake2006-11-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=3073
* Generate directory listings (fix 1397934)Richard Wilson2006-07-061-0/+1
| | | | svn path=/trunk/netsurf/; revision=2719
* [project @ 2006-02-26 02:25:19 by rjw]Richard Wilson2006-02-261-0/+1
| | | | | | Add support for ICO files. svn path=/import/netsurf/; revision=2096
* [project @ 2006-02-25 18:50:34 by rjw]Richard Wilson2006-02-251-0/+3
| | | | | | Support for BMP files svn path=/import/netsurf/; revision=2095
* [project @ 2005-12-10 14:31:32 by adrianl]Adrian Lees2005-12-101-0/+3
| | | | | | ArtWorks support svn path=/import/netsurf/; revision=1891
* [project @ 2005-01-13 22:42:38 by bursa]James Bursa2005-01-131-0/+3
| | | | | | Start on theme auto-install. Fix content_add_user() not to broadcast error on memory exhaustion. svn path=/import/netsurf/; revision=1448
* [project @ 2004-09-03 22:44:47 by bursa]James Bursa2004-09-031-3/+1
| | | | | | Add generic bitmap functions. Move jpeg and mng code from riscos/ to image/ and update to use bitmap. Note: background tiling and drawfile export for jpeg and mng/png are broken. svn path=/import/netsurf/; revision=1265
* [project @ 2004-07-16 19:47:02 by rjw]Richard Wilson2004-07-161-0/+4
| | | | | | Fix for hotlist menu selection. Interface for MNG/JNG display. svn path=/import/netsurf/; revision=1083
* [project @ 2004-06-02 20:58:40 by bursa]James Bursa2004-06-021-2/+0
| | | | | | Remove some #ifdef riscos. svn path=/import/netsurf/; revision=909
* [project @ 2004-04-24 23:42:31 by bursa]James Bursa2004-04-241-3/+3
| | | | | | Replace void pointer in content callbacks with union content_msg_data. Fix animated gif flickering (except for scaled or masked gifs). Add gif to the debug builds. svn path=/import/netsurf/; revision=801
* [project @ 2004-03-27 00:53:19 by bursa]James Bursa2004-03-271-1/+1
| | | | | | Add imagemap and jpeg to the debug build. svn path=/import/netsurf/; revision=675
* [project @ 2004-01-24 17:08:15 by bursa]James Bursa2004-01-241-0/+51
Add permitted_types to html_fetch_object(). svn path=/import/netsurf/; revision=500