summaryrefslogtreecommitdiff
path: root/image/mng.c
Commit message (Expand)AuthorAgeFilesLines
* C89.François Revel2011-09-061-1/+2
* 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-17/+30
* make image content handlers build conditional from teh makefileVincent Sanders2011-08-281-5/+0
* Initial image content handler refactorVincent Sanders2011-08-271-465/+409
* Fix GCC 4.6 warnings in coreJohn Mark Bell2011-07-261-2/+1
* Remove plotter table global. Pass a redraw context around redraw functions. ...Michael Drake2011-06-301-3/+3
* Unify content_redraw params in content_redraw_data struct. Core and RISC OS ...Michael Drake2011-06-281-13/+8
* refactor content handler initilisation to use named initialisorsVincent Sanders2011-05-091-15/+8
* Fix MNG content handler.Michael Drake2011-05-091-31/+0
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-114/+316
* Move schedule.h to utils/John Mark Bell2011-03-131-1/+1
* Shunt the schedule function definitions to desktop/schedule.h. Shunt the hlc...Daniel Silverstone2011-03-131-1/+1
* 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/+2
* Remove bogus assertionJohn Mark Bell2010-06-271-1/+0
* Most of a stop implementation.John Mark Bell2010-04-041-0/+25
* 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-15/+6
* 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-12/+19
* Merge LibCSS port to trunk.John Mark Bell2009-07-231-1/+2
* Improve bitmap plotter APIVincent Sanders2009-06-301-3/+9
* Aliasing fixesJohn Mark Bell2009-03-281-4/+17
* Don't include libmng.h from mng.h, as it causes jconfig.h to be seen, which i...John Mark Bell2009-03-271-28/+49
* 'unsigned long' -> 'colour' where it made sense.John Tytgat2008-09-281-2/+2
* Add libpng support. Default to off.Daniel Silverstone2008-09-151-1/+3
* Warnings.squash();John Mark Bell2008-08-131-1/+1
* Make nsgtk compile on Mac OS X.John Mark Bell2008-08-111-3/+4
* First merge of Adam Blokus' GSoC work from his branch 'branches/adamblokus/ne...John Tytgat2008-07-261-2/+2
* Improve MNG error handling to show error code. Fix code not expecting bitmap_...James Bursa2008-06-011-33/+61
* Make this obey WITH_MNG correctly -- previously included libmng.h regardlessJohn Mark Bell2008-05-131-3/+3
* Update status bar when standalone images are done.Michael Drake2008-03-101-0/+2
* NetBSD doesn't have the timezone struct, either.Rob Kendrick2007-09-141-2/+2
* Update all source code file headers to reflect GPL version 2 only and contain...Vincent Sanders2007-08-081-3/+14
* Changes to allow building on Solaris.Rob Kendrick2007-06-151-1/+7
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" in...Daniel Silverstone2007-05-301-11/+11
* Release temporary PNG/JNG memory as soon as possibleRichard Wilson2006-12-031-1/+7
* Update project URL.Michael Drake2006-11-271-1/+1
* Remove redundant log statementsRichard Wilson2006-07-031-6/+0
* [project @ 2006-03-04 20:46:54 by jmb]John Mark Bell2006-03-041-4/+19
* [project @ 2006-02-22 01:58:19 by rjw]Richard Wilson2006-02-221-1/+1
* [project @ 2006-02-21 20:49:11 by rjw]Richard Wilson2006-02-211-7/+18
* [project @ 2005-09-17 19:59:02 by jmb]John Mark Bell2005-09-171-2/+27
* [project @ 2005-06-23 17:22:28 by rjw]Richard Wilson2005-06-231-1/+3
* [project @ 2005-04-29 01:35:52 by rjw]Richard Wilson2005-04-291-1/+4
* [project @ 2005-04-11 01:14:18 by rjw]Richard Wilson2005-04-111-2/+5
* [project @ 2005-01-25 21:42:37 by jmb]John Mark Bell2005-01-251-1/+9
* [project @ 2005-01-02 04:04:41 by jmb]John Mark Bell2005-01-021-22/+67