summaryrefslogtreecommitdiff
path: root/image
Commit message (Expand)AuthorAgeFilesLines
* Remove plotter table global. Pass a redraw context around redraw functions. ...Michael Drake2011-06-3010-29/+33
* Unify content_redraw params in content_redraw_data struct. Core and RISC OS ...Michael Drake2011-06-2810-107/+82
* 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-0910-150/+74
* Fix tiled redraw of SVGs.Michael Drake2011-05-091-3/+58
* Wrap macro.Michael Drake2011-05-091-1/+4
* Wrap fix.Michael Drake2011-05-091-1/+2
* Untested fix and tile implementation for nssprite.Michael Drake2011-05-091-4/+12
* Untested fix and tile implementation for webp.Michael Drake2011-05-091-4/+12
* Fix MNG content handler.Michael Drake2011-05-091-31/+0
* Fix declaration too.Michael Drake2011-05-091-1/+2
* Fix image/svg.c build.Michael Drake2011-05-091-2/+2
* consolidate content redraw Vincent Sanders2011-05-086-594/+468
* clean up jpeg image handling ready for refactorVincent Sanders2011-05-082-178/+159
* Cleanup png codeVincent Sanders2011-05-071-290/+266
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-0622-616/+2099
* Fix compilationChris Young2011-03-211-2/+1
* Update to use official libwebp 0.1Chris Young2011-03-201-30/+15
* Move schedule.h to utils/John Mark Bell2011-03-132-2/+2
* Shunt the schedule function definitions to desktop/schedule.h. Shunt the hlc...Daniel Silverstone2011-03-132-2/+2
* Handle scaling of text plots in core.Michael Drake2011-03-081-0/+1
* Cast unsigned gif coords to signed, for comparison.Michael Drake2011-03-021-6/+8
* Fix bug #3194007: stop emitting duplicate READY/DONE events.John Mark Bell2011-02-2710-10/+24
* ConstifyJohn Mark Bell2011-02-1420-36/+32
* Remove dead function.Michael Drake2011-02-131-8/+0
* Pass clip rect as struct through content_redraw api. Update the front ends t...Michael Drake2011-02-1320-71/+51
* Use component-based r/b swap, instead of up-castingJohn Mark Bell2011-02-011-15/+16
* Remove unnecessary assertion (we've already handled the NULL case)John Mark Bell2011-01-091-2/+0
* Add cheating redraw bypass for gifs, so we can cause animation updatesDaniel Silverstone2011-01-071-0/+2
* SimplifyChris Young2010-10-161-11/+9
* Make properly endian-safeChris Young2010-10-161-16/+19
* Fix WebP images for little-endian processors, and enable for gtk build.Chris Young2010-10-161-2/+18
* WebP image support, needs libwebp (from trunk/libwebp) and libvpx.Chris Young2010-10-032-0/+184
* Document the bitmap format properly.John Mark Bell2010-07-091-1/+26
* Remove bogus assertionJohn Mark Bell2010-06-271-1/+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-0418-0/+173
* Constify data parameter to *_process_dataJohn Mark Bell2010-04-036-6/+6
* Don't leak bitmapJohn Mark Bell2010-04-031-0/+2
* Use mutator to modify content's title field.John Mark Bell2010-04-036-50/+30
* Fix compilation when building WITH_NS_SVGChris Young2010-03-301-1/+1
* It probably helps to invert the done_parse flagJohn Mark Bell2010-03-301-0/+2
* The convert stage of a content's state progression no longer reflows the cont...John Mark Bell2010-03-2918-31/+44
* Fix for new-cacheChris Young2010-03-281-3/+8
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-2816-84/+120
* Accomodate for antique versions of libpng (as found with the BeOS R5 devkit),...François Revel2010-02-171-0/+11
* change include ordering to ensure all types are available on all platformsVincent Sanders2010-01-281-3/+6
* update png handler to not use deprecated/removed call.Vincent Sanders2010-01-281-4/+4
* fix box_dump callVincent Sanders2010-01-281-1/+1