Age | Commit message (Expand) | Author | Lines |
2018-10-04 | Add missing EXIF rotations. | Olof-Joachim Frahm | -1/+13 |
2018-08-05 | Merge --dcraw-timeout and --magick-timeout into --conversion-timeout | Daniel Friesel | -5/+5 |
2018-08-05 | Merge branch 'dcraw' of https://github.com/ulteq/feh into ulteq-dcraw | Daniel Friesel | -8/+102 |
2018-05-11 | Update copyright notice | Daniel Friesel | -1/+1 |
2018-05-11 | Use custom temporary directory for ImageMagick calls and clean it up afterwards | Daniel Friesel | -1/+50 |
2018-03-10 | Only set random seed once | Daniel Friesel | -3/+0 |
2018-03-03 | Utilize dcraw to preview RAW files | ulteq | -8/+102 |
2018-02-14 | Only check image dimensions on the fly in multiwindow and slideshow mode | Daniel Friesel | -0/+12 |
2018-01-20 | Fix the --magick-timeout handling | ulteq | -19/+6 |
2017-12-28 | Always check file modification time before loading images from cache | Daniel Friesel | -0/+10 |
2017-12-28 | Add option to change the imlib cache size | ulteq | -0/+2 |
2017-11-07 | Only set CURLOPT_CAINFO if CURL_CA_BUNDLE is set | Daniel Friesel | -1/+1 |
2017-11-07 | Fix ~/.fehbg no longer being source-able (closes #342)2.22.1 | Daniel Friesel | -1/+1 |
2017-10-30 | imlib: Look up CA certificates by $CURL_CA_BUNDLE. | Marius Bakke | -0/+4 |
2017-09-26 | Fix dead code | Niclas Zeising | -3/+4 |
2017-09-26 | Remove unused variable | Niclas Zeising | -4/+0 |
2017-09-05 | Work around ImageMagick bug when converting to file descriptors (#323) | Daniel Friesel | -4/+12 |
2017-08-25 | Silence warnings | orbea | -1/+1 |
2017-08-05 | Show ImageMagick output on the terminal unless --quiet is specified | Daniel Friesel | -3/+5 |
2016-10-30 | imlib.c: Move orientation logic inside HAVE_LIBEXIF | Daniel Friesel | -2/+2 |
2016-10-29 | add cmdline opt --auto-rotate to rotate according to EXIF info | Elliot Wolk | -1/+1 |
2016-10-29 | imlib: fix autorotate EXIF parsing | Elliot Wolk | -12/+15 |
2016-07-24 | support rotation for images loaded via libcurl and imagemagick | Daniel Friesel | -29/+29 |
2016-07-22 | I may have fixed rotate etc. on remote images (not magick ones, though) | Daniel Friesel | -3/+20 |
2016-06-24 | Also handle fork() failure in magick_load_image | Daniel Friesel | -1/+7 |
2016-06-23 | imlib/rotate: Fail gracefully when fork() fails | Daniel Friesel | -3/+3 |
2016-06-20 | imlib.c: Do not call atexit hooks when terminating a child process (closes #245) | Daniel Friesel | -5/+5 |
2016-05-03 | feh_draw_filename: Set correct list number in multiwindow mode (closes #237) | Daniel Friesel | -2/+6 |
2016-02-10 | add preliminary action-title support (#224) | Daniel Friesel | -5/+5 |
2016-01-07 | Changes: | William Woodruff | -7/+11 |
2015-07-23 | use --xinerama-index instead of XINERAMA_INDEX to override xinerama screen se... | Daniel Friesel | -2/+2 |
2015-04-07 | fix gib_imlib_save_image_with_error_return in imported giblib code | Daniel Friesel | -27/+1 |
2015-04-06 | im_weprintf: fix memory leak when winwidget is not set | Daniel Friesel | -0/+2 |
2014-08-03 | make all opt.verbose messages print to stderr | Noah Birnel | -8/+8 |
2014-05-06 | Fix dead code found by LLVM's scan-build utility | Daniel Friesel | -2/+0 |
2014-05-04 | import partial giblib source into feh, do not link with giblib | Daniel Friesel | -2/+2 |
2014-04-14 | Use new path_is_url helper instead of repeated strncmp chains | Daniel Friesel | -5/+1 |
2013-12-03 | pass (potentially URL-encoded) file:// URLs to curl | Daniel Friesel | -2/+4 |
2013-05-31 | fix some clang warnings | Daniel Friesel | -1/+1 |
2013-03-21 | autorotate images based on EXIF orientation (with exif=1) | Daniel Friesel | -1/+17 |
2013-02-14 | Determine active Xinerama screen by pointer position | Daniel Friesel | -4/+23 |
2013-02-08 | fix imlib2 and x11 warnings when opening a URL that returned an HTTP error | Daniel Friesel | -1/+2 |
2013-02-08 | handle stdin when loading filelist so it also works with --list, rotation, etc. | Daniel Friesel | -38/+1 |
2013-02-01 | support "feh -" to read from stdin. closes #118 | Daniel Friesel | -1/+39 |
2012-09-27 | Fix lossless rotation if jpegexiforient is unavailable (closes #100)2.6.3 | Daniel Friesel | -4/+3 |
2012-09-21 | imlib.c: Fix debug builds (add missing semicolon) | Daniel Friesel | -1/+1 |
2012-09-17 | Fix EXIF orientation tag after lossless rotate | Daniel Friesel | -2/+30 |
2012-09-13 | Show error message if normal load failed (broken by 2.4) + update tests2.6.1 | Daniel Friesel | -7/+1 |
2012-09-12 | print imlib2 error strings when save failed | Daniel Friesel | -48/+54 |
2012-09-12 | Fix lossless rotate error message for non-JPEG images | Daniel Friesel | -1/+5 |