2022-09-03 14:09:32 by Nia Alarie | Files touched by this commit (2) | |
Log message:
feh: update to 3.9.1
Mon, 22 Aug 2022 17:49:11 +0200 Daniel Friesel <derf+feh@finalrewind.org>
* Release v3.9.1
* Set libcurl user agent to "feh/3.9.1". Previously, feh did not send a
user agent.
|
2022-07-07 07:30:56 by Nia Alarie | Files touched by this commit (3) | |
Log message:
feh: update to 3.9
* Release v3.9
* Fix compilation on macOS by defining _DARWIN_C_SOURCE for
mkdtemp and mkstemps. (Patch by Ryan Schmidt)
* Remove magic byte check before passing an image to Imlib2.
This check was introduced in feh 3.6 to work around an issue with
Imlib2 being slow to determine image loadability in some cases
<https://phab.enlightenment.org/T8739>. By now, an Imlib2 version without
this issue should be available in all recent distributions, so the check
in feh is no longer required. For a slight speed-up, or to use feh with
an affected Imlib2 version (1.6.x or 1.7.0), compile feh with 'magic=1'.
In this case, feh will use libmagic to determine whether a file is an
image, and only pass images to Imlib2.
* Fix crash (segmentation fault due to null pointer dereference) when
toggling fullscreen mode while moving the cursor.
* Note that feh no longer supplies its own getopt_long function.
getopt_long is provided by a wide range of libc implementations, so
there is no need for feh to duplicate it. (Patch by Guilherme Janczak)
|
2022-01-11 11:30:56 by Nia Alarie | Files touched by this commit (2) | |
Log message:
feh: update to 3.8
Mon, 03 Jan 2022 11:29:03 +0100 Daniel Friesel <derf+feh@finalrewind.org>
* Release v3.8
* Add button ID "0" to cursor bindings. This pseudo-button is triggered
whenever feh observes a cursor movement. It does not have a default
binding.
* Support hexadecimal IDs in --window-id
* Disable --auto-rotate in feh builds compiled with Imlib2 1.7.5 or later.
Imlib2 1.7.5 introduces transparent EXIF-based image orientation
adjustment, so --auto-rotate is no longer needed (and would cause
mis-orientation of images, as Imlib2 has already adjusted the
orientation).
|
2021-12-19 12:02:22 by Nia Alarie | Files touched by this commit (1) |
Log message:
feh: Mine.
|
2021-12-08 17:07:18 by Adam Ciarcinski | Files touched by this commit (3063) |
Log message:
revbump for icu and libffi
|
2021-10-26 12:47:26 by Nia Alarie | Files touched by this commit (800) |
Log message:
graphics: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-17 13:00:54 by Nia Alarie | Files touched by this commit (2) | |
Log message:
feh: update to 3.7.2
Sat, 25 Sep 2021 09:21:25 +0200 Daniel Friesel <derf+feh@finalrewind.org>
* Release v3.7.2
* Fix crash when running feh without stdin file descriptor
|
2021-10-07 16:13:27 by Nia Alarie | Files touched by this commit (800) |
Log message:
graphics: Remove SHA1 hashes for distfiles
|
2021-09-29 21:01:31 by Adam Ciarcinski | Files touched by this commit (872) |
Log message:
revbump for boost-libs
|
2021-08-10 13:09:36 by Nia Alarie | Files touched by this commit (2) | |
Log message:
feh: update to 3.7.1
* Release v3.7.1
* Support JPEG XL files when using imlib2-jxl (patch by Alistair)
* Fix support for images smaller than 16 bytes (patch by David Buchanan)
* Fix some out of bounds reads (patches by Tobias Stoeckmann)
|