- Apr 04, 2018
-
-
Birte Kristina Friesel authored
-
- Mar 10, 2018
-
-
Birte Kristina Friesel authored
Fixes non-random behaviour when randomizing file lists several times per second. Closes #349
-
- Mar 09, 2018
-
-
Birte Kristina Friesel authored
-
- Mar 08, 2018
-
-
Birte Kristina Friesel authored
See #278
-
- Mar 07, 2018
-
-
Birte Kristina Friesel authored
-
- Feb 28, 2018
-
-
Birte Kristina Friesel authored
Closes #218
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
- Feb 27, 2018
-
-
Birte Kristina Friesel authored
-
- Feb 25, 2018
-
-
Birte Kristina Friesel authored
Closes: #382, #384
-
- 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.
-
- Feb 09, 2018
-
-
Birte Kristina Friesel authored
Closes #381
-
- Jan 29, 2018
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
- Jan 24, 2018
-
-
ulteq authored
-
- Jan 23, 2018
-
-
ulteq authored
-
- Jan 20, 2018
-
-
ulteq authored
* Prevents nasty loading loops * Prevents zombie subprocesses * Fixes the conversion timeout detection routine
-
- Jan 19, 2018
-
-
ulteq authored
Halves the start-up time of the slideshow if the title contains data from 'file->info'
-
- Jan 17, 2018
-
-
Paul O'Day authored
-
- Jan 14, 2018
-
-
ulteq authored
This will (by default) check the image dimension on-the-fly, but you can still do it beforehand by specifying the preload flag.
-
- Jan 07, 2018
-
-
Max Rees authored
On glibc, if output is redirected to a file, output will look like this: touch test/ok/gif touch test/ok/jpg touch test/ok/png touch test/ok/pnm test/ok/gif test/ok/jpg test/ok/png test/ok/pnm On musl, if stdout is redirected to a file, output looks like this: test/ok/gif touch test/ok/gif touch test/ok/jpg touch test/ok/png touch test/ok/pnm test/ok/jpg test/ok/png test/ok/pnm On glibc and musl, if stdout is interactive, it looks like this: test/ok/gif touch test/ok/gif test/ok/jpg touch test/ok/jpg test/ok/png touch test/ok/png test/ok/pnm touch test/ok/pnm Adding two fflush calls makes all behavior look like the last example. Test cases have been updated accordingly.
-
- Jan 02, 2018
-
-
Olof-Joachim Frahm authored
Fixes issue 325.
-
- Dec 28, 2017
-
-
ulteq authored
This will prevent unnecessary calls to 'feh_calc_needed_zoom'
-
Birte Kristina Friesel authored
-
ulteq authored
-
ulteq authored
This option allows you to change the default imlib2 image cache size of 4 MiB.
-
- Dec 27, 2017
-
-
ulteq authored
This prevents removing the image data from the cache, when moving back and forth between images. As suggested by the Imlib documentation: http://alien.cern.ch/cache/imlib2-1.0.6/doc/
-
- Dec 07, 2017
-
-
Birte Kristina Friesel authored
might resolve #333 and #348
-
Birte Kristina Friesel authored
Closes #351
-
- Dec 04, 2017
-
-
David Pedersen authored
-
- Nov 07, 2017
-
-
Birte Kristina Friesel authored
-
- Nov 01, 2017
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
- Oct 29, 2017
-
-
Marius Bakke authored
Similar to the `curl` command-line tool.
-
- Oct 03, 2017
-
-
Birte Kristina Friesel authored
This fixes --force-aliasing (and possibly other options) missing from the file.
-
Birte Kristina Friesel authored
-
- Oct 02, 2017
-
-
Birte Kristina Friesel authored
Happens e.g. when using -O without enabling thumbnail/index mode Closes #335
-
- Sep 26, 2017
-
-
Niclas Zeising authored
The check if buffer == NULL is always false, since buffer is an autoamtic variable allocated when entering the function. What we instead want to do is to check if the string is empty after the call to exif_get_info(), since that means we could not read any exif information. When the code once more is enabled, I discovered that we need to copy the information string into info_buf as well as into buffer, since it is the former that is used to print the exif information on top of the picture. Without this change, imlib warns about trying to write NULL strings.
-
Niclas Zeising authored
-