summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2022-05-30config.mk: add comments for OpenBSD usersNRK
2022-05-30introduce config.mkNRK
2022-05-28fix: broken slideshow if redraw takes too long (#282)N-R-K
2022-05-19fix: broken statusbar after key-handler cancellationNRK
2022-05-19fix: don't override statusbar if info script doesn't existNRK
2022-05-19fix: broken thumbnail statusbar after running keyhandlerNRK
2022-05-12check_timeouts: avoid unnecessary conversions (#273)N-R-K
2022-05-03Declare every extern function/variable in `nsxiv.h` (#268)N-R-K
2022-05-03Add thumb-info (#265)N-R-K
2022-04-28replace select() with poll() (#270)N-R-K
2022-04-28README: some wording change and cosmetics (#269)N-R-K
2022-04-27merge autoreload_{inotify,nop}.c into autoreload.c (#263)explosion-mental
2022-04-27code-style: reduce some unnecessary if-elses (#261)N-R-K
2022-04-17Update .desktop entry's mimetypes (#260)Michael
2022-04-12don't quit if imlib_create_image() fails (#248)N-R-K
2022-04-10fix: correctly close the font (#250)N-R-K
2022-03-31Improve starting in fullscreen modeKim Woelders
2022-03-31Correct setting of _NET_WM_PIDKim Woelders
2022-03-27fix: thumbnail memory leak when removing file (#247)N-R-K
2022-03-26Fix typo and manpage improvement (#249)Nick Morrott
2022-03-17fix: close the file descriptor in get_win_title() (#245)N-R-K
2022-03-08Export known issues in readme to GitHub issues (#243)Berke Kocaoğlu
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