summaryrefslogtreecommitdiff
path: root/riscos/png.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-08-15 19:06:23 by jmb]John Mark Bell2004-08-151-86/+5
| | | | | | | | | 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-14 00:32:31 by rjw]Richard Wilson2004-08-141-0/+1
| | | | | | Changes for Tinct printing support svn path=/import/netsurf/; revision=1225
* [project @ 2004-08-11 16:26:13 by jmb]John Mark Bell2004-08-111-2/+63
| | | | | | | | | | | Make content_redraw return a bool Printing of foreground images now uses OS_SpriteOp Printing of background images disabled Mega-paranoid SWI result checking in htmlredraw.c Rearranged GIF data structure slightly - updates to reflect this. Other stuff I've probably forgotten svn path=/import/netsurf/; revision=1208
* [project @ 2004-07-17 13:00:38 by bursa]James Bursa2004-07-171-2/+2
| | | | | | Simplify gui_window structure. Clean up various parts of the gui code. svn path=/import/netsurf/; revision=1092
* [project @ 2004-06-24 16:54:28 by jmb]John Mark Bell2004-06-241-0/+1
| | | | | | Update content->size to more accurate value. svn path=/import/netsurf/; revision=1002
* [project @ 2004-06-11 21:09:50 by rjw]Richard Wilson2004-06-111-1/+1
| | | | | | Update to PNG title data to make it display the data size svn path=/import/netsurf/; revision=964
* [project @ 2004-06-10 20:41:26 by bursa]James Bursa2004-06-101-26/+46
| | | | | | Add global content list. Better error handling in content code. Improved code documentation. Remove some obsolete functions. Implement debug window listing contents. svn path=/import/netsurf/; revision=951
* [project @ 2004-06-09 20:05:14 by jmb]John Mark Bell2004-06-091-4/+4
| | | | | | Remove magic numbers. Now uses sensible tinct_FOO style flag names svn path=/import/netsurf/; revision=941
* [project @ 2004-05-09 21:05:24 by rjw]Richard Wilson2004-05-091-1/+14
| | | | | | Local options are now adhered to (dither, filter, animate). svn path=/import/netsurf/; revision=847
* [project @ 2004-05-02 14:49:28 by joty]John Tytgat2004-05-021-2/+11
| | | | | | | Corrupted PNG files will no longer result in assert() calling. See test suite at http://www.schaik.com/pngsuite/pngsuite.html. svn path=/import/netsurf/; revision=815
* [project @ 2004-04-04 03:14:03 by jmb]John Mark Bell2004-04-041-1/+15
| | | | | | Take account of gAMA chunk svn path=/import/netsurf/; revision=717
* [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