summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorLines
2010-03-05Ummyeah... update version number. Fail...1.4Daniel Friesel-4/+4
2010-03-04Release v1.4Daniel Friesel-6/+24
2010-03-04configure: Remove unneeded libjpeg test (yes, should've used autoreconf, ↵Daniel Friesel-75/+1
don't care)
2010-03-04Remove Independent JPEG Group notice againDaniel Friesel-2/+0
2010-03-01Apply patchto add --bg-fill (fullscreen background preserving aspect ratio)Daniel Friesel-24/+100
2010-02-28Update README (We don't include JPEG code anymode)Daniel Friesel-3/+0
2010-02-28Update lossless rotation in feh(1)Daniel Friesel-3/+3
2010-02-27Remove libjpeg from configure.{ac,in}Daniel Friesel-3/+1
2010-02-26Add --index-{name,size,dim} options for finer thumbnail/index text controlDaniel Friesel-0/+24
2010-02-26feh(1): --theme: Add note about option precedenceDaniel Friesel-0/+1
2010-02-26Also accept PageUp/PageDown on the keypadDaniel Friesel-0/+2
2010-02-26Remove the (now unneccessary) libjpeg codeDaniel Friesel-1776/+5
2010-02-26Use jpegtran for lossless rotationDaniel Friesel-100/+15
2010-02-22md5.c: Always include string.h to fix memcpy warningsDaniel Friesel-1/+1
2010-02-22Update README, TODO & feh(1)Daniel Friesel-9/+9
2010-02-22Apply Gentoo patch to make Xinerama optional (probably requires autoreconf)Daniel Friesel-6/+19
2010-02-21Update README (libjpeg62 vs. libjpeg8)Daniel Friesel-0/+6
2010-02-21Revert "Fix lossless image rotation"Daniel Friesel-780/+535
This reverts commit 15ede2653b45a1fe73bc8c7c9151e3e8dc1c32dc.
2010-02-21feh(1): Acknowledge the IJG.Daniel Friesel-0/+2
2010-02-21Fix lossless image rotationDaniel Friesel-535/+780
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-21Add configure.lineno to .gitignoreDaniel Friesel-0/+1
2010-02-18TODO: Add note about xineramaDaniel Friesel-0/+3
2010-02-15draw-actions: Correctly calculate line width → don't cut of stuffDaniel Friesel-1/+5
2010-02-14Clean up options.cDaniel Friesel-40/+40
2010-02-14Remove fmmode relictsDaniel Friesel-15/+0
2010-02-13A few feh(1) fixesDaniel Friesel-5/+7
2010-02-13Print an error if 's' button (slidehsow_save_image) failsDaniel Friesel-1/+5
2010-02-13Add myself to AUTHORSDaniel Friesel-0/+3
2010-02-13Change source code indentation (indent -kr -i8 -hnl, mainly)Daniel Friesel-12683/+11291
2010-02-13Update TODO and BUGSDaniel Friesel-2/+7
2010-02-13Enable antialiasing for a few keybindingsDaniel Friesel-2/+2
2010-02-13Remove old (undocumented) Tab key binding as draw_actions toggleDaniel Friesel-14/+2
2010-02-13Add runtime shortcuts to toggle --draw-actions and --draw-filenameDaniel Friesel-3/+18
2010-02-13Remove --xinerama option, the next release will break option BC anywayDaniel Friesel-5/+0
2010-02-13Rework button optionsDaniel Friesel-43/+70
2010-02-13Document --reload-buttonDaniel Friesel-4/+10
2010-02-13checkopts.pl: Ignore --helpDaniel Friesel-1/+1
2010-02-13Document --start-atDaniel Friesel-0/+4
2010-02-13Document --thumb-titleDaniel Friesel-0/+8
2010-02-12Don't recognize keypad +,-,/,* as normal inputDaniel Friesel-0/+5
2010-02-12Fix some minor indenting issuesDaniel Friesel-7/+7
2010-02-12TODO: keypad-movement + antialiasing can't be done better, apparently.Daniel Friesel-1/+3
2010-02-11Fix keypad keys in feh(1)Daniel Friesel-0/+9
2010-02-11Add <keypad begin> to antialias the image (other keypad keys don't do this)Daniel Friesel-3/+21
2010-02-11Finish --draw-actions and add it to documentationDaniel Friesel-26/+39
2010-02-11Fix --draw-actions alignment (when used with --draw-filename)Daniel Friesel-3/+12
2010-02-11Make --draw-actions not crash the programDaniel Friesel-19/+15
2010-02-10Fix some more options' documentationDaniel Friesel-3/+6
2010-02-10feh(1): Update unloadable images exampleDaniel Friesel-1/+1
2010-02-10feh(1): Add --cache-thumbnails optionDaniel Friesel-0/+3