Revisions of feh

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 624245 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 26)
- update to 2.27.1
- fix boo#1101466  - specify PREFIX also for build
  * Fix --keep-zoom-vp issues introduced in 2.27
  * Fix feh occasionally becoming unresponsive when asked
     to terminate via SIGINT/SIGQUIT/SIGTERM
  * Fix size_to_image ("w") command when both --scale-down and
     --keep-zoom-vp are enabled
  * Fix --auto-zoom not being triggered on window resize events
     when --scale-down is enabled
  * Fix --auto-zoom conflicting with manual zoom
  * Prevent --zoom <percent> from blocking --scale-down in fullscreen
     / fixed geometry mode
  * Prevent --keep-zoom-vp from blocking the dynamic window resizing mechanism
  - Prevent automatic recalculation of the zoom ratio when 
    --keep_zoom_vp is enabled (forwarded request 624244 from mimi_vx)
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) accepted request 616386 from Avindra Goolcharan's avatar Avindra Goolcharan (avindra) (revision 25)
- Update to 2.26.3:
  * Properly escape --image-bg argument in ~/.fehbg (broken in
    2.26.1).
- Update to 2.26.2:
  * Show correct filelist position in windows opened from thumbnail
    mode.
  * Note that navigation is still not supported in those windows.
  * Improve support for key input from stdin.
  * Do not push menus off the screen when hitting screen limits.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 606561 from Avindra Goolcharan's avatar Avindra Goolcharan (avindra) (revision 24)
- Update to 2.26.1
  * Restore pre-2.21 ~/.fehbg behaviour. This fixes nondeterministic
    wallpaper setting when using --bg-* --randomize, issues when
    specifying --theme both in ~/.fehbg and on the commandline, and
    possibly other edge cases
  * Fix /tmp being cluttered with temp ImageMagick files when using
    --magick-timeout and a conversion takes longer than allowed
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 605810 from Avindra Goolcharan's avatar Avindra Goolcharan (avindra) (revision 23)
- Update to 2.26
  * Save absolute file paths in ~/.fehbg, similar to behaviour prior
    to 2.21
  * Add %g (window dimensions) and %Z (precise zoom level) format
    specifiers
  * Improve -z/--randomize randomness
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 580354 from Avindra Goolcharan's avatar Avindra Goolcharan (avindra) (revision 21)
- update to 2.24
  * Improve performance when using --{max,min}-dimension in
    slideshow mode
  * Fix crash when using %m format specifier in slideshow mode
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 577664 from Avindra Goolcharan's avatar Avindra Goolcharan (avindra) (revision 20)
- update to 2.23.2
  * Fix support for nested quotes in .config/feh/themes
- feh-makefile_app.patch
  * use DESTDIR variable
- spec file: simplify a bit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 571803 from Avindra Goolcharan's avatar Avindra Goolcharan (avindra) (revision 18)
- update to 2.23.1
  * The Makefile no longer honors CPPFLAGS and instead consistently
    uses CFLAGS for user-provided include paths
  * Fix %u format specifier in multiwindow and list modes
  * Minor performance improvements
  * Stability improvements when using --magick-timeout
- switch to https version of website
- rebase feh-makefile_optflags.patch
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 539756 from Avindra Goolcharan's avatar Avindra Goolcharan (avindra) (revision 16)
- update to 2.22.2
 * Fix HTTPS certificate errors on some systems (broken in 2.22)
- update to 2.22.1
 * Allow ~/.fehbg to be sourced (instead of executed) from other
   shell scripts again (broken in 2.22)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 504474 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 13)
- update to 2.19
 * Follow the freedesktop.org Thumbnail Managing Standard by saving thumbnails
    in ${XDG_CACHE_HOME}/thumbnails (defaulting to ~/.cache/thumbnails)
    instead of ~/.thumbnails
 * Install app icons with the correct permissions of 644
 * Documentation improvements (forwarded request 504473 from mimi_vx)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 489249 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 12)
- update to 2.18.3
- fixes boo#1034567 - CVE-2017-7875
 * Fix double-free/OOB-write in E17 IPC. This only affects the background
    setting options and requires a malicious X11 app to run alongside feh
    and pretend to be an E17 window manager.
 * Fix image-specific format specifiers not being updated correctly in thumbnail
    mode window titles
 * Fix memory leak when closing images opened from thumbnail mode
 * Fix a possible out of bounds read caused by an unterminated string when
    using --output to save images in long paths
 * Fix out of bounds read/write when handling empty or broken caption files.
 * Fix memory leak when saving a filelist or image whose target filename
    already exists. (forwarded request 489248 from mimi_vx)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 424335 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 10)
- update to 2.17.1
- added feh-makefile_app.patch -- fix install location of icons
- refreshed feh-makefile_optflags.patch
* Install feh icon (both 48x48 and scalable SVG) to /usr/share/icons
    when running "make install app=1"
* Fix --sort not being respected after the first reload when used in
    conjunction with --reload
* All key actions can now also be bound to a button by specifying them
    in .config/feh/buttons. However, note that button actions can not be
    bound to keys.
* Rename "menu" key action to "toggle_menu", "prev" to "prev_img" and
    "next" to "next_img". The old names are still supported, but no longer
    documented.
* feh now also sets the X11 _NET_WM_PID and WM_CLIENT_MACHINE window
    properties
* Fix compilation on systems where HOST_NAME_MAX is not defined (forwarded request 424334 from mimi_vx)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 418270 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 9)
- update to 2.16.2
- refreshed patches:
  feh-2.12-fix_sighandler.patch
  feh-fix_pointer_arithmetics.patch
  feh-makefile_optflags.patch
- dropped patch: feh-no_date.patch
* Also support in-place editing for images loaded via libcurl or
    imagemagick. Results will not be written back to disk in this case.
* Fix crash when trying to rotate a JPEG image without having
    jpegtran / jpegexiforient installed
* Handle failing fork() calls gracefully
* Fix invalid key/button definitions mis-assigning keys/buttons to other
    actions
* Add sort mode --sort dirname to sort images by directory instead
    of by name. For example, where a normal recursive run will show images in
    the order foo/a.jpg -> foo/bar/baz.jpg -> foo/fnord.jpg, a dirname sort
    will result in foo/a.jpg -> foo/fnord.jpg -> foo/bar/baz.jpg (Patch by
    Sung Pae)
* Add navigation keys next_dir (]) and prev_dir ([) to jump to the first
    image of the nex/previous directory (Patch by Sung Pae)
* Fix toggle_filenames key displaying wrong file numbers in multiwindow
    mode
* Rescale image when resizing a window and --scale-down or --geometry is
    active. This largely fixes the --scale-down issues introduced in
    2.15. However, note that --scale-down still introduces a fixed window
    size which will not be updated when changing images (as was the case in
    feh < 2.15). This may or may not be fixed in the future.
* Fix --keep-zoom-vp not keeping the viewport x/y offsets (broken by 2.15)
* Fix w (size_to_image) key not updating window size when --scale-down
    or --geometry is active (forwarded request 418269 from mimi_vx)
Displaying revisions 21 - 40 of 47
openSUSE Build Service is sponsored by