summaryrefslogtreecommitdiff
path: root/image/png.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid calling bitmap_modified with NULL.John-Mark Bell2013-01-131-1/+2
* make image content handlers title setting use the heap instead of the stack a...Vincent Sanders2012-10-251-4/+6
* More useful title info for images.Michael Drake2012-10-241-2/+3
* reduce talloc usage to box tree layout onlyVincent Sanders2012-10-031-7/+11
* Treat image/x-png as a synonym for image/pngJohn Mark Bell2012-01-291-1/+2
* Change GTK plotting to use cairo surfaces throughoutVincent Sanders2011-12-301-1/+3
* Appease GCC 3.4John Mark Bell2011-09-151-7/+7
* Add Image cache and inegrate png and jpeg content handlersVincent Sanders2011-09-041-109/+264
* Remove mime_type parameter from content handler content_type callback APIJohn Mark Bell2011-09-031-1/+1
* refactor bitmap out of generic content structureVincent Sanders2011-08-311-2/+8
* make image content handlers build conditional from teh makefileVincent Sanders2011-08-281-6/+0
* Initial image content handler refactorVincent Sanders2011-08-271-43/+4
* Fix transition from LOADING to ERROR state after content has been locked for ...John Mark Bell2011-07-201-1/+0
* Direct access of png_structp members is deprecatedJohn Mark Bell2011-07-071-1/+1
* Remove plotter table global. Pass a redraw context around redraw functions. ...Michael Drake2011-06-301-2/+2
* Unify content_redraw params in content_redraw_data struct. Core and RISC OS ...Michael Drake2011-06-281-8/+6
* Fix warnings.Michael Drake2011-06-131-2/+2
* Redirect libpng errors to the standard NetSurf logfileChris Young2011-06-121-0/+19
* refactor content handler initilisation to use named initialisorsVincent Sanders2011-05-091-15/+8
* consolidate content redraw Vincent Sanders2011-05-081-14/+1
* clean up jpeg image handling ready for refactorVincent Sanders2011-05-081-1/+3
* Cleanup png codeVincent Sanders2011-05-071-290/+266
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-70/+217
* Fix bug #3194007: stop emitting duplicate READY/DONE events.John Mark Bell2011-02-271-1/+2
* ConstifyJohn Mark Bell2011-02-141-2/+2
* Pass clip rect as struct through content_redraw api. Update the front ends t...Michael Drake2011-02-131-4/+3
* Remove unnecessary assertion (we've already handled the NULL case)John Mark Bell2011-01-091-2/+0
* Remove erroneous assertion: there may be no bitmap object if there was no PNG...John Mark Bell2010-05-011-0/+9
* Most of a stop implementation.John Mark Bell2010-04-041-0/+24
* Constify data parameter to *_process_dataJohn Mark Bell2010-04-031-1/+1
* Use mutator to modify content's title field.John Mark Bell2010-04-031-10/+4
* The convert stage of a content's state progression no longer reflows the cont...John Mark Bell2010-03-291-1/+1
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-4/+8
* Accomodate for antique versions of libpng (as found with the BeOS R5 devkit),...François Revel2010-02-171-0/+11
* update png handler to not use deprecated/removed call.Vincent Sanders2010-01-281-4/+4
* Actually handle failure to allocate bitmap structure or retrieve its data buf...John Mark Bell2009-07-311-15/+35
* Merge LibCSS port to trunk.John Mark Bell2009-07-231-1/+2
* Improve bitmap plotter APIVincent Sanders2009-06-301-10/+15
* Make libpng image handler set opaque info.Michael Drake2009-03-021-14/+15
* Add missing calls to bitmap_modified(). This fixes using libpng in the BeOS p...François Revel2008-10-101-3/+4
* Fix format string warning errorDaniel Silverstone2008-10-101-1/+1
* 'unsigned long' -> 'colour' where it made sense.John Tytgat2008-09-281-2/+2
* A bunch of fixes to the libpng bindingJohn Mark Bell2008-09-151-15/+23
* Fix include path for libpng.François Revel2008-09-151-1/+1
* Add libpng support. Default to off.Daniel Silverstone2008-09-151-0/+284
* [project @ 2005-01-02 04:05:21 by jmb]John Mark Bell2005-01-021-256/+0
* [project @ 2004-10-17 21:37:01 by jmb]John Mark Bell2004-10-171-0/+10
* [project @ 2004-10-04 23:54:42 by rjw]Richard Wilson2004-10-041-0/+1
* [project @ 2004-09-04 16:41:28 by jmb]John Mark Bell2004-09-041-0/+245