aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* make I/O errors silent"John Hawthorn ext:(%22)2008-12-311-0/+8
* cleanup"John Hawthorn ext:(%22)2008-12-311-1/+1
* minor bug"John Hawthorn ext:(%22)2008-12-311-1/+4
* added version and updated usage"John Hawthorn ext:(%22)2008-12-311-2/+6
* select() waits properly, cleanup in main.c"John Hawthorn ext:(%22)2008-12-311-13/+10
* got scale() as fast as it used to be"John Hawthorn ext:(%22)2008-12-311-44/+50
* alleviated some of that performance hit."John Hawthorn ext:(%22)2008-12-311-22/+18
* Fixed overflow in X direction. Big performance hit. WIP"John Hawthorn ext:(%22)2008-12-311-25/+38
* removed overflow and other tweaks in scale()"John Hawthorn ext:(%22)2008-12-311-22/+51
* working -ctl support"John Hawthorn ext:(%22)2008-12-311-16/+46
* use GNU getline (temporary)"John Hawthorn ext:(%22)2008-12-311-5/+7
* added rudimentary `meh -list` support"John Hawthorn ext:(%22)2008-12-261-4/+27
* forgot file"John Hawthorn ext:(%22)2008-12-261-0/+92
* no longer exit for unreadable jpeg's"John Hawthorn ext:(%22)2008-12-211-1/+16
* cleanup"John Hawthorn ext:(%22)2008-12-213-80/+15
* Major changes. Optional XShm support, bilinear scaling, caching WIPJohn Hawthorn2008-09-137-176/+268
* added -ctl supportJohn Hawthorn2008-06-301-104/+185
* 2 minor bugsJohn Hawthorn2008-06-272-1/+3
* added close method. Fixed all known memory leaksJohn Hawthorn2008-06-257-33/+45
* cleanupJohn Hawthorn2008-06-251-4/+4
* ready for -list and -ctlJohn Hawthorn2008-06-251-4/+16
* cleanupJohn Hawthorn2008-06-251-32/+12
* cleanupJohn Hawthorn2008-06-243-40/+39
* eliminated a memcpy for colour jpegsJohn Hawthorn2008-06-241-9/+7
* cleanupJohn Hawthorn2008-06-243-36/+37
* whoopsJohn Hawthorn2008-06-241-2/+0
* fixed overflow in ximage and added a little speedJohn Hawthorn2008-06-231-31/+10
* fixed pngJohn Hawthorn2008-06-231-17/+19
* cleanupJohn Hawthorn2008-06-227-36/+83
* 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-182-34/+81
* preparing for larger changesJohn Hawthorn2008-06-171-22/+31
* started bitmap supportJohn Hawthorn2008-06-171-0/+111
* forgot to add fileJohn Hawthorn2008-06-171-0/+179
* reorganizedJohn Hawthorn2008-06-172-169/+17
* improved speed of scaleJohn Hawthorn2008-06-163-9/+23
* replace popcount with ctzJohn Hawthorn2008-06-161-12/+8
* fixed ximage()John Hawthorn2008-06-161-3/+3
* changed all formats to use struct imageJohn Hawthorn2008-06-165-118/+167
* split format work into seperate functions. Only JPEG works for nowJohn Hawthorn2008-06-153-72/+122
* minor changeJohn Hawthorn2008-06-151-1/+5
* fixed resize aspect bugJohn Hawthorn2008-06-151-0/+5
* working gif supportJohn Hawthorn2008-06-142-224/+31
* whateverJohn Hawthorn2008-06-132-4/+16
* fixed memory leaksJohn Hawthorn2008-06-051-5/+9
* aspect ratio wm hintsJohn Hawthorn2008-06-041-3/+12
* tmpJohn Hawthorn2008-06-032-27/+73
* work towards GIF supportJohn Hawthorn2008-05-271-2/+73
* support greyscale jpegsJohn Hawthorn2008-05-271-13/+22