- Dec 05, 2020
-
-
Birte Kristina Friesel authored
This fixes two memory bugs that only manifest with exif=1 and long-running slideshows. * when feh loads an image, it writes exif data to file->ed. Previously, this data was never free'd, causing a memory leak on subsequent loads of the same file. * As file->ed is never free'd, the accumulated EXIF data consumes a significant amount of memory over time. with slideshow-delay = 10 and two days of runtime, feh may exceed 1 GB of memory usage. If the slideshow is so large that feh does not encounter the same image twice in this time, this is not detected as a memory leak, as each EXIF data chunk is referenced from the filelist. See <https://github.com/derf/feh/issues/553> for details. Closes #553
-
- Aug 28, 2020
-
-
Birte Kristina Friesel authored
Issue: * start feh --multiwindow --reload 5 * close a window with "x" * wait up to 5 seconds * segfault The issue was caused by the closed window's reload timer still being active even after the winwidget was free'd.
-
- Apr 11, 2020
-
-
Birte Kristina Friesel authored
-
- Oct 11, 2019
-
-
Olof-Joachim Frahm authored
-
- Apr 18, 2019
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
- Apr 12, 2019
-
-
Birte Kristina Friesel authored
-
- Mar 15, 2019
-
-
Elaina Martineau authored
-
- Mar 14, 2019
-
-
Elaina Martineau authored
-
- Feb 11, 2019
-
- Dec 22, 2018
-
-
Pavel Shlyak authored
It is a naive way of fixing it :) Needs attentive review
-
- Sep 13, 2018
-
-
Sven Willner authored
-
- Aug 19, 2018
-
-
ulteq authored
Partial fix of: #310
-
- Jul 17, 2018
-
-
ulteq authored
-
- May 11, 2018
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
Addresses part of issue #75
-
- Mar 10, 2018
-
-
ulteq authored
-
ulteq authored
-
ulteq authored
-
ulteq authored
-
ulteq authored
-
ulteq authored
--keep-zoom-vp will no longer block the dynamic window resizing mechanism.
-
ulteq authored
-
ulteq authored
-
ulteq authored
-
ulteq authored
Passing an empty string to the --geometry option will enable fixed geometry mode without having to specify anything else
-
ulteq authored
This simplifies the logic behind the automatic zoom ratio calculation, which is used by both --auto-zoom and --scale-down.
-
- Mar 09, 2018
-
-
Birte Kristina Friesel authored
-
- Mar 08, 2018
-
-
Birte Kristina Friesel authored
See #278
-
- 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 24, 2018
-
-
ulteq authored
-
- Jan 17, 2018
-
-
Paul O'Day authored
-
- Dec 28, 2017
-
-
ulteq authored
This will prevent unnecessary calls to 'feh_calc_needed_zoom'
-
- 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
Closes #351
-
- Oct 27, 2017
-
-
Sven Willner authored
-
- Sep 01, 2017
-
-
Sven Willner authored
-
Sven Willner authored
-
- Aug 24, 2017
-
-
Sven Willner authored
-