summaryrefslogtreecommitdiff
path: root/image/image.c
Commit message (Expand)AuthorAgeFilesLines
* Move bitmap operations into an operation table.Vincent Sanders2015-04-131-19/+13
* remove unecessary utils/types.hVincent Sanders2014-11-021-0/+1
* reduce uncessary include usageVincent Sanders2014-05-181-0/+1
* remove all references to using libMNGVincent Sanders2014-01-041-12/+0
* Change GTK plotting to use cairo surfaces throughoutVincent Sanders2011-12-301-2/+67
* Virtualise content handler finalisation calls. Remove pointless implementations.John Mark Bell2011-09-151-48/+0
* move bitmap cache initialisation up a levelVincent Sanders2011-09-071-29/+0
* make the image_cache cleaner less brain deadVincent Sanders2011-09-061-2/+24
* Add Image cache and inegrate png and jpeg content handlersVincent Sanders2011-09-041-0/+9
* make image content handlers build conditional from teh makefileVincent Sanders2011-08-281-2/+59
* Initial image content handler refactorVincent Sanders2011-08-271-1/+6
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-0/+100