- May 11, 2018
-
-
Birte Kristina Friesel authored
-
- Mar 10, 2018
-
-
ulteq authored
Passing an empty string to the --geometry option will enable fixed geometry mode without having to specify anything else
-
- Mar 09, 2018
-
-
Birte Kristina Friesel authored
-
- Mar 08, 2018
-
-
Birte Kristina Friesel authored
See #278
-
- Mar 03, 2018
-
-
ulteq authored
Uses the camera-generated thumbnail to display RAW images that could otherwise not be loaded.
-
- Feb 28, 2018
-
-
Birte Kristina Friesel authored
Closes #218
-
- Feb 14, 2018
-
-
Birte Kristina Friesel authored
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.
-
- Jan 23, 2018
-
-
ulteq authored
-
- Jan 17, 2018
-
-
Paul O'Day authored
-
- Dec 28, 2017
-
-
ulteq authored
This option allows you to change the default imlib2 image cache size of 4 MiB.
-
- Sep 24, 2017
-
-
Birte Kristina Friesel authored
-
- Sep 16, 2017
-
-
Birte Kristina Friesel authored
Closes #326
-
- Oct 29, 2016
-
-
Elliot Wolk authored
-
- Oct 15, 2016
-
-
Ernie Ewert authored
Fixed(?) Makefile document build issue for README.md
-
- Aug 28, 2016
-
-
Birte Kristina Friesel authored
-
- Aug 27, 2016
-
-
Birte Kristina Friesel authored
-
- May 28, 2016
-
-
guns authored
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
-
- Feb 10, 2016
-
-
Birte Kristina Friesel authored
-
- Jan 08, 2016
-
-
William Woodruff authored
* 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.
-
- Jun 22, 2015
-
-
James Knight authored
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>
-
- Apr 14, 2014
-
-
Birte Kristina Friesel authored
-
- Feb 12, 2013
-
-
Birte Kristina Friesel authored
-
- Jan 30, 2013
-
-
Birte Kristina Friesel authored
Patch by sdaau on IRC. Thanks!
-
- Oct 13, 2012
-
-
Birte Kristina Friesel authored
-
- Aug 21, 2012
-
-
Birte Kristina Friesel authored
-
- May 25, 2012
-
-
Birte Kristina Friesel authored
-
- Mar 12, 2012
-
-
Birte Kristina Friesel authored
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)
-
- Jan 27, 2012
-
-
Birte Kristina Friesel authored
-
- Nov 03, 2011
-
-
Felix Crux authored
-
Felix Crux authored
-
- Sep 30, 2011
-
-
Birte Kristina Friesel authored
-
- Sep 29, 2011
-
-
Birte Kristina Friesel authored
-
- Sep 28, 2011
-
-
Birte Kristina Friesel authored
-
- Sep 13, 2011
-
-
Birte Kristina Friesel authored
-
- Aug 23, 2011
-
-
Birte Kristina Friesel authored
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.
-
- Aug 09, 2011
-
-
Yu-Jie Lin authored
-
- Jul 31, 2011
-
-
Yu-Jie Lin authored
A page is the window width or height. Signed-off-by:
Yu-Jie Lin <livibetter@gmail.com>
-
- Jun 07, 2011
-
-
Birte Kristina Friesel authored
-
- Mar 21, 2011
-
-
Birte Kristina Friesel authored
-
- Feb 16, 2011
-
-
Birte Kristina Friesel authored
-