Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2011-08-23 | Add --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-18 | feh(1): EXAMPLES: Add link to website | Daniel 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-15 | Update documentation | Daniel Friesel | -2/+3 | |
2011-08-09 | Add documentation and default keybindings for flip/mirror | Daniel Friesel | -0/+11 | |
2011-08-04 | feh(1): Intro: Note that feh can also set wallpapers | Daniel Friesel | -0/+5 | |
2011-08-03 | Update manpage | Daniel Friesel | -3/+26 | |
2011-06-07 | Add toggle_info key (closes #48) | Daniel Friesel | -0/+5 | |
2011-06-06 | Respect --zoom 100 in --fullscreen mode (closes #47) | Daniel Friesel | -0/+8 | |
2011-05-24 | feh(1): $() instead of `` | Daniel Friesel | -1/+1 | |
2011-05-24 | feh(1): background setting: Fix typo (thx andy) | Daniel Friesel | -1/+1 | |
2011-05-11 | feh(1): Add note that the scroll keys don't antialias | Daniel Friesel | -1/+3 | |
2011-05-11 | feh(1): BUGS: The scale-down issues were fixed | Daniel Friesel | -4/+0 | |
2011-05-09 | feh(1): Another --zoom issue | Daniel Friesel | -2/+2 | |
2011-05-09 | Fix --zoom max/fill documentation plus bug in menu code (thx nepraith) | Daniel Friesel | -1/+1 | |
2011-05-05 | Minor manpage fixes (Debian #625683) | Daniel Friesel | -12/+19 | |
2011-04-29 | feh(1): .fehbg needs eval | Daniel Friesel | -1/+1 | |
2011-04-27 | Deprecate --menu-bg option (closes #27) | Daniel Friesel | -6/+0 | |
2011-04-23 | feh(1): BUGS: Add scale-down zooming issues | Daniel Friesel | -0/+5 | |
2011-04-23 | Add toggle_aliasing to manual, improve feh.1 source readability while at it | Daniel Friesel | -0/+251 | |
2011-04-22 | Document background xinerama support (closes #37) | Daniel Friesel | -0/+9 | |
2011-04-22 | feh(1): Eliminate trailing whitespace with debug=0 | Daniel Friesel | -1/+1 | |
2011-04-22 | Add --force-aliasing to documentation | Daniel Friesel | -0/+3 | |
2011-02-16 | Remove builtin HTTP client | Daniel Friesel | -8/+5 | |
2011-02-16 | Make -lcurl optional (enabled by default), rework feature en-/disabling | Daniel Friesel | -0/+3 | |
2011-02-05 | feh(1): DESCRIPTION: Add note that shortcuts are configurable | Daniel Friesel | -2/+2 | |
2011-01-29 | Deprecate --menu-style | Daniel Friesel | -5/+0 | |
2011-01-26 | Restrict modifiers to Control/Mod1/Mod4, ignore NumLock (closes GH-31) | Daniel Friesel | -1/+1 | |
2011-01-23 | Parse commandline options _after_ theme options (closes GH-23) | Daniel Friesel | -2/+2 | |
2011-01-22 | feh(1): Document --zoom max/fill | Daniel Friesel | -1/+11 | |
2011-01-22 | feh(1): Fix typo | Daniel Friesel | -1/+1 | |
2011-01-22 | feh(1): --theme: Add note that the default theme is feh | Daniel Friesel | -1/+7 | |
2011-01-22 | Update website URLs | Daniel Friesel | -0/+3 | |
2011-01-22 | Add menu keybindings to documentation | Daniel Friesel | -0/+25 | |
2011-01-22 | feh(1): Add reference to #feh | Daniel Friesel | -1/+3 | |
2011-01-18 | feh(1): Document XINERAMA_SCREEN workaround | Daniel Friesel | -1/+3 | |
2011-01-17 | feh(1): Fix section cross-reference | Daniel Friesel | -1/+1 | |
2011-01-17 | Ignore Shift keystate, shift/non-shift keysyms differ anyways. | Daniel Friesel | -2/+1 | |
2011-01-16 | feh/keys: Allow action unbinding | Daniel Friesel | -1/+37 | |
2011-01-16 | feh(1): Updates | Daniel Friesel | -9/+0 | |
2011-01-16 | feh(1): Document feh/keys action names | Daniel Friesel | -43/+80 | |
2011-01-15 | feh(1): Update config stuff. | Daniel Friesel | -6/+48 | |
2011-01-15 | Screw --rcpath, check XDG_CONFIG_HOME instead | Daniel Friesel | -7/+0 | |
2011-01-15 | Update feh(1) for .config/feh/themes | Daniel Friesel | -8/+4 | |
2010-12-03 | Update changelog & feh(1) | Daniel Friesel | -0/+3 | |
2010-11-09 | Update TODO and feh(1): The scale-down issue was fixed | Daniel Friesel | -2/+0 | |
2010-09-27 | Zoom button: Do 100% zoom upon release, not click. | Daniel Friesel | -5/+4 | |
Fixes the annoying 100% zoom and then continuing where it was. | ||||
2010-09-16 | Display image info in bottom left corner | Daniel Friesel | -1/+1 | |
2010-09-15 | Document ; actions | Daniel Friesel | -4/+9 | |
2010-09-11 | feh(1): Add example for --info | Daniel Friesel | -0/+3 | |