summaryrefslogtreecommitdiff
path: root/image/image.c
Commit message (Collapse)AuthorAgeFilesLines
* Change GTK plotting to use cairo surfaces throughoutVincent Sanders2011-12-301-2/+67
| | | | svn path=/trunk/netsurf/; revision=13354
* Virtualise content handler finalisation calls. Remove pointless implementations.John Mark Bell2011-09-151-48/+0
| | | | svn path=/trunk/netsurf/; revision=12797
* move bitmap cache initialisation up a levelVincent Sanders2011-09-071-29/+0
| | | | | | improve stats reporting svn path=/trunk/netsurf/; revision=12770
* make the image_cache cleaner less brain deadVincent Sanders2011-09-061-2/+24
| | | | svn path=/trunk/netsurf/; revision=12766
* Add Image cache and inegrate png and jpeg content handlersVincent Sanders2011-09-041-0/+9
| | | | | | | 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
* make image content handlers build conditional from teh makefileVincent Sanders2011-08-281-2/+59
| | | | svn path=/trunk/netsurf/; revision=12673
* Initial image content handler refactorVincent Sanders2011-08-271-1/+6
| | | | svn path=/trunk/netsurf/; revision=12671
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-0/+100
svn path=/trunk/netsurf/; revision=12283