Age | Commit message (Expand) | Author | Lines |
2023-10-02 | changelog: name change | Birte Kristina Friesel | -110/+110 |
2023-09-18 | add %W format specifier (#719) | Birte Kristina Friesel | -0/+11 |
2023-07-30 | document new name of `--cycle-once` | Eli the Bearded | -2/+5 |
2023-07-12 | update copyright | Birte Kristina Friesel | -31/+31 |
2023-07-12 | feh(1): update copyright | Birte Kristina Friesel | -2/+2 |
2023-04-06 | Release v3.103.10 | Daniel Friesel | -0/+8 |
2023-04-06 | We do not use gib_imlib_load_image; comment it out | Daniel Friesel | -1/+4 |
2023-04-06 | Sync strverscmp.c with upstream musl | Tim van der Molen | -3/+3 |
2023-04-06 | imlib.c: handle new Imlib2 return codes | Daniel Friesel | -0/+8 |
2023-04-05 | feh.t: Adjust for magic=1 and imlib2 1.8+ | Daniel Friesel | -1/+4 |
2023-02-15 | Add --sort=none | Daniel Friesel | -2/+9 |
2023-02-15 | Use `grep` instead of `fgrep` | a1346054 | -1/+1 |
2023-01-22 | src: Fix build with clang 16 | orbea | -18/+17 |
2022-08-22 | Release v3.9.13.9.1 | Daniel Friesel | -0/+6 |
2022-08-22 | winwidget: do not add an inotify watch if file is a url | Anthony Iliopoulos | -1/+1 |
2022-08-21 | README: Add libXt to list of dependencies | Daniel Friesel | -0/+1 |
2022-06-13 | Set libcurl user agent | Daniel Friesel | -0/+1 |
2022-06-12 | update tests for magic=0 | Daniel Friesel | -1/+1 |
2022-06-12 | changelog: add an attribution. whoops. | Daniel Friesel | -1/+1 |
2022-06-12 | release v3.93.9 | Daniel Friesel | -0/+20 |
2022-06-12 | feh(1), --version: Document libmagic compile flag | Daniel Friesel | -9/+20 |
2022-06-10 | MotionNotify handler: only call generic handler if winwid != NULL | Daniel Friesel | -10/+12 |
2022-06-10 | do not enable libmagic by default | Daniel Friesel | -3/+6 |
2022-04-27 | add heic support | Michael | -1/+1 |
2022-02-10 | Merge pull request #645 from eworm-de/magic | Daniel Friesel | -82/+85 |
2022-02-10 | Run init_magic before init_parse_options | Daniel Friesel | -4/+5 |
2022-02-08 | global initialization for libmagic | Christian Hesse | -40/+66 |
2022-02-08 | use libmagic to detect valid file formats | Christian Hesse | -83/+59 |
2022-01-21 | Define _DARWIN_C_SOURCE for mkdtemp and mkstemps | Ryan Schmidt | -1/+1 |
2022-01-16 | remove local getopt_long() implementation | Guilherme Janczak | -1256/+1 |
2022-01-03 | Release v3.83.8 | Daniel Friesel | -0/+13 |
2022-01-03 | Fix spelling | a1346054 | -9/+9 |
2022-01-03 | Trim trailing whitespace | a1346054 | -32/+31 |
2021-12-24 | Disable --auto-rotate in feh builds compiled wiht Imlib2 1.7.5+ | Daniel Friesel | -1/+10 |
2021-12-24 | feh(1): Note that --auto-rotate is obsolete with Imlib2 v1.7.5+ | Daniel Friesel | -2/+16 |
2021-11-20 | --window-id: support hexadecimal IDs | Daniel Friesel | -1/+1 |
2021-11-13 | Add bindable button "0" for mouse movement | Daniel Friesel | -0/+18 |
2021-09-25 | make install: Add missing dependencies | Daniel Friesel | -4/+4 |
2021-09-25 | Release v3.7.2 | Daniel Friesel | -0/+6 |
2021-09-23 | feh(1): Add known bug related to imlib2 < 1.7.4 | Daniel Friesel | -0/+7 |
2021-09-21 | Fix crash when X11 is connected via FD 0. | Daniel Friesel | -3/+9 |
2021-09-21 | Do not hardcode STDIN_FILENO == 0 | Daniel Friesel | -2/+2 |
2021-09-09 | feh_http_load_image: Use mkstemps to save image with correct suffix | Daniel Friesel | -4/+31 |
2021-07-25 | Set correct window size when applying --zoom outside of -. / -F | Daniel Friesel | -3/+18 |
2021-07-24 | Release v3.7.13.7.1 | Daniel Friesel | -0/+7 |
2021-07-24 | Fix implicit definition of `strverscmp`. | Olof-Joachim Frahm (欧雅福) | -8/+4 |
2021-07-23 | Fix memory leak on error path | Tobias Stoeckmann | -1/+1 |
2021-07-23 | Fix out of boundary access on illegal argument | Tobias Stoeckmann | -1/+1 |
2021-07-23 | feh_draw_exif: Fix out of bounds array access when handling long lines | Daniel Friesel | -4/+3 |
2021-07-23 | Fix out of boundary access with exif (#617) | Tobias Stoeckmann | -15/+15 |