summaryrefslogtreecommitdiff
path: root/riscos/png.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-03-12 01:40:42 by rjw]Richard Wilson2004-03-121-1/+1
| | | | | | Fixed bug where the dither and filter values were inverted. svn path=/import/netsurf/; revision=611
* [project @ 2004-03-12 00:59:02 by rjw]Richard Wilson2004-03-121-1/+1
| | | | | | Removed hack to convert pixels to OS units as Tinct now accepts OS units in its parameters. svn path=/import/netsurf/; revision=609
* [project @ 2004-03-11 02:19:13 by bursa]James Bursa2004-03-111-18/+3
| | | | | | Add source_data to content structure and remove equivalents from individual contents. svn path=/import/netsurf/; revision=606
* [project @ 2004-03-10 11:22:57 by rjw]Richard Wilson2004-03-101-1/+1
| | | | | | Quick hack until Tinct accepts OS units for scaling. svn path=/import/netsurf/; revision=604
* [project @ 2004-03-10 11:06:51 by rjw]Richard Wilson2004-03-101-232/+61
| | | | | | All sprites are converted to 32bpp to prevent data loss, and plotting is now handled by Tinct to provide alpha blending. svn path=/import/netsurf/; revision=603
* [project @ 2004-03-09 12:57:20 by rjw]Richard Wilson2004-03-091-0/+12
| | | | svn path=/import/netsurf/; revision=594
* [project @ 2004-02-27 17:45:19 by bursa]James Bursa2004-02-271-1/+2
| | | | | | Move English text to Messages file for translation. svn path=/import/netsurf/; revision=576
* [project @ 2004-02-25 15:12:57 by bursa]James Bursa2004-02-251-1/+2
| | | | | | Implement scaling; rewrite desktop/browser; add riscos/thumbnail; rewrite history. svn path=/import/netsurf/; revision=566
* [project @ 2004-02-17 12:41:38 by jmb]John Mark Bell2004-02-171-7/+12
| | | | | | | Begin save complete support. Fix memory leak when using Select PNG renderer. (commented out lines can probably removed) svn path=/import/netsurf/; revision=556
* [project @ 2004-01-05 02:10:59 by jmb]John Mark Bell2004-01-051-1/+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-15/+13
| | | | | | | 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-24 21:40:40 by bursa]James Bursa2003-09-241-3/+12
| | | | | | Add NO_IFC tests. svn path=/import/netsurf/; revision=315
* [project @ 2003-09-24 21:23:28 by bursa]James Bursa2003-09-241-1/+1
| | | | | | Fix 26 build. svn path=/import/netsurf/; revision=314
* [project @ 2003-09-24 21:12:40 by bursa]James Bursa2003-09-241-7/+71
| | | | | | Use ImageFileConvert if available to render PNGs (using IFCLib). svn path=/import/netsurf/; revision=313
* [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 15:57:08 by bursa]James Bursa2003-06-301-7/+23
| | | | | | Fix interlaced PNG display. svn path=/import/netsurf/; revision=192
* [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-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-06-05 14:24:58 by bursa]James Bursa2003-06-051-4/+4
| | | | | | Fix black background problem. svn path=/import/netsurf/; revision=163
* [project @ 2003-05-10 11:13:34 by bursa]James Bursa2003-05-101-0/+307
Partial PNG support. svn path=/import/netsurf/; revision=129