summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorLines
2011-05-19Release v1.14.11.14.1Daniel Friesel-1/+2
2011-05-19Fix typing issue in winwidget_center_imageDaniel Friesel-0/+5
2011-05-11Release v1.141.14Daniel Friesel-1/+2
2011-05-11feh_parse_options_from_string: allocate argv list on stackDaniel Friesel-0/+3
This fixes a really weird bug where continued theme definitions containing just one option/value pair caused feh to mis-parse parts of the following line. Apparently, subsequent realloc calls mixed with strdups in another function caused parts of the list (argv) content to be overwritten by the content of the list pointer itself. I wasn't able to find out the exact causes / conditions.
2011-05-10Fix zoom_default with --scale-down (closes #41)Daniel Friesel-0/+2
2011-05-10keyevents.c: Make toggle_aliasing actually affect the current windowDaniel Friesel-0/+2
2011-05-10winwidget.c: Set _NET_WM_NAME and _NET_WM_ICON_NAME, marked as utf8 (closes #44)Daniel Friesel-0/+2
Note that feh does not try to convert encodings or anything. It expects filenames to be in UTF8 and passe them on to NET_WM_NAME and NET_WM_ICON NAME. The only new thing is that it now also sets _NET_WM_NAME and _NET_WM_ICON_NAME and explicitly tells X11 that they are in UTF-8. Again, no recode, if you use UTF-8 filesystems (which you should), everything is fine.
2011-05-09Fix --zoom max/fill documentation plus bug in menu code (thx nepraith)Daniel Friesel-0/+2
2011-05-07Changelog: Fix typoDaniel Friesel-3/+3
2011-05-05Minor manpage fixes (Debian #625683)Daniel Friesel-0/+2
2011-05-03Update ChangelogDaniel Friesel-2/+7
2011-05-02Use next/prev/render keys to select images in thumbnail mode (closes #26)Daniel Friesel-0/+3
2011-04-30Do not include help text by defaultDaniel Friesel-0/+3
2011-04-30Initial support for in-image warning display (closes #43)Daniel Friesel-0/+2
2011-04-27Update ChangelogDaniel Friesel-0/+3
2011-04-27Deprecate --menu-bg option (closes #27)Daniel Friesel-1/+4
2011-04-26Update ChangelogDaniel Friesel-0/+5
2011-04-23Release v1.131.13Daniel Friesel-1/+2
2011-04-23Improve ChangelogDaniel Friesel-3/+4
2011-04-22Document background xinerama support (closes #37)Daniel Friesel-0/+2
2011-04-16Update ChangelogDaniel Friesel-0/+1
2011-04-12multiwindow mode: reload all images with USR1/USR2 (not perfect yet)Daniel Friesel-0/+1
2011-03-21Add method to forcefully disable antialiasing (closes GH-17)Daniel Friesel-0/+2
2011-03-19When called without file arguments: Show files in $PWDDaniel Friesel-0/+1
2011-03-12Fix segfault upon unloadable image with --title %h/%w/... (closes GH-35)Daniel Friesel-0/+5
2011-03-12Release v1.121.12Daniel Friesel-1/+2
2011-02-27feh_png: Update to new libpng API, fixes compilation issues with 1.5.1Daniel Friesel-0/+1
2011-02-17Update ChangelogDaniel Friesel-0/+6
2011-02-09Update changelogDaniel Friesel-2/+8
2011-02-09imlib.c: Use wget --no-clobberDaniel 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-06Changelog: Forgot to add my name to releasesDaniel Friesel-3/+3
2011-01-29Deprecate --menu-styleDaniel Friesel-0/+1
2011-01-26Update ChangelogDaniel Friesel-2/+5
2011-01-26Release v1.11.1 (fixes NumLock issue)Daniel Friesel-1/+2
(cherry picked from commit 3bd5012d90b7dce9d810576c5dbc06629fa137ee)
2011-01-26Restrict modifiers to Control/Mod1/Mod4, ignore NumLock (closes GH-31)Daniel Friesel-0/+1
2011-01-24Remove support for FEH_OPTIONS (it was deprecated over 5 years ago)Daniel Friesel-0/+1
2011-01-23Update ChangelogDaniel Friesel-0/+7
2011-01-22Release v1.111.11Daniel Friesel-1/+2
2011-01-22Update ChangeLogDaniel Friesel-0/+2
2011-01-16Update TODO & ChangeLogDaniel Friesel-0/+4
2010-12-05Forgot to update the ChangeLog, again :)Daniel Friesel-0/+5
2010-12-03Release v1.10.11.10.1Daniel Friesel-1/+2
2010-12-03Update changelog & feh(1)Daniel Friesel-0/+1
2010-11-30Update ChangeLogDaniel Friesel-0/+6
2010-10-07Release v1.101.10Daniel Friesel-1/+2
2010-10-02--draw-filename: Always show filelist positionDaniel Friesel-0/+1
2010-09-27Zoom 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-26winwidget.c: Only draw text in normal mode.Daniel Friesel-0/+1
This way, zooming, panning etc. gets sped up quite a bit.
2010-09-14Remove --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-11Document --infoDaniel Friesel-0/+1