summaryrefslogtreecommitdiff
path: root/src/filelist.c
AgeCommit message (Expand)AuthorLines
2020-06-15Enable --version-sort on systems without strverscmp()Tim van der Molen-4/+0
2020-04-11update copyrightDaniel Friesel-1/+1
2019-04-01Merge remote-tracking branch 'original/master'Sven Willner-1/+6
2018-12-04Declare sig_exit as volatileDaniel Friesel-1/+1
2018-10-02Actually remove collage mode after ~7 years.Olof-Joachim Frahm-1/+1
2018-09-20Handle SIGTERM, SIGINT, SIGQUIT during preloadDaniel Friesel-0/+5
2018-09-13Merge branch 'master' of github.com:derf/fehSven Willner-11/+31
2018-08-05Merge --dcraw-timeout and --magick-timeout into --conversion-timeoutDaniel Friesel-4/+4
2018-05-11Update copyright noticeDaniel Friesel-1/+1
2018-03-07filelist: Fix misinterpretation of C99 inline semanticsDaniel Friesel-1/+1
2018-02-28Add Makefile flag to disable version sorting on C libraries without strverscmpDaniel Friesel-14/+15
2018-02-28Merge branch 'natural-sort' of https://github.com/ulteq/feh into ulteq-natura...Daniel Friesel-4/+15
2018-02-14Only check image dimensions on the fly in multiwindow and slideshow modeDaniel Friesel-1/+11
2018-01-23Add natural sort of (version) numbersulteq-4/+15
2018-01-14Handle --min-dimension and --max-dimension without preloadulteq-3/+1
2017-08-24added inotify supportSven Willner-1/+1
2016-06-06next/priv directory: Use PATH_MAX instead of FEH_MAX_DIRNAME_LENDaniel Friesel-3/+3
2016-06-06Define PATH_MAX ourselves if it isn't defined by the OS (closes #90)Daniel Friesel-1/+2
2016-05-28New sort option: dirnameguns-0/+28
2016-02-18filelist: Do not print error when a correct filelist file is specifiedDaniel Friesel-6/+10
2016-02-18also, don't fclose() /dev/stdinDaniel Friesel-1/+2
2016-02-18filelist: Don't try to fopen() stdin (it's a stream, not a file)Daniel Friesel-1/+7
2015-04-07feh_file_info_preload: free feh_file data structure when removing list itemsDaniel Friesel-1/+3
2014-08-03make all opt.verbose messages print to stderrNoah Birnel-1/+1
2014-04-14feh_absolute_path: Do not alter URLs (closes #153)Daniel Friesel-1/+1
2014-04-14Use new path_is_url helper instead of repeated strncmp chainsDaniel Friesel-5/+1
2013-12-29Fix for segfault due to errononeous free() in case of scandir error ^Cailed t...Michael Vorburger-19/+19
2013-12-03pass (potentially URL-encoded) file:// URLs to curlDaniel Friesel-1/+2
2013-02-08delete temporary stdin-files when exitingDaniel Friesel-0/+1
2013-02-08handle stdin when loading filelist so it also works with --list, rotation, etc.Daniel Friesel-2/+36
2013-02-01support "feh -" to read from stdin. closes #118Daniel Friesel-0/+5
2013-01-30New sort option: mtimeguns-1/+23
2012-10-13Add --min-dimension and --max-dimension options (closes #101)Daniel Friesel-1/+9
2012-08-27fix --filelist trying to load .txt and similar with magick. (closes #96)Daniel Friesel-0/+4
2012-03-01quiet/verbose adjustmentsDaniel Friesel-13/+8
2012-02-06EXIF fixes by reald (closes #80)Daniel Friesel-1/+4
2012-01-27optional exif support (build with exif=1), initial patch importDaniel Friesel-0/+8
2012-01-27filelist.c: refactor stat error checksDaniel Friesel-38/+29
2012-01-27filelist.c: Remove redundant "Couldn't load image" warningDaniel Friesel-4/+1
2012-01-26feh --filelist: Do not overwrite filelist file if it is an imageDaniel Friesel-0/+13
2011-10-10filelist.c, imlib.c: Simplify opt.quiet handlingDaniel Friesel-34/+28
2011-10-09Add stat64 (-D_FILE_OFFSET_BITS=64) makeflag to support 64bit CIFS shares on ...Daniel Friesel-0/+4
2011-10-03feh_display_info: Allow state to be reset for successive callsDaniel Friesel-1/+1
2011-09-30feh_file_info_load: do not display error when run with --quietDaniel Friesel-1/+2
2011-09-29feh_printf: Check feh_file_info_load return statusDaniel Friesel-5/+4
2011-08-29Various code fixupsDaniel Friesel-1/+0
2011-08-24--filelist: Support reading from /dev/stdin ("-" as shortcut)Daniel Friesel-14/+1
2011-08-15Convert C++ style comments to /* */Daniel Friesel-1/+1
2011-08-13Add reload functionality for directories (derf#14)Yu-Jie Lin-0/+1
2011-05-23filelist.c: Fix memleak in add_file_to_filelist_recursively scandir callDaniel Friesel-1/+1