Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2021-01-09 | Rename --windowid to --window-id; add usage warning to documentation | Daniel Friesel | -1/+8 | |
2021-01-09 | Merge branch 'add-windowid-option' of https://github.com/codehearts/feh into ↵ | Daniel Friesel | -0/+5 | |
codehearts-add-windowid-option | ||||
2021-01-09 | note that feh supports the "--" end of options indicator | Daniel Friesel | -0/+1 | |
Closes #583 | ||||
2020-12-24 | save_filelist: Respect --output-dir | Daniel Friesel | -3/+9 | |
Closes #577 | ||||
2020-11-30 | Merge pull request #562 from orbea/man | Daniel Friesel | -1/+2 | |
man: Silence mandoc warning. | ||||
2020-11-30 | Check magic bytes before passing a file to Imlib2's loader | Daniel Friesel | -0/+17 | |
This works around a regression in Imlib2, which makes (un)loadable file detection quite slow when handling e.g. large video files. See <https://phab.enlightenment.org/T8739> and <https://github.com/derf/feh/issues/505> for details. Closes #505 | ||||
2020-10-07 | man: Silence mandoc warning. | orbea | -1/+2 | |
feh.1:588:33: WARNING: new sentence, new line | ||||
2020-08-29 | feh(1): Document missing reload functionality in montage/index/thumbnail mode | Daniel Friesel | -0/+5 | |
Closes #545 | ||||
2020-08-29 | feh(1): consistent declaration of enabled/disabled build flags and libraries | Daniel Friesel | -2/+2 | |
2020-08-29 | feh(1): Fix --action example | Daniel Friesel | -1/+1 | |
2020-08-29 | feh(1): Remove FUTURE PLANS. There isn't much going on at the moment. | Daniel Friesel | -15/+3 | |
2020-07-24 | Add windowid option to draw to an existing window | Kate Hart | -0/+5 | |
This lets `feh` draw the background pixmap of an existing window, opening the door for use with tools like `xscreensaver` or `xsecurelock` | ||||
2020-06-17 | Merge pull request #500 from reiseb/master | Daniel Friesel | -0/+4 | |
add option 'a' to show play/paused information in slideshow mode | ||||
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/+4 | |
2020-06-15 | Enable --version-sort on systems without strverscmp() | Tim van der Molen | -4/+0 | |
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. | ||||
2020-04-11 | update copyright | Daniel Friesel | -1/+1 | |
2020-04-11 | feh(1): clarify that --start-at does work for local URLs | Daniel Friesel | -1/+1 | |
2020-03-30 | add manpage entry for HTTP cache | Daniel Friesel | -0/+13 | |
It's called conversion-cache for now, as it will also be used for ImageMagick/dcraw-sourced images in the future. This should also help avoid confusion between HTTP/ImageMagick/dcraw cache (files on disk), Imlib2 cache (images in memory), and thumbnail cache. | ||||
2020-03-29 | Document --start-at adjustments | Daniel Friesel | -0/+7 | |
2020-02-01 | --image-bg: Note that # may need to be escaped in some shells | Daniel Friesel | -0/+2 | |
Closes #506 | ||||
2019-10-11 | Allow setting the X11 class hint as an option. | Olof-Joachim Frahm | -2/+9 | |
2019-07-22 | Use --no-fehbg in .fehbg commandline | Daniel Friesel | -0/+6 | |
This ensures that X11 layout or other changes do not affect the .fehbg contents, which are meant to only be updated when a --bg-option is used manually. Closes #482 | ||||
2019-04-18 | feh(1): Distinguish between enabled/disabled features more clearly | Daniel Friesel | -7/+25 | |
2019-04-12 | run mandoc linter | Daniel Friesel | -7/+9 | |
2019-04-12 | re-add --auto-reload to manual | Daniel Friesel | -1/+18 | |
2019-04-01 | Merge remote-tracking branch 'original/master' | Sven Willner | -135/+209 | |
2019-03-26 | Make SIGUSR1 / SIGUSR2 relaod the current image in single-file slideshows | Daniel Friesel | -3/+7 | |
2019-02-16 | feh(1): Add example for showing only landscape-mode pictures | Daniel Friesel | -0/+6 | |
2019-01-21 | Update "man/feh.pre" | guraga | -24/+28 | |
Small fixes in man page. | ||||
2018-12-23 | feh(1): Document maximum line length and splitting details in themes file | Daniel Friesel | -0/+3 | |
2018-12-07 | feh(1): key/mouse actions are not handled when loading via libcurl | Daniel Friesel | -1/+7 | |
2018-11-21 | Release v3.13.1 | Daniel Friesel | -1/+1 | |
2018-11-19 | --start-at: Auto-load directory when no other files are specified | Daniel Friesel | -7/+21 | |
This changes the behaviour of "feh --start-at FILENAME" as follows: Previously, this would cause feh to load all files in the current working directory, since no files or filelists were specified on the command line. Now this is a special case: feh will extract the directory component from FILENAME, load all files in that directory, and display FILENAME. This way, it's possible to use "feh --start-at ~%f" in XDG Desktop files and browse files in feh using the prev/next keys Closes #372 Closes #420 | ||||
2018-11-18 | --start-at: Compare basenames if exact match failed | Daniel Friesel | -13/+10 | |
This more closely resembles the expected behaviour of --start-at, but may lead to mismatches if several files in the filelist have the same basename. Closes #206 Related to #372 and #420 | ||||
2018-11-18 | feh(1): --output-dir does not affect -o / -O | Daniel Friesel | -1/+3 | |
2018-11-18 | Merge branch 'output-directory-for-image-saving' of ↵ | Daniel Friesel | -1/+1 | |
https://github.com/Ferada/feh into Ferada-output-directory-for-image-saving | ||||
2018-11-18 | feh(1): Sort options lexically | Daniel Friesel | -22/+22 | |
2018-11-18 | Improve README and feh(1) introduction | Daniel Friesel | -15/+10 | |
2018-11-08 | Change default toggle_fullscreen key to "f" | Daniel Friesel | -7/+7 | |
This is in line with other software. save_filelist now defaults to "L". | ||||
2018-11-07 | Further manpage refinements | Daniel Friesel | -40/+34 | |
2018-11-06 | Improve parts of feh(1) | Daniel Friesel | -15/+21 | |
2018-11-04 | Document new editing behaviour | Daniel Friesel | -4/+24 | |
2018-11-04 | feh(1): Note that --version-sort needs --sort to be set | Daniel Friesel | -6/+29 | |
closes #431 | ||||
2018-10-03 | Use output directory for image saving command. | Olof-Joachim Frahm | -1/+1 | |
2018-09-13 | Merge branch 'master' of github.com:derf/feh | Sven Willner | -287/+468 | |
2018-08-29 | --on-last-slide=hold is not limited to slideshow-delay | Daniel Friesel | -2/+1 | |
2018-08-29 | Document --on-last-slide | Daniel Friesel | -6/+36 | |
2018-08-05 | Update magick/dcraw/timeout documentation in feh(1) | Daniel Friesel | -6/+9 | |
2018-08-02 | Update --geometry documentation in feh(1) | Daniel Friesel | -2/+3 | |