summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-03-03Release version 29v29N-R-K
2022-03-02fix: window title not working on certain WMsNRK
2022-03-02always initialize window titleNRK
2022-03-02code-style: slight cleanupsNRK
2022-02-27Makefile: cleanup non-posix stuff (#225)N-R-K
2022-02-26add config.h option for top statusbar (#231)N-R-K
2022-02-24Add libXft-bgra to FAQ in readme (#229)Berke Kocaoğlu
2022-02-23use win-title script for customizing window title (#213)N-R-K
2022-02-20Add reuseable abstraction over fork/exec/dup2 (#211)N-R-K
2022-02-20Fix broken ci and enable higher level optimization (#220)N-R-K
2022-02-17declare internal variables as staticNRK
2022-02-17code-style: prefer calloc over malloc+memsetNRK
2022-02-13update copyright yearNRK
2022-01-15Add keybind to scroll to image center (#203)Nick Hanley
2022-01-10make thumbnail bindings configureable via config.h (#167)N-R-K
2022-01-08Document development workflow for maintainers (#202)mamg22
2022-01-06[ci] separate dep from buildNRK
2022-01-06[ci] fetch tcc from a known working commitNRK
2022-01-06add additional warning and -Werror to github workflowNRK
2022-01-06fix -Wwrite-strings related warningsNRK
2022-01-06fix tcc warningNRK
2022-01-06fix -Wmaybe-uninitialized warningNRK
2022-01-06fix -Wstrict-prototype warningNRK
2022-01-06fix -Wshadow related warningsNRK
2022-01-03fix: reset statusbar after failed keyhandler (#191)N-R-K
2022-01-02remove unused function and typedef (#199)N-R-K
2022-01-02fix: animation slowdown when zoomed in (#200)N-R-K
2022-01-01fix: jpeg exif orientation on Imlib2 v1.7.5 (#188)N-R-K
2022-01-01Allow setting cache size based on memory percentage (#184)MahouShoujoMivutilde
2021-12-30fix: broken compilation when using HAVE_LIBFONTS=0 (#194)N-R-K
2021-12-29add github actions (#195)NRK
2021-12-24Cleanup manpage (#186)mamg22
2021-12-19specify func argument and related cleanup (#183)N-R-K
2021-12-12README: Fix version badge (#185)Sanjay Pavan
2021-12-12refactor: move shared code into a functionNRK
2021-12-12img_load_webp: close the file handler and use errnoNRK
2021-12-12img_load_webp: simplify multi-frame allocationNRK
2021-12-12img_load_webp: remove unnecessary castingNRK
2021-12-12remove unneeded animated-webp hacksNRK
2021-12-12Release version 28v28N-R-K
2021-12-09fix: compile error (#182)N-R-K
2021-12-01bring back zoom_levels (#156)N-R-K
2021-12-01clarify project goals (#173)N-R-K
2021-12-01fix crash when zooming out on small images (#178)mamg22
2021-12-01fix: send implicit_mod to process_bindings (#176)N-R-K
2021-11-26Reference customization in readme (#175)Berke Kocaoğlu
2021-11-26fix: img_load_gif: out-of-bound accessNRK
2021-11-26Revert "fix: out-of-bounds access when bg not in color map"NRK
2021-11-25allow configuring imlib2's cache size (#171)N-R-K
2021-11-24switch back to whitelisting modifers (#150)N-R-K