summaryrefslogtreecommitdiff
path: root/src/transupp.h
AgeCommit message (Collapse)AuthorLines
2010-02-26Remove the (now unneccessary) libjpeg codeDaniel Friesel-125/+0
2010-02-21Revert "Fix lossless image rotation"Daniel Friesel-99/+30
This reverts commit 15ede2653b45a1fe73bc8c7c9151e3e8dc1c32dc.
2010-02-21Fix lossless image rotationDaniel Friesel-30/+99
Apparently, the old code was based on libjpeg6. However, most systems use libjpeg8 now, which has a few new features like cropping, leading to a lot of fuckup with feh on libjpeg8 systems. Now feh works with libjpeg8, but probably doesn't support libjpeg6 anymore. Also, this code copypasta really sucks :-)
2010-02-13Change source code indentation (indent -kr -i8 -hnl, mainly)Daniel Friesel-27/+17
2010-02-05Initial commit (upstream 1.3.4)Daniel Friesel-0/+135