summaryrefslogtreecommitdiff
path: root/image
Commit message (Expand)AuthorAgeFilesLines
* Fix format specifierJohn Mark Bell2011-10-301-1/+1
* Rework error handling to avoid cast alignment warning noiseJohn Mark Bell2011-10-301-20/+21
* Squash warningsJohn Mark Bell2011-10-181-25/+26
* Add missing titleChris Young2011-10-151-0/+7
* Remove unused variableJohn Mark Bell2011-10-141-1/+0
* Fix little-endian hostsChris Young2011-10-141-8/+8
* Make endian-neutralChris Young2011-10-131-8/+6
* fix image cache summary information to properly use a format stringVincent Sanders2011-10-122-128/+201
* add about:imagecache some of teh implementation needs cleaning upVincent Sanders2011-10-102-1/+191
* Fix nsgif_get_internal to decode bitmap (similar to r12980)Chris Young2011-10-091-0/+5
* Pedantic style fixesJohn Mark Bell2011-10-081-2/+4
* Choose right ico image for typical url bar.Michael Drake2011-10-071-1/+3
* fix ico handler to actually decode to bitmap when called via get_internalVincent Sanders2011-10-071-0/+7
* metadata links stored in contentsVincent Sanders2011-10-072-10/+3
* Port more internals to nsurl. Front ends may need updating.Michael Drake2011-10-031-1/+2
* remove unnecessary duplicate variableVincent Sanders2011-09-161-13/+12
* Appease GCC 3.4John Mark Bell2011-09-151-7/+7
* Virtualise content handler finalisation calls. Remove pointless implementations.John Mark Bell2011-09-1512-61/+0
* fix divide by zero in stats reporting if the cache was never usedVincent Sanders2011-09-151-26/+45
* Make high level cache, low level cache and image cache all be initialised fro...Vincent Sanders2011-09-101-4/+8
* Use ISO rand() rather than BSD random() as it is more widely supported.Chris Young2011-09-071-1/+1
* move bitmap cache initialisation up a levelVincent Sanders2011-09-072-39/+30
* C89.François Revel2011-09-061-1/+2
* make the image_cache cleaner less brain deadVincent Sanders2011-09-063-61/+139
* Add more cache stats.Michael Drake2011-09-051-1/+32
* Count total number of images that were not rendered and log on exit.Michael Drake2011-09-051-0/+9
* 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