summaryrefslogtreecommitdiff
path: root/src/list.c
AgeCommit message (Collapse)AuthorLines
2024-06-30cache stat(2) callsNaïm Favier-1/+1
When the user requests sorting by size or mtime, do a "soft preload" of the file list that only calls stat(2) without loading images. This avoids calling stat(2) repeatedly on the same files when sorting the file list, and achieves faster startup on slow filesystems.
2023-07-12update copyrightBirte Kristina Friesel-1/+1
2020-04-11update copyrightDaniel Friesel-1/+1
2018-05-11Update copyright noticeDaniel Friesel-1/+1
2018-01-07fflush in src/list.c to make tested behavior consistentMax Rees-0/+2
On glibc, if output is redirected to a file, output will look like this: touch test/ok/gif touch test/ok/jpg touch test/ok/png touch test/ok/pnm test/ok/gif test/ok/jpg test/ok/png test/ok/pnm On musl, if stdout is redirected to a file, output looks like this: test/ok/gif touch test/ok/gif touch test/ok/jpg touch test/ok/png touch test/ok/pnm test/ok/jpg test/ok/png test/ok/pnm On glibc and musl, if stdout is interactive, it looks like this: test/ok/gif touch test/ok/gif test/ok/jpg touch test/ok/jpg test/ok/png touch test/ok/png test/ok/pnm touch test/ok/pnm Adding two fflush calls makes all behavior look like the last example. Test cases have been updated accordingly.
2017-01-12Pass windidget to feh_action_run, making it possible to use format specifiersANogin-3/+3
like %o and %z in slideshow actions (I would like to use this to zoom in, pan, and then use an action to crop the window to zoomed in view).
2015-05-17version bump2.13Daniel Friesel-1/+1
2014-08-27--(un)loadable: print progress (to stderr) when run with --verbose (closes #134)Daniel Friesel-2/+14
2012-08-12Add %o, %r and %z format specifiers (see #95)Daniel Friesel-1/+1
2012-03-15--(un|)loadable: indicate results in exit codeDaniel Friesel-1/+6
2012-02-26Update test files, fix omitted {} in list.cDaniel Friesel-1/+2
2012-02-26list: Remove now useless double tabDaniel Friesel-1/+1
2012-02-26feh_printf: Fix/Add %S/%P for human-readable sizes, use them in --listDaniel Friesel-4/+6
2011-09-02list.c: printf %s\n -> putsDaniel Friesel-2/+2
2011-04-30Replace some printf calls by fputs/putcDaniel Friesel-1/+2
2011-01-17Copyright FooDaniel Friesel-0/+1
2010-06-10Remove D_ENTER/D_RETURN, use gdb tracepoints + readelf/awk magic insteadDaniel Friesel-7/+2
2010-02-13Change source code indentation (indent -kr -i8 -hnl, mainly)Daniel Friesel-76/+64
2010-02-05Initial commit (upstream 1.3.4)Daniel Friesel-0/+116