summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-03-16document --magick-timeoutDaniel Friesel
2012-03-15--(un|)loadable: indicate results in exit codeDaniel Friesel
2012-03-15feh_magick_load_image: close stdin as wellDaniel Friesel
2012-03-15scroll keys: Sanitise offsets before renderingDaniel Friesel
2012-03-14Terminate convert when receiving SIG{INT,TERM,QUIT}Daniel Friesel
2012-03-14imlib.c: "Fix" Zombie issueDaniel Friesel
Still to do: signal handler for sigint/quit/term
2012-03-13slideshow_change_image: do not jump to current image on random jump (closes #85)Daniel Friesel
2012-03-13Experimental code to limit imagemagick convert runtime (see #82)Daniel Friesel
Problems so far: * leaks zombie processes * does not work when terminating feh with a signal (since the convert process is no longer in feh's process group)
2012-03-12Add alternative defaults for numpad keybindings (closes #84)Daniel Friesel
2012-03-07menu: Remove dead icon codeDaniel Friesel
2012-03-07Fix memory leak in feh_edit_inplace_losslessDaniel Friesel
2012-03-07menu: Save data as short, (void *) was pointless. Fixes amd64 compiler warnings.Daniel Friesel
2012-03-06Revert "fix zoom_default for --scale-down"Daniel Friesel
This reverts commit b257e011c4390900f14491e2cffe38b2d00892ec. Conflicts: ChangeLog
2012-03-03magick: use correct filenameDaniel Friesel
2012-03-03use convert (imagemagick) for unsupported file typesDaniel Friesel
2012-03-01quiet/verbose adjustmentsDaniel Friesel
2012-02-26Merge branch 'master' of aneurysm:var/git_root/fehDaniel Friesel
2012-02-26Merge github.com:reald/fehDaniel Friesel
2012-02-26Update test files, fix omitted {} in list.cDaniel Friesel
2012-02-26Merge remote branch 'upstream/master'Dennis Real
Conflicts: src/exif.c
2012-02-26evaluate some nikon specific flash infoDennis Real
2012-02-26list: Remove now useless double tabDaniel Friesel
2012-02-26fix zoom_default for --scale-downDaniel Friesel
2012-02-26feh_printf: Fix/Add %S/%P for human-readable sizes, use them in --listDaniel Friesel
2012-02-12Revert "Merge --scale-down / window dimension change patch"Daniel Friesel
This reverts commit b6a1cff6db874f4708d5ff5ea6a17248610b7d90.
2012-02-12Merge --scale-down / window dimension change patchDaniel Friesel
2012-02-06EXIF fixes by reald (closes #80)Daniel Friesel
commit 9c8226a1a54d1246e086923bb1b36e3827b25767 Merge: e4483e5 132ecc0 Author: Dennis Real <github@tildepipe.org> Date: Sun Feb 5 17:24:17 2012 +0100 Merge branch 'master' of ssh://github.com/reald/feh commit e4483e5e25a1471728a31a18d22ba86def489509 Author: Dennis Real <github@tildepipe.org> Date: Sun Feb 5 16:56:29 2012 +0100 - improved handling of images which have exif tags but not ours - fixed uninitialized pointer in thumbnail mode - added nikon lens info if available commit 132ecc0f9f0a2243c4f6745d0af36be810bf9eba Author: Dennis Real <github@tildepipe.org> Date: Sun Feb 5 16:56:29 2012 +0100 - improved handling of images which have exif tags but not ours - fixed uninitialzed pointer in thumbnail mode - added nikon lens info if available
2012-02-05- improved handling of images which have exif tags but not oursDennis Real
- fixed uninitialized pointer in thumbnail mode - added nikon lens info if available
2012-02-02Accept offset-only arguments for --geometry (closes #73)Daniel Friesel
2012-02-01No -Q for exif=1, long option and key binding are enoughDaniel Friesel
2012-01-28Show exif flag in manpage / --versionDaniel Friesel
2012-01-27optional exif support (build with exif=1), initial patch importDaniel Friesel
2012-01-27filelist.c: refactor stat error checksDaniel Friesel
2012-01-27filelist.c: Remove redundant "Couldn't load image" warningDaniel Friesel
2012-01-26feh --filelist: Do not overwrite filelist file if it is an imageDaniel Friesel
2012-01-25imlib.c: Set CURLOPT_VERBOSE when built with DEBUGDaniel Friesel
2012-01-25Use 'feh: foo' instead of mixed 'feh: foo' and 'feh - foo' messagesDaniel Friesel
2012-01-25Do not refer to --help unless it is compiled in (Debian #657171)Daniel Friesel
2012-01-15Add %F and %N printf sequences for escaped file name (closes #77)Daniel Friesel
2012-01-02imlib.c: Follow HTTP redirects (Debian #653689)Daniel Friesel
2011-12-23get_index_string_dim: return 0,0 when index_info is empty (closes #76)Daniel Friesel
2011-11-30Makefile: Respect CPPFLAGS when creating deps.mk (closes #74)Daniel Friesel
2011-11-27keyevents.c: caption entry: Only pause slideshow if slideshow_delay is setDaniel Friesel
2011-11-19pause slideshow when editing a captionDaniel Friesel
2011-11-03Minor manpage syntax fix, remove --no-fehbg without --bg-* warningDaniel Friesel
2011-11-03Chaning the name of the option to suppress .fehbgFelix Crux
2011-11-03Adds an option --bg-no-bgfile that prevents the writing of a ~/.fehbg file.Felix Crux
2011-10-31Experimental --auto-zoom tiling support (use -.Z for best results)Daniel Friesel
2011-10-24imlib.c: Fix too long mkstemp argument (debian #646421)Daniel Friesel
2011-10-21winwidget.c: Add experimental --scale-down tiling support (#54)Daniel Friesel