summaryrefslogtreecommitdiff
path: root/image/png.h
Commit message (Collapse)AuthorAgeFilesLines
* move image content handlers to accomodate core build changesVincent Sanders2016-05-231-25/+0
|
* Virtualise content handler finalisation calls. Remove pointless implementations.John Mark Bell2011-09-151-1/+0
| | | | svn path=/trunk/netsurf/; revision=12797
* make image content handlers build conditional from teh makefileVincent Sanders2011-08-281-15/+0
| | | | svn path=/trunk/netsurf/; revision=12673
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-30/+10
| | | | svn path=/trunk/netsurf/; revision=12283
* ConstifyJohn Mark Bell2011-02-141-2/+2
| | | | svn path=/trunk/netsurf/; revision=11680
* Pass clip rect as struct through content_redraw api. Update the front ends ↵Michael Drake2011-02-131-6/+6
| | | | | | to use this. Note only RO build tested. svn path=/trunk/netsurf/; revision=11670
* Most of a stop implementation.John Mark Bell2010-04-041-0/+2
| | | | | | | | | Remaining work: 1) Clone content_html_data 2) Cloning content_css_data requires the charset of the old content 3) Calling hlcache_handle_abort() before a content has been created must clean up the retrieval context. svn path=/trunk/netsurf/; revision=10236
* Constify data parameter to *_process_dataJohn Mark Bell2010-04-031-1/+1
| | | | svn path=/trunk/netsurf/; revision=10234
* The convert stage of a content's state progression no longer reflows the ↵John Mark Bell2010-03-291-1/+1
| | | | | | | | | | | | | content to the provided dimensions. It is now defined as converting the content into a state in which it is ready for use. The user of the content is now responsible for performing an initial reformat (sic) of the content before it can be redrawn. Purge width/height parameters from hlcache_handle_retrieve/content_convert/*_convert APIs. Fix up content handlers affected by the above change in semantics. Ensure that browser_window_callback performs an initial reformat of its content. svn path=/trunk/netsurf/; revision=10207
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-2/+2
| | | | svn path=/trunk/netsurf/; revision=10180
* Actually handle failure to allocate bitmap structure or retrieve its data ↵John Mark Bell2009-07-311-1/+0
| | | | | | buffer pointer. I hope these longjmps are valid -- libpng's documentation is unhelpfully vague on this subject. svn path=/trunk/netsurf/; revision=8924
* Merge LibCSS port to trunk.John Mark Bell2009-07-231-2/+3
| | | | svn path=/trunk/netsurf/; revision=8752
* Ensure image/png.h gets css/css.h for the colour typedefDaniel Silverstone2008-10-011-0/+3
| | | | svn path=/trunk/netsurf/; revision=5464
* 'unsigned long' -> 'colour' where it made sense.John Tytgat2008-09-281-2/+2
| | | | svn path=/trunk/netsurf/; revision=5459
* A bunch of fixes to the libpng bindingJohn Mark Bell2008-09-151-0/+5
| | | | svn path=/trunk/netsurf/; revision=5338
* Fix include path for libpng.François Revel2008-09-151-1/+1
| | | | | | | | Libpng mandates using <png.h>, if it doesn't work for you, fix your OS :D (or use -I) See http://www.libpng.org/pub/png/libpng-1.2.5-manual.html#section-2 svn path=/trunk/netsurf/; revision=5333
* Add libpng support. Default to off.Daniel Silverstone2008-09-151-0/+51
| | | | svn path=/trunk/netsurf/; revision=5330
* [project @ 2005-01-02 04:05:21 by jmb]John Mark Bell2005-01-021-31/+0
| | | | | | Begone, redundant code svn path=/import/netsurf/; revision=1422
* [project @ 2004-10-17 21:37:01 by jmb]John Mark Bell2004-10-171-0/+4
| | | | | | | Fixup to use plotters. Someone please fix the png bug. ta ;) svn path=/import/netsurf/; revision=1321
* [project @ 2004-09-04 16:41:28 by jmb]John Mark Bell2004-09-041-0/+27
Fix jpeg redraw Move png.c/h to /image and rework to use the bitmap code Make RISC OS bitmap struct publically accessible (via riscos/bitmap.h) Draw export now embeds JPEGs and PNGs/MNGs/JNGs correctly again. Background images are now plotted correctly again. svn path=/import/netsurf/; revision=1268