aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2022-07-29[ci]: fix failure (#348)NRK
2022-07-27[ci]: use `git ls-files` for spellchecking (#345)NRK
2022-07-26fix: stale statusbar when started in thumbnail mode (#341)NRK
2022-07-18Document Ctrl-6 keybind (#347)zood
2022-07-15fix: -Wsign-compare warnings (#336)NRK
2022-07-05reject empty xresources (#340)NRK
2022-07-03check for utf8_decode errors (#327)NRK
2022-07-03fix build failure due to missing <stdio.h> (#337)NRK
2022-06-29Clean up readme (#330)Berke Kocaoğlu
2022-06-28sort and group includesNRK
2022-06-28code-style: cleanup includesNRK
2022-06-27CHANGELOG: use reference style links (#325)NRK
2022-06-27CHANGELOG: update title and link (#324)NRK
2022-06-27[ci]: check for typos via codespell (#326)NRK
2022-06-25[ci]: skip the pipeline entirely if branch isn't masterNRK
2022-06-25[ci]: suppress some cppcheck warningsNRK
2022-06-25[ci]: slience some clang-tidy warningsNRK
2022-06-25fix: memory leak in r_readdir()NRK
2022-06-25fix: don't use reserved identifiersNRK
2022-06-25[ci]: use cppcheck and clang-tidy for static analysisNRK
2022-06-25fix: potentially printing wrong error message (#321)NRK
2022-06-22r_mkdir: don't truncate the path on error (#322)NRK
2022-06-16add codeberg ci and cleanup github one (#311)NRK
2022-06-15Release version 30v30NRK
2022-06-12Fix links in readme (#309)Sanjay Pavan
2022-06-11Move over to codeberg (#293)NRK
2022-06-07adds emblems of mirrorseylles
2022-06-02code-style: simplify window title related codeNRK
2022-06-02reduce calls to win-titleNRK
2022-06-01avoid doing dynamic allocation for bar buffers (#279)N-R-K
2022-05-31Makefile: add utf8.h as window.o dependency (#280)N-R-K
2022-05-30Makefile: use lowercase for internal macrosNRK
2022-05-30config.mk: use c99 as default CCNRK