summaryrefslogtreecommitdiff
path: root/image/jpeg.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid two duplicate lines.Michael Drake2012-08-101-8/+6
* Rework error handling to avoid cast alignment warning noiseJohn Mark Bell2011-10-301-20/+21
* Add Image cache and inegrate png and jpeg content handlersVincent Sanders2011-09-041-101/+123
* 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-4/+18
* make image content handlers build conditional from teh makefileVincent Sanders2011-08-281-5/+0
* Initial image content handler refactorVincent Sanders2011-08-271-46/+6
* Redirect non-fatal errors to the NetSurf logChris Young2011-07-311-0/+16
* Remove plotter table global. Pass a redraw context around redraw functions. ...Michael Drake2011-06-301-2/+3
* Unify content_redraw params in content_redraw_data struct. Core and RISC OS ...Michael Drake2011-06-281-9/+6
* refactor content handler initilisation to use named initialisorsVincent Sanders2011-05-091-15/+7
* consolidate content redraw Vincent Sanders2011-05-081-14/+1
* clean up jpeg image handling ready for refactorVincent Sanders2011-05-081-177/+156
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-7/+135
* 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
* Most of a stop implementation.John Mark Bell2010-04-041-0/+13
* Use mutator to modify content's title field.John Mark Bell2010-04-031-6/+5
* 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
* change include ordering to ensure all types are available on all platformsVincent Sanders2010-01-281-3/+6
* Improve bitmap plotter APIVincent Sanders2009-06-301-3/+10
* Avoid unused variable if targetting RISC OS and the jpeg library has been bui...John Mark Bell2009-03-291-0/+3
* 'unsigned long' -> 'colour' where it made sense.John Tytgat2008-09-281-2/+2
* Potentially squash warningsJohn Mark Bell2008-09-151-2/+2
* Add libpng support. Default to off.Daniel Silverstone2008-09-151-1/+3
* Warnings.squash();John Mark Bell2008-08-131-1/+1
* C89 againFrançois Revel2008-07-291-1/+2
* - Include utils/config.h before each WITH_* test entiry enabling/disabling th...John Tytgat2008-07-261-2/+3
* First merge of Adam Blokus' GSoC work from his branch 'branches/adamblokus/ne...John Tytgat2008-07-261-2/+2
* Wrap jpeg library check in #ifdef riscos, as we don't care on non-RISC OS. S...Rob Kendrick2008-03-101-2/+3
* Update status bar when standalone images are done.Michael Drake2008-03-101-0/+2
* SignednessWarnings.squash()John Mark Bell2008-02-251-2/+2
* Update all source code file headers to reflect GPL version 2 only and contain...Vincent Sanders2007-08-081-3/+14
* Wrap jpeg.c with #ifdef WITH_JPEGRob Kendrick2007-07-181-1/+4
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" in...Daniel Silverstone2007-05-301-8/+8
* Content handlers should not call warn_user - they should broadcast the John Mark Bell2007-03-111-1/+0
* Update project URL.Michael Drake2006-11-271-1/+1
* [project @ 2006-02-22 01:58:19 by rjw]Richard Wilson2006-02-221-2/+1
* [project @ 2006-02-21 20:49:11 by rjw]Richard Wilson2006-02-211-1/+17
* [project @ 2006-01-24 23:05:56 by rjw]Richard Wilson2006-01-241-3/+6
* [project @ 2005-07-04 23:21:29 by jmb]John Mark Bell2005-07-041-1/+1
* [project @ 2005-06-23 17:22:28 by rjw]Richard Wilson2005-06-231-0/+1
* [project @ 2005-04-29 01:35:52 by rjw]Richard Wilson2005-04-291-1/+1
* [project @ 2004-10-17 21:12:32 by bursa]James Bursa2004-10-171-0/+15
* [project @ 2004-10-05 14:36:44 by jmb]John Mark Bell2004-10-051-1/+1
* [project @ 2004-10-04 23:54:42 by rjw]Richard Wilson2004-10-041-7/+2
* [project @ 2004-09-04 16:41:28 by jmb]John Mark Bell2004-09-041-1/+6
* [project @ 2004-09-03 22:44:47 by bursa]James Bursa2004-09-031-0/+219