aboutsummaryrefslogtreecommitdiffstats
path: root/src/bmp.c
Commit message (Expand)AuthorAgeFilesLines
* major cleanup. xlib methods have been abstracted away as a genericJohn Hawthorn2010-01-041-1/+1
* fixed whitespaceJohn Hawthorn2009-11-211-1/+1
* experimental support for imagemagick backendJohn Hawthorn2009-08-311-0/+2
* load jpegs scaled 1/8 firstJohn Hawthorn2009-02-171-0/+4
* Major changes. Optional XShm support, bilinear scaling, caching WIPJohn Hawthorn2008-09-131-12/+12
* 2 minor bugsJohn Hawthorn2008-06-271-0/+1
* added close method. Fixed all known memory leaksJohn Hawthorn2008-06-251-3/+11
* cleanupJohn Hawthorn2008-06-241-18/+18
* cleanupJohn Hawthorn2008-06-221-9/+12
* support for 16 and 32 bit bitmapsJohn Hawthorn2008-06-181-3/+19
* last minute mistakeJohn Hawthorn2008-06-181-1/+1
* more complete bmp support. Supports 1,2,4,8,24 bit images without compressionJohn Hawthorn2008-06-181-33/+80
* started bitmap supportJohn Hawthorn2008-06-171-0/+111