Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2023-07-12 | update copyright | Birte Kristina Friesel | -1/+1 | |
2021-05-09 | Release v3.73.7 | Daniel Friesel | -1/+1 | |
2021-03-06 | help.raw: Add --window-id argument | Daniel Friesel | -1/+1 | |
2021-03-03 | Option Refactor and addition of Zoom Rate (#589) | Alec C | -0/+2 | |
* fixed for simpler parenthesis matching * absolute file path for .fehbg, moved script creation into helper function * Removed unused variable. * added early exit condition as per Ferada's suggestion * Added enum for options to improve readability * migrated options to enum. * added support for zoom specification through options * added man entry for zoom-rate * added help entry for zoom-rate commands * updated man to have warnings about strange values for zoom options * fix memory leak (free exec_absolute_path) * added detection for path vs env PATH launch for use in .fehbg script gen. * Added enum for options to improve readability * migrated options to enum. * added support for zoom specification through options * added man entry for zoom-rate * added help entry for zoom-rate commands * updated man to have warnings about strange values for zoom options * Update help.raw removed zoom-in/out * removed zoom-in/out from options * updated man/help entry to remove in/out zoom specification * sanitize --zoom-rate in options parser; use a single variable for storing it Co-authored-by: Daniel Friesel <derf@finalrewind.org> | ||||
2021-01-09 | Rename --windowid to --window-id; add usage warning to documentation | Daniel Friesel | -1/+1 | |
2020-07-24 | Add windowid option to draw to an existing window | Kate Hart | -0/+1 | |
This lets `feh` draw the background pixmap of an existing window, opening the door for use with tools like `xscreensaver` or `xsecurelock` | ||||
2020-06-16 | change play/pause to playing/paused to improve UX | reiseb | -1/+1 | |
2020-06-16 | add option 'a' to show play/paused information in slideshow mode | reiseb | -0/+1 | |
2020-05-30 | Update zoom in / zom out keys in feh --help | Daniel Friesel | -2/+2 | |
2020-04-11 | update copyright | Daniel Friesel | -1/+1 | |
2019-04-01 | Merge remote-tracking branch 'original/master' | Sven Willner | -12/+20 | |
2018-11-09 | Update help | Daniel Friesel | -10/+18 | |
2018-09-17 | Release v2.282.28 | Daniel Friesel | -2/+2 | |
2018-09-13 | Merge branch 'master' of github.com:derf/feh | Sven Willner | -3/+6 | |
2018-08-24 | combine --no-cycle and --cycle-once into --on-last-slide={quit,hold} | Daniel Friesel | -2/+2 | |
2018-08-24 | Add --no-cycle option | ulteq | -0/+1 | |
Closes: #124 | ||||
2018-02-28 | Merge branch 'natural-sort' of https://github.com/ulteq/feh into ↵ | Daniel Friesel | -0/+1 | |
ulteq-natural-sort | ||||
2018-01-23 | Add natural sort of (version) numbers | ulteq | -0/+1 | |
2018-01-17 | Allow any XColor values as --image-bg argument | Paul O'Day | -1/+1 | |
2017-12-28 | Add option to change the imlib cache size | ulteq | -0/+1 | |
This option allows you to change the default imlib2 image cache size of 4 MiB. | ||||
2017-12-04 | Fixed typo | David Pedersen | -1/+1 | |
2017-09-01 | changed option from inotify to auto-reload | Sven Willner | -1/+1 | |
2017-08-24 | added inotify support | Sven Willner | -0/+1 | |
2016-10-29 | add cmdline opt --auto-rotate to rotate according to EXIF info | Elliot Wolk | -0/+1 | |
2016-04-16 | help: Add --no-recursive | Daniel Friesel | -1/+3 | |
2016-02-20 | update year in copyright notice | Daniel Friesel | -1/+1 | |
2016-01-07 | Changes: | William Woodruff | -0/+1 | |
* Added an --insecure option to disable host/peer verification in libcurl. This allows feh to load images on HTTPS hosts with self-signed certificates. For security, this is not the default. * Fixed an include in show_usage. | ||||
2014-05-15 | help: update key binding list | Daniel Friesel | -17/+25 | |
2014-05-08 | help: update options and format specifiers | Daniel Friesel | -19/+30 | |
2013-01-30 | New sort option: mtime | guns | -1/+2 | |
Sort filelist by modification time, newer files first. Useful for perusing a directory of images by most recently added or changed. | ||||
2013-01-30 | Add option and keybinding to keep zoom and viewport settings. | Daniel Friesel | -0/+1 | |
Patch by sdaau on IRC. Thanks! | ||||
2012-02-01 | No -Q for exif=1, long option and key binding are enough | Daniel Friesel | -1/+1 | |
2012-01-27 | optional exif support (build with exif=1), initial patch import | Daniel Friesel | -0/+1 | |
2011-11-03 | Chaning the name of the option to suppress .fehbg | Felix Crux | -1/+1 | |
2011-11-03 | Adds an option --bg-no-bgfile that prevents the writing of a ~/.fehbg file. | Felix Crux | -0/+1 | |
2011-09-28 | Use buttons config instead of button options | Daniel Friesel | -24/+0 | |
2011-08-26 | Minor documentation fixup | Daniel Friesel | -0/+1 | |
2011-08-23 | Deprecate the --collage option (aka collage mode) | Daniel Friesel | -1/+0 | |
It is pretty random and I doubt anyone actually uses it. Also, after removing it, there are only two duplicates of the image index code instead of three... | ||||
2011-04-27 | Deprecate --menu-bg option (closes #27) | Daniel Friesel | -1/+0 | |
2011-04-23 | Add --force-aliasing to help | Daniel Friesel | -0/+1 | |
2011-02-16 | Remove builtin HTTP client | Daniel Friesel | -2/+0 | |
2011-01-29 | Deprecate --menu-style | Daniel Friesel | -1/+0 | |
2011-01-22 | Update website URLs | Daniel Friesel | -1/+1 | |
2011-01-22 | Update help a bit | Daniel Friesel | -4/+5 | |
2011-01-18 | feh --help: Fix minor alignment mistake | Daniel Friesel | -1/+1 | |
2011-01-15 | Screw --rcpath, check XDG_CONFIG_HOME instead | Daniel Friesel | -1/+0 | |
2010-09-11 | Document --info | Daniel Friesel | -0/+1 | |
2010-09-05 | Update changelog, help and manpage | Daniel Friesel | -1/+2 | |
2010-09-05 | Update Mail address | Daniel Friesel | -1/+1 | |
2010-08-27 | Add short option -Y for --hide-pointer | Daniel Friesel | -1/+1 | |