Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2024-06-30 | cache stat(2) calls | Naï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-12 | update copyright | Birte Kristina Friesel | -1/+1 | |
2020-04-11 | update copyright | Daniel Friesel | -1/+1 | |
2018-05-11 | Update copyright notice | Daniel Friesel | -1/+1 | |
2018-01-07 | fflush in src/list.c to make tested behavior consistent | Max 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-12 | Pass windidget to feh_action_run, making it possible to use format specifiers | ANogin | -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-17 | version bump2.13 | Daniel Friesel | -1/+1 | |
2014-08-27 | --(un)loadable: print progress (to stderr) when run with --verbose (closes #134) | Daniel Friesel | -2/+14 | |
2012-08-12 | Add %o, %r and %z format specifiers (see #95) | Daniel Friesel | -1/+1 | |
2012-03-15 | --(un|)loadable: indicate results in exit code | Daniel Friesel | -1/+6 | |
2012-02-26 | Update test files, fix omitted {} in list.c | Daniel Friesel | -1/+2 | |
2012-02-26 | list: Remove now useless double tab | Daniel Friesel | -1/+1 | |
2012-02-26 | feh_printf: Fix/Add %S/%P for human-readable sizes, use them in --list | Daniel Friesel | -4/+6 | |
2011-09-02 | list.c: printf %s\n -> puts | Daniel Friesel | -2/+2 | |
2011-04-30 | Replace some printf calls by fputs/putc | Daniel Friesel | -1/+2 | |
2011-01-17 | Copyright Foo | Daniel Friesel | -0/+1 | |
2010-06-10 | Remove D_ENTER/D_RETURN, use gdb tracepoints + readelf/awk magic instead | Daniel Friesel | -7/+2 | |
2010-02-13 | Change source code indentation (indent -kr -i8 -hnl, mainly) | Daniel Friesel | -76/+64 | |
2010-02-05 | Initial commit (upstream 1.3.4) | Daniel Friesel | -0/+116 | |