aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
AgeCommit message (Expand)Author
2023-03-11apply clang-formatNRK
2023-03-11make some changes prepping for clang-formatNRK
2023-03-04fix: thumbnail leak when removing the last file (#423)NRK
2023-01-28update copyright yearNRK
2023-01-26don't spoil errno in sig handler (#411)NRK
2023-01-09read win-title in non-blocking manner (#314)NRK
2023-01-09spawn(): improve performance and simplify APINRK
2022-12-22add brightness and contrast (#396)Berke Kocaoğlu
2022-10-30accept directory via stdin (-i) (#383)NRK
2022-10-19code-style: misc changes (#374)NRK
2022-09-05remove some hardcoded "nsxiv", use progname insteadNRK
2022-08-16code-style: don't indent switch cases (#358)explosion-mental
2022-08-16code-style: various cleanups (#356)NRK
2022-07-30autoreload: simplify and cleanup (#342)NRK
2022-07-26fix: stale statusbar when started in thumbnail mode (#341)NRK
2022-07-15fix: -Wsign-compare warnings (#336)NRK
2022-06-28sort and group includesNRK
2022-06-28code-style: cleanup includesNRK
2022-06-25fix: don't use reserved identifiersNRK
2022-06-25fix: potentially printing wrong error message (#321)NRK
2022-06-02code-style: simplify window title related codeNRK
2022-06-02reduce calls to win-titleNRK
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-03-27fix: thumbnail memory leak when removing file (#247)N-R-K
2022-03-17fix: close the file descriptor in get_win_title() (#245)N-R-K
2022-03-02always initialize window titleNRK
2022-03-02code-style: slight cleanupsNRK
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-17declare internal variables as staticNRK
2022-02-17code-style: prefer calloc over malloc+memsetNRK
2022-02-13update copyright yearNRK
2022-01-10make thumbnail bindings configureable via config.h (#167)N-R-K
2022-01-06fix -Wshadow related warningsNRK
2022-01-03fix: reset statusbar after failed keyhandler (#191)N-R-K
2022-01-02fix: animation slowdown when zoomed in (#200)N-R-K
2021-12-19specify func argument and related cleanup (#183)N-R-K
2021-12-01fix: send implicit_mod to process_bindings (#176)N-R-K
2021-11-24switch back to whitelisting modifers (#150)N-R-K
2021-11-24rename: keyhandler_abort -> KEYHANDLER_ABORT (#172)N-R-K
2021-11-20mark functions and vars as static (#146)N-R-K
2021-11-19set env var NSXIV_USING_NULL for key-handler and update docsNRK
2021-11-19apply -0 to stdin/-i as wellNRK