Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2018-08-05 | Merge --dcraw-timeout and --magick-timeout into --conversion-timeout | Daniel Friesel | -2/+1 | |
2018-08-05 | Merge branch 'dcraw' of https://github.com/ulteq/feh into ulteq-dcraw | Daniel Friesel | -0/+1 | |
2018-06-27 | Merge branch 'simplify-zoom' of https://github.com/ulteq/feh into ↵ | Daniel Friesel | -0/+1 | |
ulteq-simplify-zoom | ||||
2018-05-11 | Update copyright notice | Daniel Friesel | -1/+1 | |
2018-03-10 | Allow empty string as --geometry argument | ulteq | -0/+1 | |
Passing an empty string to the --geometry option will enable fixed geometry mode without having to specify anything else | ||||
2018-03-09 | rename --inner-geometry to --offset, discard width and height values | Daniel Friesel | -5/+3 | |
2018-03-08 | add (experimental and still slightly buggy) --inner-geometry feature | Daniel Friesel | -0/+5 | |
See #278 | ||||
2018-03-03 | Utilize dcraw to preview RAW files | ulteq | -0/+1 | |
Uses the camera-generated thumbnail to display RAW images that could otherwise not be loaded. | ||||
2018-02-28 | Add toggle_auto_zoom key binding, defaulting to Z | Daniel Friesel | -0/+1 | |
Closes #218 | ||||
2018-02-28 | Merge branch 'natural-sort' of https://github.com/ulteq/feh into ↵ | Daniel Friesel | -0/+1 | |
ulteq-natural-sort | ||||
2018-02-27 | Merge branch 'custom-background-color' of https://github.com/ulteq/feh into ↵ | Daniel Friesel | -1/+1 | |
ulteq-custom-background-color | ||||
2018-02-14 | Only check image dimensions on the fly in multiwindow and slideshow mode | Daniel Friesel | -0/+1 | |
This introduces a new feh_should_ignore_image function which is called at appropriate places in those modes to skip images which are loadable but undesired. | ||||
2018-01-23 | Add natural sort of (version) numbers | ulteq | -0/+1 | |
2018-01-17 | Allow any XColor values as --image-bg argument | Paul O'Day | -1/+1 | |
2017-12-28 | Add option to change the imlib cache size | ulteq | -0/+3 | |
This option allows you to change the default imlib2 image cache size of 4 MiB. | ||||
2017-09-24 | Replace keybinding struct with an array of named bindings | Daniel Friesel | -71/+72 | |
2017-09-16 | Add toggle_fixed_geometry ("g") keybinding to enable/disable window auto-resize | Daniel Friesel | -0/+1 | |
Closes #326 | ||||
2016-10-29 | add cmdline opt --auto-rotate to rotate according to EXIF info | Elliot Wolk | -0/+1 | |
2016-10-15 | Added a "zoom fit" key binding for the current image. | Ernie Ewert | -0/+1 | |
Fixed(?) Makefile document build issue for README.md | ||||
2016-08-28 | merge next(_img), prev(_img) and (toggle_)menu | Daniel Friesel | -3/+0 | |
2016-08-27 | preparations for unified key/button bindings | Daniel Friesel | -20/+12 | |
2016-05-28 | Add prev_dir and next_dir navigation actions | guns | -0/+2 | |
Many image collections are organized by directory, so it is nice to have jump-to-adjacent-directory navigation. e.g. Given the following file hierarchy: . ├── A │ ├── 1.jpg │ ├── 2.jpg │ └── C │ ├── 1.jpg │ ├── 2.jpg │ └── 3.jpg └── B ├── 1.jpg ├── 2.jpg └── 3.jpg `feh --recursive` creates the following filelist: A/1.jpg <---- current_file A/2.jpg A/C/1.jpg A/C/2.jpg A/C/3.jpg B/1.jpg B/2.jpg B/3.jpg If we press [next_dir], we move the current_file pointer to: A/1.jpg A/2.jpg A/C/1.jpg <-- current_file A/C/2.jpg A/C/3.jpg B/1.jpg B/2.jpg B/3.jpg Pressing [next_dir] again moves the pointer to: A/1.jpg A/2.jpg A/C/1.jpg A/C/2.jpg A/C/3.jpg B/1.jpg <---- current_file B/2.jpg B/3.jpg [next_dir] now moves the pointer back to the top of the list: A/1.jpg <---- current_file A/2.jpg A/C/1.jpg A/C/2.jpg A/C/3.jpg B/1.jpg B/2.jpg B/3.jpg Pressing [prev_dir] from here moves backwards to the first image of the previous directory: A/1.jpg A/2.jpg A/C/1.jpg A/C/2.jpg A/C/3.jpg B/1.jpg <---- current_file B/2.jpg B/3.jpg When starting from an position that is not the first image of a directory, [prev_dir] moves the pointer to the first image of the current directory. These actions combine well with `--sort dirname` since all regular files in a directory will be sorted before any subdirectories, avoiding a filelist like the following: A/1.jpg A/SUBDIR/2.jpg A/SUBDIR/3.jpg A/4.jpg With `--sort dirname` that filelist becomes: A/1.jpg A/4.jpg A/SUBDIR/2.jpg A/SUBDIR/3.jpg | ||||
2016-02-10 | add preliminary action-title support (#224) | Daniel Friesel | -0/+1 | |
2016-01-07 | Changes: | William Woodruff | -0/+1 | |
* Added an --insecure option to disable host/peer verification in libcurl. This allows feh to load images on HTTPS hosts with self-signed certificates. For security, this is not the default. * Fixed an include in show_usage. | ||||
2015-06-22 | support background setter for specific screen | James Knight | -0/+1 | |
The following adds the ability, when using `feh` as a background setter, to use a specific Xinerama screen to render a provided image. Along with the provided '--bg-*' option, the '--xinerama-index' argument will be used to identify the index of the detected Xinerama screen to use. Signed-off-by: James Knight <james.d.knight@live.com> | ||||
2014-04-14 | add --scroll-step option | Daniel Friesel | -0/+3 | |
2013-02-12 | patch by sdaau: button bindings for zoom in / out | Daniel Friesel | -0/+2 | |
2013-01-30 | Add option and keybinding to keep zoom and viewport settings. | Daniel Friesel | -0/+2 | |
Patch by sdaau on IRC. Thanks! | ||||
2012-10-13 | Add --min-dimension and --max-dimension options (closes #101) | Daniel Friesel | -0/+2 | |
2012-08-21 | reload: accept float values | Daniel Friesel | -1/+1 | |
2012-05-25 | Remove --menu-style handling | Daniel Friesel | -3/+0 | |
2012-03-13 | Experimental code to limit imagemagick convert runtime (see #82) | Daniel Friesel | -0/+2 | |
Problems so far: * leaks zombie processes * does not work when terminating feh with a signal (since the convert process is no longer in feh's process group) | ||||
2012-01-27 | optional exif support (build with exif=1), initial patch import | Daniel Friesel | -0/+6 | |
2011-11-03 | Chaning the name of the option to suppress .fehbg | Felix Crux | -1/+1 | |
2011-11-03 | Adds an option --bg-no-bgfile that prevents the writing of a ~/.fehbg file. | Felix Crux | -0/+1 | |
2011-09-30 | Apply changes to thumbnail mode | Daniel Friesel | -3/+0 | |
2011-09-29 | start --index-{name,dim,size} -> printf transition | Daniel Friesel | -0/+1 | |
2011-09-28 | Use buttons config instead of button options | Daniel Friesel | -14/+16 | |
2011-09-13 | Use enum for opt.image_bg, rename --image-bg default to --image-bg checks | Daniel Friesel | -1/+1 | |
2011-08-23 | Add --draw-tinted option to draw overlay text on a semi-transparent ↵ | Daniel Friesel | -3/+1 | |
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-09 | Add flip/mirror in-placec edit actions (derf/#9) | Yu-Jie Lin | -0/+2 | |
2011-07-31 | add scroll by a page actions | Yu-Jie Lin | -0/+4 | |
A page is the window width or height. Signed-off-by: Yu-Jie Lin <livibetter@gmail.com> | ||||
2011-06-07 | Add toggle_info key (closes #48) | Daniel Friesel | -0/+2 | |
2011-03-21 | Add method to forcefully disable antialiasing (closes GH-17) | Daniel Friesel | -0/+2 | |
2011-02-16 | Remove builtin HTTP client | Daniel Friesel | -2/+0 | |
2011-02-15 | Add libcurl option -{ | Andrew Potter | -0/+1 | |
2011-01-22 | Add --zoom fill as equivalent to --auto-zoom | Daniel Friesel | -1/+4 | |
2011-01-17 | Copyright Foo | Daniel Friesel | -0/+1 | |
2011-01-15 | Fix scrolling defaults / binding names | Daniel Friesel | -4/+4 | |
2011-01-15 | Screw --rcpath, check XDG_CONFIG_HOME instead | Daniel Friesel | -1/+0 | |