- Jun 12, 2022
-
-
Birte Kristina Friesel authored
-
- 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.
-
- Jan 21, 2022
-
-
Ryan Schmidt authored
When _POSIX_C_SOURCE is defined, macOS hides the definitions of mkdtemp and mkstemps, among others. Define _DARWIN_C_SOURCE to counteract that.
-
- 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.
-
- Apr 18, 2019
-
-
Birte Kristina Friesel authored
-
- Nov 04, 2018
-
-
Birte Kristina Friesel authored
-
- Feb 28, 2018
-
-
Birte Kristina Friesel authored
-
- Jan 08, 2018
-
-
Max Rees authored
-
- Dec 07, 2017
-
-
Birte Kristina Friesel authored
might resolve #333 and #348
-
- Oct 16, 2017
-
-
Birte Kristina Friesel authored
(see #337)
-
- Aug 24, 2017
-
-
Sven Willner authored
-
- Oct 29, 2016
-
-
Birte Kristina Friesel authored
This reverts commit 465238bd.
-
Elliot Wolk authored
-
- Aug 28, 2016
-
-
Birte Kristina Friesel authored
-
- Feb 04, 2016
-
-
Birte Kristina Friesel authored
This should also help distributions working towards reproducible builds.
-
- Jun 08, 2015
-
-
Nate Hart authored
-
- May 04, 2014
-
-
Birte Kristina Friesel authored
-
- May 01, 2014
-
-
Birte Kristina Friesel authored
They have been deprecated since 2011 and may be removed entirely in future versions.
-
- Jan 31, 2013
-
-
Birte Kristina Friesel authored
-
- Sep 21, 2012
-
-
Birte Kristina Friesel authored
-
- Mar 04, 2012
-
-
Dennis Real authored
-
- Feb 28, 2012
-
-
Dennis Real authored
-
- Feb 05, 2012
-
-
Dennis Real authored
- fixed uninitialized pointer in thumbnail mode - added nikon lens info if available
-
Dennis Real authored
- fixed uninitialzed pointer in thumbnail mode - added nikon lens info if available
-
- Jan 27, 2012
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
- Oct 09, 2011
-
-
Birte Kristina Friesel authored
-
- May 05, 2011
-
-
Birte Kristina Friesel authored
-
- Apr 30, 2011
-
-
Birte Kristina Friesel authored
-
- Apr 22, 2011
-
-
Birte Kristina Friesel authored
-
- Feb 16, 2011
-
-
Birte Kristina Friesel authored
-
- Feb 15, 2011
-
-
Andrew Potter authored
-
- Jan 15, 2011
-
-
Birte Kristina Friesel authored
-
- Aug 21, 2010
-
-
Birte Kristina Friesel authored
-
- Jul 17, 2010
-
-
Birte Kristina Friesel authored
-
Birte Kristina Friesel authored
-
- Jun 25, 2010
-
- Jun 11, 2010
-
-
Birte Kristina Friesel authored
-