Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | load jpegs scaled 1/8 first | John Hawthorn | 2009-02-17 | 7 | -31/+67 | |
| | ||||||
* | switched to using state to keep track of image | John Hawthorn | 2009-02-16 | 2 | -34/+29 | |
| | ||||||
* | more TDEBUG information | John Hawthorn | 2009-01-04 | 2 | -1/+3 | |
| | ||||||
* | minor makefile changes | John Hawthorn | 2009-01-04 | 1 | -2/+2 | |
| | ||||||
* | added some todos | John Hawthorn | 2009-01-04 | 1 | -0/+2 | |
| | ||||||
* | added macros to test timing | John Hawthorn | 2009-01-03 | 2 | -21/+17 | |
| | ||||||
* | Fixed a bug where a thin horizontal line next to the image was not filled black. | John Hawthorn | 2009-01-03 | 2 | -6/+5 | |
| | ||||||
* | next version is 0.2 | John Hawthorn | 2009-01-03 | 1 | -1/+1 | |
| | ||||||
* | Added tag v0.1 for changeset 4b60ef132f52 | John Hawthorn | 2009-01-01 | 1 | -0/+1 | |
| | ||||||
* | added bug. Thanks PRINCESSJRNORMAN. | John Hawthorn | 2009-01-01 | 1 | -1/+8 | |
| | ||||||
* | added distribution files. | "John Hawthorn ext:(%22) | 2009-01-01 | 6 | -0/+90 | |
| | ||||||
* | updated makefile. Default to -O2 | "John Hawthorn ext:(%22) | 2009-01-01 | 1 | -3/+1 | |
| | ||||||
* | added make install | "John Hawthorn ext:(%22) | 2009-01-01 | 1 | -4/+12 | |
| | ||||||
* | cleanup. Fix case of empty list. | "John Hawthorn ext:(%22) | 2009-01-01 | 2 | -1/+7 | |
| | ||||||
* | make I/O errors silent | "John Hawthorn ext:(%22) | 2008-12-31 | 1 | -0/+8 | |
| | ||||||
* | cleanup | "John Hawthorn ext:(%22) | 2008-12-31 | 2 | -2/+2 | |
| | ||||||
* | minor bug | "John Hawthorn ext:(%22) | 2008-12-31 | 1 | -1/+4 | |
| | ||||||
* | added version and updated usage | "John Hawthorn ext:(%22) | 2008-12-31 | 1 | -2/+6 | |
| | ||||||
* | select() waits properly, cleanup in main.c | "John Hawthorn ext:(%22) | 2008-12-31 | 1 | -13/+10 | |
| | ||||||
* | got scale() as fast as it used to be | "John Hawthorn ext:(%22) | 2008-12-31 | 1 | -44/+50 | |
| | ||||||
* | alleviated some of that performance hit. | "John Hawthorn ext:(%22) | 2008-12-31 | 1 | -22/+18 | |
| | ||||||
* | Fixed overflow in X direction. Big performance hit. WIP | "John Hawthorn ext:(%22) | 2008-12-31 | 1 | -25/+38 | |
| | ||||||
* | removed overflow and other tweaks in scale() | "John Hawthorn ext:(%22) | 2008-12-31 | 1 | -22/+51 | |
| | ||||||
* | working -ctl support | "John Hawthorn ext:(%22) | 2008-12-31 | 1 | -16/+46 | |
| | ||||||
* | use GNU getline (temporary) | "John Hawthorn ext:(%22) | 2008-12-31 | 1 | -5/+7 | |
| | ||||||
* | added rudimentary `meh -list` support | "John Hawthorn ext:(%22) | 2008-12-26 | 1 | -4/+27 | |
| | ||||||
* | forgot file | "John Hawthorn ext:(%22) | 2008-12-26 | 1 | -0/+92 | |
| | ||||||
* | no longer exit for unreadable jpeg's | "John Hawthorn ext:(%22) | 2008-12-21 | 1 | -1/+16 | |
| | ||||||
* | cleanup | "John Hawthorn ext:(%22) | 2008-12-21 | 3 | -80/+15 | |
| | ||||||
* | Major changes. Optional XShm support, bilinear scaling, caching WIP | John Hawthorn | 2008-09-13 | 8 | -177/+269 | |
| | ||||||
* | added -ctl support | John Hawthorn | 2008-06-30 | 1 | -104/+185 | |
| | ||||||
* | 2 minor bugs | John Hawthorn | 2008-06-27 | 2 | -1/+3 | |
| | ||||||
* | more verbose makefile | John Hawthorn | 2008-06-27 | 1 | -2/+1 | |
| | ||||||
* | 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 | 8 | -37/+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 | |
| | | | | (including OS/2) | |||||
* | 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 | |
| |