summaryrefslogtreecommitdiff
path: root/image/image_cache.h
Commit message (Collapse)AuthorAgeFilesLines
* make the image_cache cleaner less brain deadVincent Sanders2011-09-061-2/+19
| | | | svn path=/trunk/netsurf/; revision=12766
* Add Image cache and inegrate png and jpeg content handlersVincent Sanders2011-09-041-0/+101
Current periodic cache clean algorithm is poor and requires replacing with something suitable (probably a segregated LRU) The speculative load algorithm is likewise poor and only uses the image size to make a decision. svn path=/trunk/netsurf/; revision=12720