summaryrefslogtreecommitdiff
path: root/image
Commit message (Expand)AuthorAgeFilesLines
* Add Image cache and inegrate png and jpeg content handlersVincent Sanders2011-09-046-210/+969
* Remove mime_type parameter from content handler content_type callback APIJohn Mark Bell2011-09-0310-10/+10
* refactor bitmap out of generic content structureVincent Sanders2011-08-319-58/+154
* make image content handlers build conditional from teh makefileVincent Sanders2011-08-2822-193/+69
* Initial image content handler refactorVincent Sanders2011-08-2713-970/+542
* Redirect non-fatal errors to the NetSurf logChris Young2011-07-311-0/+16
* Fix GCC 4.6 warnings in coreJohn Mark Bell2011-07-261-2/+1
* 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-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