summaryrefslogtreecommitdiff
path: root/man
AgeCommit message (Collapse)AuthorLines
2012-02-02Accept offset-only arguments for --geometry (closes #73)Daniel Friesel-1/+1
2012-02-01feh(1): Fix comma mistakeDaniel Friesel-1/+1
2012-02-01feh(1): Document toggle_exif / --draw-exifDaniel Friesel-0/+12
2012-01-28feh(1): Note about EXIF supportDaniel Friesel-0/+8
2012-01-28Show exif flag in manpage / --versionDaniel Friesel-1/+2
2012-01-24feh(1): Mention HTTP support more prominently (Debian #655431)Daniel Friesel-2/+2
2012-01-23feh(1): Another exampleDaniel Friesel-0/+5
2012-01-17feh(1): Excplicitly state that --geometry does not enforce its limitationsDaniel Friesel-0/+3
2012-01-15Fix manual issuesDaniel Friesel-3/+1
2012-01-15Add %F and %N printf sequences for escaped file name (closes #77)Daniel Friesel-2/+11
2011-11-03Minor manpage syntax fix, remove --no-fehbg without --bg-* warningDaniel Friesel-1/+2
2011-11-03Chaning the name of the option to suppress .fehbgFelix Crux-2/+2
2011-11-03Adds an option --bg-no-bgfile that prevents the writing of a ~/.fehbg file.Felix Crux-2/+8
2011-11-03feh(1): Remove useless NoDaniel Friesel-1/+1
2011-10-31feh(1): Add workaround for --scale-down flickering in tiling modeDaniel Friesel-2/+7
2011-10-31feh(1): Note about tiling window managersDaniel Friesel-0/+25
2011-10-09feh(1): Fix --limit-{height,width} documentationDaniel Friesel-6/+4
2011-10-03Refactor --limit-width / --limit-height codeDaniel Friesel-7/+13
2011-10-03feh(1) updateDaniel Friesel-9/+45
2011-09-30Add --index-info to documentationDaniel Friesel-2/+12
2011-09-29start --index-{name,dim,size} -> printf transitionDaniel Friesel-12/+5
2011-09-28Use buttons config instead of button optionsDaniel Friesel-60/+64
2011-09-26Update feh(1)Daniel Friesel-6/+10
2011-09-13Minor feh(1) fixes/updatesDaniel Friesel-14/+8
2011-09-01feh_reload_image: Try to reload unloadable (still existing) images ad infinitumDaniel Friesel-0/+6
This commit removes the feh_file_remove_from_list call from feh_reload_image. We can safely do this because if the file itself was removed, cb_reload_timer will take care of updating the filelist, and in all other cases it is intended to leave the image in the filelist and retry. A warning will be displayed in the image if the reload failed.
2011-08-30winwidget.c: resize: Fix non-fulllscreen Xinerama issues on screens =! 1 ↵Daniel Friesel-2/+2
(see #5)
2011-08-27feh(1): Fix typoDaniel Friesel-1/+1
2011-08-26Deprecate feh-cam and gen-cam-menu (they will be removed by 2013)Daniel Friesel-0/+18
Most screenshot-based webcams are no longer around, and I don't think the few remaining ones need the feh-cam tool. Unless I get lots of mails from people still using it, of course.
2011-08-26Minor documentation fixupDaniel Friesel-4/+4
2011-08-24--filelist: Support reading from /dev/stdin ("-" as shortcut)Daniel Friesel-2/+19
Note that read_filelist used to check if its argument was an image (for people accidentaly typing "feh -df *" instead of "feh -dF *"); this was removed because it failed on /dev/stdin. I might re-add it, but I'm not yet sure about the future of feh's automatic filelist saving.
2011-08-23Deprecate the --collage option (aka collage mode)Daniel Friesel-17/+1
It is pretty random and I doubt anyone actually uses it. Also, after removing it, there are only two duplicates of the image index code instead of three...
2011-08-23Add --draw-tinted option to draw overlay text on a semi-transparent ↵Daniel Friesel-0/+6
background (closes #60, #61) By default, feh draws white text with a black drop-shadow, which is well readable in most, but not all cases. The --draw-tinted option draws a semi-transparent black box around all texts. This improves readability, but does not look as nice, so it won't become default behaviour. It was suggested to use #7f7f7f7f for the background, but I decided that for small images surrounded by a black border.
2011-08-18feh(1): EXAMPLES: Add link to websiteDaniel Friesel-1/+2
2011-08-18--action: Reload image if hold_action flag (;) is set (closes #59)Daniel Friesel-1/+2
An action may be used to alter the image or specific parts of it displayed by --info, so if a user invokes an action with hold_action set, the image and all relevant information must be reloaded.
2011-08-15Update documentationDaniel Friesel-2/+3
2011-08-09Add documentation and default keybindings for flip/mirrorDaniel Friesel-0/+11
2011-08-04feh(1): Intro: Note that feh can also set wallpapersDaniel Friesel-0/+5
2011-08-03Update manpageDaniel Friesel-3/+26
2011-06-07Add toggle_info key (closes #48)Daniel Friesel-0/+5
2011-06-06Respect --zoom 100 in --fullscreen mode (closes #47)Daniel Friesel-0/+8
2011-05-24feh(1): $() instead of ``Daniel Friesel-1/+1
2011-05-24feh(1): background setting: Fix typo (thx andy)Daniel Friesel-1/+1
2011-05-11feh(1): Add note that the scroll keys don't antialiasDaniel Friesel-1/+3
2011-05-11feh(1): BUGS: The scale-down issues were fixedDaniel Friesel-4/+0
2011-05-09feh(1): Another --zoom issueDaniel Friesel-2/+2
2011-05-09Fix --zoom max/fill documentation plus bug in menu code (thx nepraith)Daniel Friesel-1/+1
2011-05-05Minor manpage fixes (Debian #625683)Daniel Friesel-12/+19
2011-04-29feh(1): .fehbg needs evalDaniel Friesel-1/+1
2011-04-27Deprecate --menu-bg option (closes #27)Daniel Friesel-6/+0
2011-04-23feh(1): BUGS: Add scale-down zooming issuesDaniel Friesel-0/+5