summaryrefslogtreecommitdiff
path: root/riscos/jpeg.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-02-03 21:16:40 by jmb]John Mark Bell2004-02-031-13/+65
| | | | | | Add 24bpp support. svn path=/import/netsurf/; revision=532
* [project @ 2004-01-26 22:55:23 by rob]Rob Jackson2004-01-261-2/+2
| | | | | | Changes in positioning of variable declarations to allow compile with 2.95.5 compiler again svn path=/import/netsurf/; revision=512
* [project @ 2004-01-25 20:39:35 by jmb]John Mark Bell2004-01-251-4/+26
| | | | | | Override jpeglib's error handling. svn path=/import/netsurf/; revision=504
* [project @ 2004-01-25 20:13:51 by jmb]John Mark Bell2004-01-251-31/+244
| | | | | | | Add jpeglib 6b based rendering. Attempts to use the OS routines first as they're faster. svn path=/import/netsurf/; revision=503
* [project @ 2004-01-05 02:10:59 by jmb]John Mark Bell2004-01-051-2/+3
| | | | | | | Add ability to turn off browser features in build. This may be useful when hunting down bugs. svn path=/import/netsurf/; revision=480
* [project @ 2003-12-27 20:15:22 by bursa]James Bursa2003-12-271-1/+1
| | | | | | Use charset from Content-Type header. svn path=/import/netsurf/; revision=460
* [project @ 2003-12-27 00:11:57 by jmb]John Mark Bell2003-12-271-4/+5
| | | | | | | Tidy code to reduce compiler warnings. htmlredraw.c and plugin.c produce the most now. Hopefully I haven't broken anything ;) svn path=/import/netsurf/; revision=451
* [project @ 2003-09-10 17:10:25 by bursa]James Bursa2003-09-101-1/+2
| | | | | | Set graphics window when rendering objects. svn path=/import/netsurf/; revision=279
* [project @ 2003-07-18 17:07:50 by bursa]James Bursa2003-07-181-1/+1
| | | | | | Fix image positioning. svn path=/import/netsurf/; revision=232
* [project @ 2003-07-15 14:37:34 by bursa]James Bursa2003-07-151-1/+2
| | | | | | Implement html_redraw. svn path=/import/netsurf/; revision=218
* [project @ 2003-06-30 12:44:02 by bursa]James Bursa2003-06-301-2/+7
| | | | | | New file headers. svn path=/import/netsurf/; revision=190
* [project @ 2003-06-17 19:24:20 by bursa]James Bursa2003-06-171-1/+2
| | | | | | Change fetchcache system to store loading contents in cache. svn path=/import/netsurf/; revision=180
* [project @ 2003-06-14 11:34:02 by bursa]James Bursa2003-06-141-3/+8
| | | | | | Scale JPEGs and PNGs when plotting. svn path=/import/netsurf/; revision=179
* [project @ 2003-05-10 11:13:34 by bursa]James Bursa2003-05-101-1/+12
| | | | | | Partial PNG support. svn path=/import/netsurf/; revision=129
* [project @ 2003-03-03 22:40:39 by bursa]James Bursa2003-03-031-1/+4
| | | | | | Fix many browser warnings. svn path=/import/netsurf/; revision=103
* [project @ 2003-02-28 11:49:13 by bursa]James Bursa2003-02-281-1/+2
| | | | | | More status messages, bug fixes. svn path=/import/netsurf/; revision=102
* [project @ 2003-02-25 21:00:27 by bursa]James Bursa2003-02-251-0/+59
Bug fixes, experimental JPEG support. svn path=/import/netsurf/; revision=100