summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
2011-04-16Update ChangelogDaniel Friesel
2011-04-12multiwindow mode: reload all images with USR1/USR2 (not perfect yet)Daniel Friesel
2011-03-21Add method to forcefully disable antialiasing (closes GH-17)Daniel Friesel
2011-03-19When called without file arguments: Show files in $PWDDaniel Friesel
2011-03-12Fix segfault upon unloadable image with --title %h/%w/... (closes GH-35)Daniel Friesel
2011-03-12Release v1.12Daniel Friesel
2011-02-27feh_png: Update to new libpng API, fixes compilation issues with 1.5.1Daniel Friesel
2011-02-17Update ChangelogDaniel Friesel
2011-02-09Update changelogDaniel Friesel
2011-02-09imlib.c: Use wget --no-clobberDaniel Friesel
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-06Changelog: Forgot to add my name to releasesDaniel Friesel
2011-01-29Deprecate --menu-styleDaniel Friesel
2011-01-26Update ChangelogDaniel Friesel
2011-01-26Release v1.11.1 (fixes NumLock issue)Daniel Friesel
(cherry picked from commit 3bd5012d90b7dce9d810576c5dbc06629fa137ee)
2011-01-26Restrict modifiers to Control/Mod1/Mod4, ignore NumLock (closes GH-31)Daniel Friesel
2011-01-24Remove support for FEH_OPTIONS (it was deprecated over 5 years ago)Daniel Friesel
2011-01-23Update ChangelogDaniel Friesel
2011-01-22Release v1.11Daniel Friesel
2011-01-22Update ChangeLogDaniel Friesel
2011-01-16Update TODO & ChangeLogDaniel Friesel
2010-12-05Forgot to update the ChangeLog, again :)Daniel Friesel
2010-12-03Release v1.10.1Daniel Friesel
2010-12-03Update changelog & feh(1)Daniel Friesel
2010-11-30Update ChangeLogDaniel Friesel
2010-10-07Release v1.10Daniel Friesel
2010-10-02--draw-filename: Always show filelist positionDaniel Friesel
2010-09-27Zoom button: Do 100% zoom upon release, not click.Daniel Friesel
Fixes the annoying 100% zoom and then continuing where it was.
2010-09-26winwidget.c: Only draw text in normal mode.Daniel Friesel
This way, zooming, panning etc. gets sped up quite a bit.
2010-09-14Remove --action-hold-slide, add per-action method instead.Daniel Friesel
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-11Document --infoDaniel Friesel
2010-09-07Changelog: Fix typoDaniel Friesel
2010-09-06Work around Xinerama Fuckups: Read screen number from XINERAMA_SCREEN env varDaniel Friesel
2010-09-05Update changelog, help and manpageDaniel Friesel
2010-09-05Make pan keys behave like scroll keysDaniel Friesel
2010-08-27Add short option -Y for --hide-pointerDaniel Friesel
2010-08-27Remove --bg-seamlessDaniel Friesel
2010-08-27Patch by Stefan Mark: Add --bg-max wallpaper modeDaniel Friesel
2010-08-24Release v1.9Daniel Friesel
2010-08-22Panning with CTRL + arrow keysDaniel Friesel
2010-08-15Improve keyboard zoom modeDaniel Friesel
2010-07-26Update ChangelogDaniel Friesel
2010-07-14Patch by Noel Cragg: Make feh actually usable in tiling modeDaniel Friesel
2010-07-09Add new short options -P, -K, -G, -JDaniel Friesel
2010-07-08Remove --menu-border optionDaniel Friesel
2010-07-04--full-screen -> --fullscreen (more correct[tm])Daniel Friesel
2010-06-25Add my name to the new ChangeLog entriesDaniel Friesel
2010-06-25Release v1.8Daniel Friesel
2010-06-25ChangeLog: It's not _remote_ code executionDaniel Friesel
2010-06-25Don't add ?randomnumber to URLs when downloadingDaniel Friesel
2010-06-25Remove --wget-timestamp option (contained a remote code execution hole)Daniel Friesel