summaryrefslogtreecommitdiffstats
path: root/main.c
AgeCommit message (Expand)Author
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
2021-10-07add statusbar message upon key-hander activation (#98)N-R-K
2021-09-29make ten_ms local to run (#101)N-R-K
2021-09-24make keyhandler abort key configurable via config.hNRK
2021-09-24fix: unable to bind anything to XK_EscapeNRK
2021-09-20Allow any set of modifiers to be used in keybindingsArthur Williams
2021-09-16Rename, Update Docs and Prepare for Release (#9)Berke Kocaoğlu
2021-09-16Exit when window is destroyedArthur Williams
2021-09-16set title based on prefix and suffix (#23)qsmodo
2020-01-16Fix indentationBert Münnich
2019-07-16Do not keep track of fullscreen stateBert Münnich
2018-12-29Fix file list indexes when deleting last imageBert Münnich
2018-10-15Set window title only once at startupBert Münnich
2018-07-30Don't skip dot files when cleaning cacheKacper Gutowski
2018-06-09Set global markidx whenever a single img is (un)markedBert Münnich
2018-06-09(Un)mark thumbnails while holding Button3 downBert Münnich
2018-06-09(Un)mark single image through generic functionBert Münnich
2018-06-09Rename variable toggledidx to markidxBert Münnich
2018-06-09Fix cg_mark_range after removing images from file listBert Münnich
2018-06-09Remove unnecessary special cases in cg_mark_rangeBert Münnich
2018-06-09Add mark range functionDaniel Lublin
2018-02-18Revise waiting for child processesBert Münnich
2018-02-18Close image-info explicitlyBert Münnich
2018-02-18Skip imlib cache when reloading due to inotify eventBert Münnich