summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-10-01Release version 32v32NRK
2023-10-01inline img_multiframe_context_set()NRK
2023-10-01remove legacy multi-frame loadersNRK
2023-10-01add option to update cache in a background processNRK
2023-10-01make thumbnail caching safer against concurrent writesNRK
2023-09-30centralize script handling logic (#477)NRK
2023-09-21fix: re-loading stale multi-frame imagesNRK
2023-09-21introduce img_free()NRK
2023-09-21remove faulty assertionsNRK
2023-08-31various README nits (#470)NRK
2023-08-28set autoreload timeout based on the latest event (#459)David Gowers
2023-08-22fix: brightness keybindings on manpage (#467)padv
2023-07-16config.mk: do not explicitly set CC (#455)NRK
2023-07-08add some upgrade comments (#457)NRK
2023-07-08add compiled features into --version output (#462)NRK
2023-06-30config.mk: update openbsd configuration (#453)NRK
2023-06-23config.h: allow all values to be NULLNRK
2023-06-23make xresources class name configurable in config.hexplosion-mental
2023-06-15CI: misc cleanups + faster analysis (#449)NRK
2023-05-28update documentation (#448)NRK
2023-05-26make assertions opt-in (#447)NRK
2023-05-23set a default delay if delay is 0 (#445)NRK
2023-05-23move load/cache messages to right side (#446)a1337xyz
2023-05-19fix: memory leak in `win_draw_bar` (#444)blk_750
2023-05-18fix: calling imlib2 with color modifier being NULL (#440)NRK
2023-05-18fix: loading old frames due to multi-frame cache (#437)NRK
2023-05-13[ci]: silence false positive warningNRK
2023-05-13README: clarify dependency on giflib and libwebpNRK
2023-05-09config.mk: default to `-O2` and `-DNDEBUG` (#435)NRK
2023-04-14add a pick quit keybind (#432)eylles
2023-04-10editorconfig: only apply to .c and .h files (#433)NRK
2023-03-17fix a typpo in CHANGELOG.mdNRK
2023-03-17document handling of empty X resources valuesNRK
2023-03-11etc changes related to code-style docsNRK
2023-03-11apply clang-formatNRK
2023-03-11make some changes prepping for clang-formatNRK
2023-03-11add clang-formatBerke Kocaoğlu
2023-03-04fix: thumbnail leak when removing the last file (#423)NRK
2023-01-28Release version 31v31NRK
2023-01-28README: update upstream sxiv linkNRK
2023-01-28manpage: update MAINTAINERS sectionNRK
2023-01-28manpage: remove special casing CONTRIBUTORSNRK
2023-01-28remove deprecated -T flagNRK
2023-01-28update copyright yearNRK
2023-01-28use assertions instead of ignoring bogus arguments (#406)NRK
2023-01-28img_t: rename alpha -> alpha_layer for consistencyNRK
2023-01-28add cli flag --alpha-layerNRK
2023-01-26don't spoil errno in sig handler (#411)NRK
2023-01-12README: fix rendering on codeberg (#402)NRK
2023-01-12[ci]: fix things (#400)NRK