aboutsummaryrefslogtreecommitdiff
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
* sort and group includesNRK2022-06-281-9/+10
* code-style: cleanup includesNRK2022-06-281-0/+10
* fix: don't use reserved identifiersNRK2022-06-251-1/+1
* fix: potentially printing wrong error message (#321)NRK2022-06-251-1/+1
* code-style: simplify window title related codeNRK2022-06-021-22/+21
* reduce calls to win-titleNRK2022-06-021-1/+7
* fix: broken slideshow if redraw takes too long (#282)N-R-K2022-05-281-1/+1
* fix: broken statusbar after key-handler cancellationNRK2022-05-191-25/+6
* fix: don't override statusbar if info script doesn't existNRK2022-05-191-1/+1
* fix: broken thumbnail statusbar after running keyhandlerNRK2022-05-191-2/+2
* check_timeouts: avoid unnecessary conversions (#273)N-R-K2022-05-121-4/+4
* Declare every extern function/variable in `nsxiv.h` (#268)N-R-K2022-05-031-15/+10
* Add thumb-info (#265)N-R-K2022-05-031-12/+17
* replace select() with poll() (#270)N-R-K2022-04-281-18/+13
* fix: thumbnail memory leak when removing file (#247)N-R-K2022-03-271-0/+4
* fix: close the file descriptor in get_win_title() (#245)N-R-K2022-03-171-0/+1
* always initialize window titleNRK2022-03-021-16/+22
* code-style: slight cleanupsNRK2022-03-021-1/+1
* use win-title script for customizing window title (#213)N-R-K2022-02-231-4/+34
* Add reuseable abstraction over fork/exec/dup2 (#211)N-R-K2022-02-201-45/+24
* declare internal variables as staticNRK2022-02-171-4/+4
* code-style: prefer calloc over malloc+memsetNRK2022-02-171-2/+1
* update copyright yearNRK2022-02-131-1/+1
* make thumbnail bindings configureable via config.h (#167)N-R-K2022-01-101-52/+9
* fix -Wshadow related warningsNRK2022-01-061-6/+6
* fix: reset statusbar after failed keyhandler (#191)N-R-K2022-01-031-8/+10
* fix: animation slowdown when zoomed in (#200)N-R-K2022-01-031-1/+1
* specify func argument and related cleanup (#183)N-R-K2021-12-191-2/+2
* fix: send implicit_mod to process_bindings (#176)N-R-K2021-12-011-5/+5
* switch back to whitelisting modifers (#150)N-R-K2021-11-241-1/+1
* rename: keyhandler_abort -> KEYHANDLER_ABORT (#172)N-R-K2021-11-241-2/+2
* mark functions and vars as static (#146)N-R-K2021-11-201-15/+15
* set env var NSXIV_USING_NULL for key-handler and update docsNRK2021-11-191-0/+1
* apply -0 to stdin/-i as wellNRK2021-11-191-5/+9
* use dedicated function to process key/button bindings (#166)N-R-K2021-11-191-22/+22
* make width of navigation area configurable (#155)LuXu2021-11-041-4/+15
* -0 sends NULL separated file-list to key-handlerNRK2021-10-291-1/+1
* code-style: general cleanups (#137)N-R-K2021-10-291-10/+12
* update copyright notice (#139)eylles2021-10-281-1/+2
* code-style: remove extra casts (#130)javad2021-10-241-1/+1
* Add ability to bind arbitrary functions.Arthur Williams2021-10-131-7/+8
* Make imgcursor a config variable.Arthur Williams2021-10-131-12/+0
* code-style: fix consistency issues all over the codebase (#94)Berke Kocaoğlu2021-10-111-8/+10
* add statusbar message upon key-hander activation (#98)N-R-K2021-10-071-1/+17
* make ten_ms local to run (#101)N-R-K2021-09-291-2/+1
* make keyhandler abort key configurable via config.hNRK2021-09-241-1/+1
* fix: unable to bind anything to XK_EscapeNRK2021-09-241-1/+1
* Allow any set of modifiers to be used in keybindingsArthur Williams2021-09-201-1/+1
* Rename, Update Docs and Prepare for Release (#9)Berke Kocaoğlu2021-09-161-8/+9
* Exit when window is destroyedArthur Williams2021-09-161-0/+3