- Jun 30, 2024
-
-
Birte Kristina Friesel authored
-
- Apr 19, 2024
-
-
Birte Kristina Friesel authored
-
- Dec 03, 2023
-
-
Birte Kristina Friesel authored
-
- Aug 21, 2022
-
-
Birte Kristina Friesel authored
Closes #665
-
- Jun 10, 2022
-
-
Birte Kristina Friesel authored
-
- Feb 08, 2022
-
-
Christian Hesse authored
Writing our own magic bytes detection is prone to errors and an everlasting catch-up-game. Let's use libmagic to get things right, this is less code and makes things more reliable. Building without libmagic is still possible. That will make the code act like specifying FEH_SKIP_MAGIC=1, effectively passing everything to imlib2.
-
- Sep 09, 2021
-
-
Birte Kristina Friesel authored
This allows feh to load .gif images via libcurl, as some imlib2 versions only load gif images if the suffix is correct. It's also more convenient when using --keep-http. To achieve this, feh needs to use mkstemps. mkstemps is a non-standard extension that is available on several systems. Compile feh with "mkstemps=0" to use mkstemp instead. Closes #630
-
- 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.
-
- Nov 18, 2018
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
- Nov 12, 2018
-
-
Birte Kristina Friesel authored
-
- Nov 04, 2018
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
- Apr 04, 2018
-
-
Birte Kristina Friesel authored
-
- Feb 28, 2018
-
-
Birte Kristina Friesel authored
-
- Oct 27, 2017
-
-
Sven Willner authored
-
- Sep 21, 2016
-
-
Fahad Hossain authored
Looks prettier
-