summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
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
2010-06-24Disable filelist saving from thumbnail mode (buggy and probably not useful)Daniel Friesel
2010-06-19Make <keypad /> and <keypad *> actually usefulDaniel Friesel
2010-06-19Allow multiline theme definitions in .fehrcDaniel Friesel
2010-06-19Rename --screen-clip to --no-screen-clip, the default cannot be changedDaniel Friesel
2010-06-16Make --font set the global default fontDaniel Friesel
2010-06-14Do not make the thumbnail window fullscreenDaniel Friesel
2010-06-14Update ChangeLogDaniel Friesel
2010-06-10Release v1.7Daniel Friesel
2010-06-09Use SIGUSR1/SIGUSR2 in slideshow mode to change imagesDaniel Friesel
2010-06-07--caption-path: Autocreate caption directories if they don't existDaniel Friesel
2010-06-07Show a little message in caption editing mode to indicate that is activeDaniel Friesel
2010-06-07Removed undocumented hjkl menu keysDaniel Friesel
2010-06-07Add some missing stuff to feh(1) KEYS sectionDaniel Friesel
2010-06-07Remove Shift+Key bindingsDaniel Friesel
2010-06-07Allow specifying slideshow-delay while starting the slideshow in paused modeDaniel Friesel
Set --slideshow-delay to a negative value to achieve that. In that case, the actual slideshow-delay will be <value> * (-1), so -D-5 sets slideshow-delay 5 seconds but starts paused. Closes: GH-4 <http://github.com/derf/feh/issues#issue/4>
2010-06-06Thumbnail mode: Fix segfault when opening a deleted/renamed fileDaniel Friesel
2010-06-05Release v1.6.1 (bugfixes only)Daniel Friesel
2010-06-05Update ChangelogDaniel Friesel
2010-06-03winwidget_render_image: Use round to calculate coordinates.Daniel Friesel