summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorLines
2010-03-01Apply patchto add --bg-fill (fullscreen background preserving aspect ratio)Daniel Friesel-24/+98
2010-02-26Add --index-{name,size,dim} options for finer thumbnail/index text controlDaniel Friesel-0/+15
2010-02-26Also accept PageUp/PageDown on the keypadDaniel Friesel-0/+2
2010-02-26Remove the (now unneccessary) libjpeg codeDaniel Friesel-1770/+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-22Apply Gentoo patch to make Xinerama optional (probably requires autoreconf)Daniel Friesel-1/+0
2010-02-21Revert "Fix lossless image rotation"Daniel Friesel-777/+535
This reverts commit 15ede2653b45a1fe73bc8c7c9151e3e8dc1c32dc.
2010-02-21Fix lossless image rotationDaniel Friesel-535/+777
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-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-13Print an error if 's' button (slidehsow_save_image) failsDaniel Friesel-1/+5
2010-02-13Change source code indentation (indent -kr -i8 -hnl, mainly)Daniel Friesel-12683/+11291
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-0/+12
2010-02-13Remove --xinerama option, the next release will break option BC anywayDaniel Friesel-5/+0
2010-02-13Rework button optionsDaniel Friesel-32/+50
2010-02-13Document --reload-buttonDaniel Friesel-4/+5
2010-02-13Document --start-atDaniel Friesel-0/+1
2010-02-13Document --thumb-titleDaniel Friesel-0/+2
2010-02-12Don't recognize keypad +,-,/,* as normal inputDaniel Friesel-0/+5
2010-02-12Fix some minor indenting issuesDaniel Friesel-7/+7
2010-02-11Add <keypad begin> to antialias the image (other keypad keys don't do this)Daniel Friesel-3/+9
2010-02-11Finish --draw-actions and add it to documentationDaniel Friesel-22/+35
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-16/+13
2010-02-10Fix some more options' documentationDaniel Friesel-2/+2
2010-02-09Add long options for -o/-O to help and manualDaniel Friesel-2/+2
2010-02-09options.c: Use --(un)loadable (as documented), not --(un)loadablesDaniel Friesel-2/+2
2010-02-09Add/Update undocumented short options to --help and manualDaniel Friesel-4/+4
2010-02-09Add --scale-down to manualDaniel Friesel-1/+1
2010-02-09feh -h: One line got lost, fix thisDaniel Friesel-1/+1
2010-02-08Make -O work without X as well. Closes bugs.debian.org #373209Daniel Friesel-6/+18
2010-02-08make feh --list work without X.Daniel Friesel-1/+2
feh -O should also be able to run without it, but that requires slightly more work. I'll fix that one later, I guess. <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=373209>
2010-02-07slideshow.c: Update comment (again)Daniel Friesel-7/+8
2010-02-07Update "No more slides in show" commentDaniel Friesel-2/+8
2010-02-07Don't die after three unloadable images. We'l see if this actually breaks ↵Daniel Friesel-1/+1
something.
2010-02-06Add option to set image background to white or blackDaniel Friesel-13/+29
2010-02-06Re-Add --xinerama, but warn that it's deprecatedDaniel Friesel-2/+7
2010-02-06Change --xinerama <0|1> swich to --no-xinerama toggle, the switch makes no senseDaniel Friesel-4/+4
2010-02-05Fix transparency in thumbnail modeDaniel Friesel-0/+1
2010-02-05Apply 05_xinerama.patch from DebianDaniel Friesel-8/+4
2010-02-05Apply 04_remove_menubg_britney_build_target.patch from DebianDaniel Friesel-1/+1
2010-02-05Apply 04_fix_help_output_obtained_from_svn.patch from DebianDaniel Friesel-1/+1
2010-02-05Apply 04_escape_filenamed.patch from DebianDaniel Friesel-4/+16
2010-02-05Apply 02_changeset_r54_x_window_resize.patch from DebianDaniel Friesel-0/+17
2010-02-05Apply 02_changeset_r53_slideshow_fix.patch from DebianDaniel Friesel-1/+1
2010-02-05Apply 02_changeset_r52_netwm_full_screen.patch from DebianDaniel Friesel-1/+14