aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
AgeCommit message (Expand)Author
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
2021-11-19use dedicated function to process key/button bindings (#166)N-R-K
2021-11-04make width of navigation area configurable (#155)LuXu
2021-10-30-0 sends NULL separated file-list to key-handlerNRK
2021-10-28code-style: general cleanups (#137)N-R-K
2021-10-28update copyright notice (#139)eylles
2021-10-24code-style: remove extra casts (#130)javad
2021-10-13Add ability to bind arbitrary functions.Arthur Williams
2021-10-13Make imgcursor a config variable.Arthur Williams
2021-10-11code-style: fix consistency issues all over the codebase (#94)Berke Kocaoğlu