| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve starting in fullscreen mode | Kim Woelders | 2022-03-31 | 1 | -3/+6 |
* | Correct setting of _NET_WM_PID | Kim Woelders | 2022-03-31 | 1 | -2/+2 |
* | fix: thumbnail memory leak when removing file (#247) | N-R-K | 2022-03-27 | 1 | -0/+4 |
* | Fix typo and manpage improvement (#249) | Nick Morrott | 2022-03-26 | 2 | -16/+27 |
* | fix: close the file descriptor in get_win_title() (#245) | N-R-K | 2022-03-17 | 1 | -0/+1 |
* | Export known issues in readme to GitHub issues (#243) | Berke Kocaoğlu | 2022-03-08 | 1 | -4/+1 |
* | Release version 29 | N-R-K | 2022-03-03 | 3 | -2/+32 |
* | fix: window title not working on certain WMs | NRK | 2022-03-02 | 2 | -11/+12 |
* | always initialize window title | NRK | 2022-03-02 | 3 | -21/+27 |
* | code-style: slight cleanups | NRK | 2022-03-02 | 4 | -8/+8 |
* | Makefile: cleanup non-posix stuff (#225) | N-R-K | 2022-02-27 | 2 | -29/+24 |
* | add config.h option for top statusbar (#231) | N-R-K | 2022-02-26 | 5 | -5/+11 |
* | Add libXft-bgra to FAQ in readme (#229) | Berke Kocaoğlu | 2022-02-25 | 1 | -0/+5 |
* | use win-title script for customizing window title (#213) | N-R-K | 2022-02-23 | 8 | -69/+103 |
* | Add reuseable abstraction over fork/exec/dup2 (#211) | N-R-K | 2022-02-20 | 3 | -45/+113 |
* | Fix broken ci and enable higher level optimization (#220) | N-R-K | 2022-02-20 | 1 | -0/+6 |
* | declare internal variables as static | NRK | 2022-02-17 | 1 | -4/+4 |
* | code-style: prefer calloc over malloc+memset | NRK | 2022-02-17 | 4 | -7/+15 |
* | update copyright year | NRK | 2022-02-13 | 8 | -8/+8 |
* | Add keybind to scroll to image center (#203) | Nick Hanley | 2022-01-15 | 6 | -0/+20 |
* | make thumbnail bindings configureable via config.h (#167) | N-R-K | 2022-01-10 | 4 | -53/+82 |
* | Document development workflow for maintainers (#202) | mamg22 | 2022-01-08 | 1 | -0/+36 |
* | [ci] separate dep from build | NRK | 2022-01-06 | 1 | -9/+13 |
* | [ci] fetch tcc from a known working commit | NRK | 2022-01-06 | 1 | -5/+7 |
* | add additional warning and -Werror to github workflow | NRK | 2022-01-06 | 1 | -0/+18 |
* | fix -Wwrite-strings related warnings | NRK | 2022-01-06 | 1 | -4/+6 |
* | fix tcc warning | NRK | 2022-01-06 | 1 | -0/+1 |
* | fix -Wmaybe-uninitialized warning | NRK | 2022-01-06 | 1 | -1/+1 |
* | fix -Wstrict-prototype warning | NRK | 2022-01-06 | 1 | -1/+1 |
* | fix -Wshadow related warnings | NRK | 2022-01-06 | 3 | -11/+10 |
* | fix: reset statusbar after failed keyhandler (#191) | N-R-K | 2022-01-03 | 1 | -8/+10 |
* | remove unused function and typedef (#199) | N-R-K | 2022-01-02 | 2 | -16/+0 |
* | fix: animation slowdown when zoomed in (#200) | N-R-K | 2022-01-03 | 1 | -1/+1 |
* | fix: jpeg exif orientation on Imlib2 v1.7.5 (#188) | N-R-K | 2022-01-02 | 1 | -1/+9 |
* | Allow setting cache size based on memory percentage (#184) | MahouShoujoMivutilde | 2022-01-01 | 2 | -5/+26 |
* | fix: broken compilation when using HAVE_LIBFONTS=0 (#194) | N-R-K | 2021-12-29 | 1 | -1/+1 |
* | add github actions (#195) | NRK | 2021-12-29 | 1 | -0/+41 |
* | Cleanup manpage (#186) | mamg22 | 2021-12-24 | 1 | -41/+65 |
* | specify func argument and related cleanup (#183) | N-R-K | 2021-12-19 | 5 | -40/+40 |
* | README: Fix version badge (#185) | Sanjay Pavan | 2021-12-12 | 1 | -1/+1 |
* | refactor: move shared code into a function | NRK | 2021-12-12 | 1 | -21/+19 |
* | img_load_webp: close the file handler and use errno | NRK | 2021-12-12 | 1 | -3/+4 |
* | img_load_webp: simplify multi-frame allocation | NRK | 2021-12-12 | 1 | -4/+1 |
* | img_load_webp: remove unnecessary casting | NRK | 2021-12-12 | 1 | -7/+5 |
* | remove unneeded animated-webp hacks | NRK | 2021-12-12 | 2 | -83/+44 |
* | Release version 28 | N-R-K | 2021-12-12 | 2 | -1/+58 |
* | fix: compile error (#182) | N-R-K | 2021-12-09 | 1 | -2/+2 |
* | bring back zoom_levels (#156) | N-R-K | 2021-12-01 | 2 | -6/+18 |
* | clarify project goals (#173) | N-R-K | 2021-12-01 | 2 | -2/+7 |
* | fix crash when zooming out on small images (#178) | mamg22 | 2021-12-01 | 1 | -2/+2 |