Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added close method. Fixed all known memory leaks | John Hawthorn | 2008-06-25 | 7 | -33/+45 |
* | cleanup | John Hawthorn | 2008-06-25 | 1 | -4/+4 |
* | ready for -list and -ctl | John Hawthorn | 2008-06-25 | 1 | -4/+16 |
* | cleanup | John Hawthorn | 2008-06-25 | 1 | -32/+12 |
* | cleanup | John Hawthorn | 2008-06-24 | 3 | -40/+39 |
* | eliminated a memcpy for colour jpegs | John Hawthorn | 2008-06-24 | 1 | -9/+7 |
* | cleanup | John Hawthorn | 2008-06-24 | 3 | -36/+37 |
* | whoops | John Hawthorn | 2008-06-24 | 1 | -2/+0 |
* | fixed overflow in ximage and added a little speed | John Hawthorn | 2008-06-23 | 1 | -31/+10 |
* | fixed png | John Hawthorn | 2008-06-23 | 1 | -17/+19 |
* | cleanup | John Hawthorn | 2008-06-22 | 7 | -36/+83 |
* | support for 16 and 32 bit bitmaps | John Hawthorn | 2008-06-18 | 1 | -3/+19 |
* | last minute mistake | John Hawthorn | 2008-06-18 | 1 | -1/+1 |
* | more complete bmp support. Supports 1,2,4,8,24 bit images without compression | John Hawthorn | 2008-06-18 | 2 | -34/+81 |
* | preparing for larger changes | John Hawthorn | 2008-06-17 | 1 | -22/+31 |
* | started bitmap support | John Hawthorn | 2008-06-17 | 1 | -0/+111 |
* | forgot to add file | John Hawthorn | 2008-06-17 | 1 | -0/+179 |
* | reorganized | John Hawthorn | 2008-06-17 | 2 | -169/+17 |
* | improved speed of scale | John Hawthorn | 2008-06-16 | 3 | -9/+23 |
* | replace popcount with ctz | John Hawthorn | 2008-06-16 | 1 | -12/+8 |
* | fixed ximage() | John Hawthorn | 2008-06-16 | 1 | -3/+3 |
* | changed all formats to use struct image | John Hawthorn | 2008-06-16 | 5 | -118/+167 |
* | split format work into seperate functions. Only JPEG works for now | John Hawthorn | 2008-06-15 | 3 | -72/+122 |
* | minor change | John Hawthorn | 2008-06-15 | 1 | -1/+5 |
* | fixed resize aspect bug | John Hawthorn | 2008-06-15 | 1 | -0/+5 |
* | working gif support | John Hawthorn | 2008-06-14 | 2 | -224/+31 |
* | whatever | John Hawthorn | 2008-06-13 | 2 | -4/+16 |
* | fixed memory leaks | John Hawthorn | 2008-06-05 | 1 | -5/+9 |
* | aspect ratio wm hints | John Hawthorn | 2008-06-04 | 1 | -3/+12 |
* | tmp | John Hawthorn | 2008-06-03 | 2 | -27/+73 |
* | work towards GIF support | John Hawthorn | 2008-05-27 | 1 | -2/+73 |
* | support greyscale jpegs | John Hawthorn | 2008-05-27 | 1 | -13/+22 |
* | embarrassing | John Hawthorn | 2008-05-27 | 1 | -1/+1 |
* | add Enter & stdout functionality | John Hawthorn | 2008-05-27 | 1 | -2/+3 |
* | linked list to store images, proper error handling | John Hawthorn | 2008-05-22 | 1 | -12/+52 |
* | basic error handling | John Hawthorn | 2008-05-22 | 1 | -12/+11 |
* | basic png support | John Hawthorn | 2008-05-22 | 1 | -1/+60 |
* | cleanup | John Hawthorn | 2008-05-22 | 4 | -8/+13 |
* | cleanup | John Hawthorn | 2008-05-22 | 5 | -10/+4 |
* | work towards gif support | John Hawthorn | 2008-05-22 | 2 | -1/+104 |
* | ready for gif decoder | John Hawthorn | 2008-05-19 | 4 | -4/+16 |
* | include string.h | John Hawthorn | 2008-05-19 | 1 | -0/+1 |
* | more preparations | John Hawthorn | 2008-05-19 | 1 | -9/+13 |
* | prepare for other file types | John Hawthorn | 2008-05-19 | 3 | -20/+28 |
* | 16 bit depth | John Hawthorn | 2008-05-15 | 1 | -13/+12 |
* | black border when preserving aspect ratio | John Hawthorn | 2008-05-15 | 1 | -7/+22 |
* | preserve aspect ratio, cleanup | John Hawthorn | 2008-05-15 | 1 | -6/+13 |
* | cleanup | John Hawthorn | 2008-05-15 | 1 | -11/+27 |
* | various optimizations | John Hawthorn | 2008-05-15 | 2 | -59/+81 |
* | added debugging for expose events | John Hawthorn | 2008-05-14 | 1 | -0/+1 |