summaryrefslogtreecommitdiff
path: root/image/image_cache.c
Commit message (Expand)AuthorAgeFilesLines
* Fix cases of returning pointers as bool for GCC 2.95.2.Michael Drake2012-09-291-1/+1
* fix windows build format specifiersVincent Sanders2012-08-121-6/+6
* More work on about:imagecache entry listing table.Michael Drake2012-04-121-0/+24
* about:imagecache gives URL links, and table is styled. This has revealed a b...Rob Kendrick2012-03-251-0/+5
* Change GTK plotting to use cairo surfaces throughoutVincent Sanders2011-12-301-13/+4
* Fix format specifierJohn Mark Bell2011-10-301-1/+1
* Squash warningsJohn Mark Bell2011-10-181-25/+26
* fix image cache summary information to properly use a format stringVincent Sanders2011-10-121-126/+152
* add about:imagecache some of teh implementation needs cleaning upVincent Sanders2011-10-101-0/+167
* metadata links stored in contentsVincent Sanders2011-10-071-9/+2
* 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-071-10/+30
* make the image_cache cleaner less brain deadVincent Sanders2011-09-061-57/+96
* 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-041-0/+471