- Aug 29, 2020
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
Closes #545
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
- Aug 28, 2020
-
-
Birte Kristina Friesel authored
-
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.
-
Birte Kristina Friesel authored
Introduced in 3fa39154
-
- Jun 17, 2020
-
-
Birte Kristina Friesel authored
add option 'a' to show play/paused information in slideshow mode
-
Birte Kristina Friesel authored
When the slideshow state is toggled, the info line needs to be redrawn as it may use the %a format specifier (which shows whether the slideshow is running or paused). feh_reload_image does this, but also resets all pan and zoom options and reloads the image from disk. winwidget_render_image only redraws info, caption and similar lines in this case, which is more efficient and does not incur unwanted side-effects.
-
Birte Kristina Friesel authored
Enable --version-sort on systems without strverscmp()
-
Birte Kristina Friesel authored
-
- Jun 16, 2020
- Jun 15, 2020
-
-
Tim van der Molen authored
The --version-sort option requires strverscmp(), but this is a glibc extension that does not exist on OpenBSD and other systems. To enable --version-sort on those systems, provide an internal implementation of strverscmp(). The implementation is from the musl C library and is MIT-licensed. The build process remains the same: the verscmp flag should be set to 1 only if strverscmp() is available in libc. If verscmp is 0, then the internal implementation is used.
-
- May 30, 2020
-
-
Birte Kristina Friesel authored
-
- May 29, 2020
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
Closes #532
-
- Apr 11, 2020
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
Closes #521
-
Birte Kristina Friesel authored
-
file:///Birte Kristina Friesel authored
-
- Apr 08, 2020
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
feh_file_info_load is called even if file_info is already populated, so the original file_info struct is never freed. This results in a leak of ~44 Byte for each subsequenc image load
-
Birte Kristina Friesel authored
-
- Apr 06, 2020
-
-
Birte Kristina Friesel authored
-
- Apr 05, 2020
-
-
Birte Kristina Friesel authored
-
- Mar 30, 2020
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
It's called conversion-cache for now, as it will also be used for ImageMagick/dcraw-sourced images in the future. This should also help avoid confusion between HTTP/ImageMagick/dcraw cache (files on disk), Imlib2 cache (images in memory), and thumbnail cache.
-
Birte Kristina Friesel authored
-
Awal Garg authored
-
- Mar 29, 2020
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
https://github.com/iglosiggio/fehBirte Kristina Friesel authored
Merge branch 'start-at-supports-urls' of https://github.com/iglosiggio/feh into iglosiggio-start-at-supports-urls
-
Birte Kristina Friesel authored
-