aboutsummaryrefslogtreecommitdiff
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* set title based on prefix and suffix (#23)qsmodo2021-09-161-0/+2
* Fix indentationBert Münnich2020-01-161-4/+4
* Do not keep track of fullscreen stateBert Münnich2019-07-161-1/+1
* Fix file list indexes when deleting last imageBert Münnich2018-12-291-3/+3
* Set window title only once at startupBert Münnich2018-10-151-9/+0
* Don't skip dot files when cleaning cacheKacper Gutowski2018-07-301-1/+1
* Set global markidx whenever a single img is (un)markedBert Münnich2018-06-091-0/+1
* (Un)mark thumbnails while holding Button3 downBert Münnich2018-06-091-4/+13
* (Un)mark single image through generic functionBert Münnich2018-06-091-0/+12
* Rename variable toggledidx to markidxBert Münnich2018-06-091-3/+3
* Fix cg_mark_range after removing images from file listBert Münnich2018-06-091-0/+2
* Remove unnecessary special cases in cg_mark_rangeBert Münnich2018-06-091-1/+1
* Add mark range functionDaniel Lublin2018-06-091-0/+1
* Revise waiting for child processesBert Münnich2018-02-181-6/+20
* Close image-info explicitlyBert Münnich2018-02-181-18/+18