aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2023-01-09read win-title in non-blocking manner (#314)NRK
2023-01-09spawn(): search $PATH as wellNRK
2023-01-09spawn(): improve performance and simplify APINRK
2023-01-08add support for multi-frame images via imlib2 (#373)NRK
2022-12-22add brightness and contrast (#396)Berke Kocaoğlu
2022-12-02[ci]: make it easy to run analysis locally (#395)NRK
2022-11-05compress duplicated logic into a function (#384)NRK
2022-10-30accept directory via stdin (-i) (#383)NRK
2022-10-25fix: wrong length on animated webp (#381)NRK
2022-10-21img_open: explicitly decode image data immediately (#380)NRK
2022-10-19code-style: misc changes (#374)NRK
2022-10-07[ci]: try building all combination with tcc (#338)NRK
2022-09-28improve error message on bad cli argument (#371)NRK
2022-09-14fix potential truncation of cli arguments (#367)NRK
2022-09-10rename: aa -> anti_aliasNRK
2022-09-10allow disabling anti-aliasing via cli flagNRK
2022-09-05remove some hardcoded "nsxiv", use progname insteadNRK
2022-09-05don't assume positive argcNRK
2022-09-05[ci]: disable noisy checks (#365)NRK
2022-08-19Misc docs cleanup (#362)NRK
2022-08-16code-style: don't indent switch cases (#358)explosion-mental
2022-08-16code-style: various cleanups (#356)NRK
2022-08-16add support for long-opts (#332)NRK
2022-08-11[ci]: build with macos on githubNRK
2022-08-11fix: build failure when _SC_PHYS_PAGES is not definedNRK
2022-08-09Move uncritical files into `etc/` (#350)NRK
2022-08-08fix: statusbar not updating when switching bar (#353)NRK
2022-08-02README: fix broken link (#351)Nan
2022-07-30autoreload: simplify and cleanup (#342)NRK