Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2011-04-22 | Document background xinerama support (closes #37) | Daniel Friesel | -0/+2 | |
2011-04-16 | Update Changelog | Daniel Friesel | -0/+1 | |
2011-04-12 | multiwindow mode: reload all images with USR1/USR2 (not perfect yet) | Daniel Friesel | -0/+1 | |
2011-03-21 | Add method to forcefully disable antialiasing (closes GH-17) | Daniel Friesel | -0/+2 | |
2011-03-19 | When called without file arguments: Show files in $PWD | Daniel Friesel | -0/+1 | |
2011-03-12 | Fix segfault upon unloadable image with --title %h/%w/... (closes GH-35) | Daniel Friesel | -0/+5 | |
2011-03-12 | Release v1.121.12 | Daniel Friesel | -1/+2 | |
2011-02-27 | feh_png: Update to new libpng API, fixes compilation issues with 1.5.1 | Daniel Friesel | -0/+1 | |
2011-02-17 | Update Changelog | Daniel Friesel | -0/+6 | |
2011-02-09 | Update changelog | Daniel Friesel | -2/+8 | |
2011-02-09 | imlib.c: Use wget --no-clobber | Daniel Friesel | -0/+3 | |
This prevents a (highly unlikely) case of an attacker knowing feh's PID and the user's URL rewriting user files by means of a TOCTTOU attack. It is still possible to _create_ arbitrary files via dangling symlinks. That will be fixed once I switch from wget to libcurl. | ||||
2011-02-06 | Changelog: Forgot to add my name to releases | Daniel Friesel | -3/+3 | |
2011-01-29 | Deprecate --menu-style | Daniel Friesel | -0/+1 | |
2011-01-26 | Update Changelog | Daniel Friesel | -2/+5 | |
2011-01-26 | Release v1.11.1 (fixes NumLock issue) | Daniel Friesel | -1/+2 | |
(cherry picked from commit 3bd5012d90b7dce9d810576c5dbc06629fa137ee) | ||||
2011-01-26 | Restrict modifiers to Control/Mod1/Mod4, ignore NumLock (closes GH-31) | Daniel Friesel | -0/+1 | |
2011-01-24 | Remove support for FEH_OPTIONS (it was deprecated over 5 years ago) | Daniel Friesel | -0/+1 | |
2011-01-23 | Update Changelog | Daniel Friesel | -0/+7 | |
2011-01-22 | Release v1.111.11 | Daniel Friesel | -1/+2 | |
2011-01-22 | Update ChangeLog | Daniel Friesel | -0/+2 | |
2011-01-16 | Update TODO & ChangeLog | Daniel Friesel | -0/+4 | |
2010-12-05 | Forgot to update the ChangeLog, again :) | Daniel Friesel | -0/+5 | |
2010-12-03 | Release v1.10.11.10.1 | Daniel Friesel | -1/+2 | |
2010-12-03 | Update changelog & feh(1) | Daniel Friesel | -0/+1 | |
2010-11-30 | Update ChangeLog | Daniel Friesel | -0/+6 | |
2010-10-07 | Release v1.101.10 | Daniel Friesel | -1/+2 | |
2010-10-02 | --draw-filename: Always show filelist position | Daniel Friesel | -0/+1 | |
2010-09-27 | Zoom button: Do 100% zoom upon release, not click. | Daniel Friesel | -0/+1 | |
Fixes the annoying 100% zoom and then continuing where it was. | ||||
2010-09-26 | winwidget.c: Only draw text in normal mode. | Daniel Friesel | -0/+1 | |
This way, zooming, panning etc. gets sped up quite a bit. | ||||
2010-09-14 | Remove --action-hold-slide, add per-action method instead. | Daniel Friesel | -1/+2 | |
When executing an action starting with a semicolon, feh will not skip to the next slide. The semicolon is not passed on to the executing shell, of course. This is kinda ugly, but at least it makes action handling somewhat more flexible. | ||||
2010-09-11 | Document --info | Daniel Friesel | -0/+1 | |
2010-09-07 | Changelog: Fix typo | Daniel Friesel | -1/+1 | |
2010-09-06 | Work around Xinerama Fuckups: Read screen number from XINERAMA_SCREEN env var | Daniel Friesel | -0/+2 | |
2010-09-05 | Update changelog, help and manpage | Daniel Friesel | -0/+1 | |
2010-09-05 | Make pan keys behave like scroll keys | Daniel Friesel | -0/+1 | |
2010-08-27 | Add short option -Y for --hide-pointer | Daniel Friesel | -0/+1 | |
2010-08-27 | Remove --bg-seamless | Daniel Friesel | -1/+2 | |
2010-08-27 | Patch by Stefan Mark: Add --bg-max wallpaper mode | Daniel Friesel | -0/+4 | |
2010-08-24 | Release v1.91.9 | Daniel Friesel | -1/+2 | |
2010-08-22 | Panning with CTRL + arrow keys | Daniel Friesel | -0/+1 | |
2010-08-15 | Improve keyboard zoom mode | Daniel Friesel | -0/+2 | |
2010-07-26 | Update Changelog | Daniel Friesel | -0/+1 | |
2010-07-14 | Patch by Noel Cragg: Make feh actually usable in tiling mode | Daniel Friesel | -0/+1 | |
2010-07-09 | Add new short options -P, -K, -G, -J | Daniel Friesel | -0/+4 | |
2010-07-08 | Remove --menu-border option | Daniel Friesel | -0/+1 | |
2010-07-04 | --full-screen -> --fullscreen (more correct[tm]) | Daniel Friesel | -0/+4 | |
2010-06-25 | Add my name to the new ChangeLog entries | Daniel Friesel | -2/+2 | |
2010-06-25 | Release v1.81.8 | Daniel Friesel | -3/+4 | |
2010-06-25 | ChangeLog: It's not _remote_ code execution | Daniel Friesel | -1/+1 | |
2010-06-25 | Don't add ?randomnumber to URLs when downloading | Daniel Friesel | -0/+2 | |