| Commit message (Expand) | Author | Age | Files | Lines |
* | always initialize window title | NRK | 2022-03-02 | 1 | -16/+22 |
* | code-style: slight cleanups | NRK | 2022-03-02 | 1 | -1/+1 |
* | use win-title script for customizing window title (#213) | N-R-K | 2022-02-23 | 1 | -4/+34 |
* | Add reuseable abstraction over fork/exec/dup2 (#211) | N-R-K | 2022-02-20 | 1 | -45/+24 |
* | declare internal variables as static | NRK | 2022-02-17 | 1 | -4/+4 |
* | code-style: prefer calloc over malloc+memset | NRK | 2022-02-17 | 1 | -2/+1 |
* | update copyright year | NRK | 2022-02-13 | 1 | -1/+1 |
* | make thumbnail bindings configureable via config.h (#167) | N-R-K | 2022-01-10 | 1 | -52/+9 |
* | fix -Wshadow related warnings | NRK | 2022-01-06 | 1 | -6/+6 |
* | fix: reset statusbar after failed keyhandler (#191) | N-R-K | 2022-01-03 | 1 | -8/+10 |
* | fix: animation slowdown when zoomed in (#200) | N-R-K | 2022-01-03 | 1 | -1/+1 |
* | specify func argument and related cleanup (#183) | N-R-K | 2021-12-19 | 1 | -2/+2 |
* | fix: send implicit_mod to process_bindings (#176) | N-R-K | 2021-12-01 | 1 | -5/+5 |
* | switch back to whitelisting modifers (#150) | N-R-K | 2021-11-24 | 1 | -1/+1 |
* | rename: keyhandler_abort -> KEYHANDLER_ABORT (#172) | N-R-K | 2021-11-24 | 1 | -2/+2 |
* | mark functions and vars as static (#146) | N-R-K | 2021-11-20 | 1 | -15/+15 |
* | set env var NSXIV_USING_NULL for key-handler and update docs | NRK | 2021-11-19 | 1 | -0/+1 |
* | apply -0 to stdin/-i as well | NRK | 2021-11-19 | 1 | -5/+9 |
* | use dedicated function to process key/button bindings (#166) | N-R-K | 2021-11-19 | 1 | -22/+22 |
* | make width of navigation area configurable (#155) | LuXu | 2021-11-04 | 1 | -4/+15 |
* | -0 sends NULL separated file-list to key-handler | NRK | 2021-10-29 | 1 | -1/+1 |
* | code-style: general cleanups (#137) | N-R-K | 2021-10-29 | 1 | -10/+12 |
* | update copyright notice (#139) | eylles | 2021-10-28 | 1 | -1/+2 |
* | code-style: remove extra casts (#130) | javad | 2021-10-24 | 1 | -1/+1 |
* | Add ability to bind arbitrary functions. | Arthur Williams | 2021-10-13 | 1 | -7/+8 |
* | Make imgcursor a config variable. | Arthur Williams | 2021-10-13 | 1 | -12/+0 |
* | code-style: fix consistency issues all over the codebase (#94) | Berke Kocaoğlu | 2021-10-11 | 1 | -8/+10 |
* | add statusbar message upon key-hander activation (#98) | N-R-K | 2021-10-07 | 1 | -1/+17 |
* | make ten_ms local to run (#101) | N-R-K | 2021-09-29 | 1 | -2/+1 |
* | make keyhandler abort key configurable via config.h | NRK | 2021-09-24 | 1 | -1/+1 |
* | fix: unable to bind anything to XK_Escape | NRK | 2021-09-24 | 1 | -1/+1 |
* | Allow any set of modifiers to be used in keybindings | Arthur Williams | 2021-09-20 | 1 | -1/+1 |
* | Rename, Update Docs and Prepare for Release (#9) | Berke Kocaoğlu | 2021-09-16 | 1 | -8/+9 |
* | Exit when window is destroyed | Arthur Williams | 2021-09-16 | 1 | -0/+3 |
* | set title based on prefix and suffix (#23) | qsmodo | 2021-09-16 | 1 | -0/+2 |
* | Fix indentation | Bert Münnich | 2020-01-16 | 1 | -4/+4 |
* | Do not keep track of fullscreen state | Bert Münnich | 2019-07-16 | 1 | -1/+1 |
* | Fix file list indexes when deleting last image | Bert Münnich | 2018-12-29 | 1 | -3/+3 |
* | Set window title only once at startup | Bert Münnich | 2018-10-15 | 1 | -9/+0 |
* | Don't skip dot files when cleaning cache | Kacper Gutowski | 2018-07-30 | 1 | -1/+1 |
* | Set global markidx whenever a single img is (un)marked | Bert Münnich | 2018-06-09 | 1 | -0/+1 |
* | (Un)mark thumbnails while holding Button3 down | Bert Münnich | 2018-06-09 | 1 | -4/+13 |
* | (Un)mark single image through generic function | Bert Münnich | 2018-06-09 | 1 | -0/+12 |
* | Rename variable toggledidx to markidx | Bert Münnich | 2018-06-09 | 1 | -3/+3 |
* | Fix cg_mark_range after removing images from file list | Bert Münnich | 2018-06-09 | 1 | -0/+2 |
* | Remove unnecessary special cases in cg_mark_range | Bert Münnich | 2018-06-09 | 1 | -1/+1 |
* | Add mark range function | Daniel Lublin | 2018-06-09 | 1 | -0/+1 |
* | Revise waiting for child processes | Bert Münnich | 2018-02-18 | 1 | -6/+20 |
* | Close image-info explicitly | Bert Münnich | 2018-02-18 | 1 | -18/+18 |
* | Skip imlib cache when reloading due to inotify event | Bert Münnich | 2018-02-18 | 1 | -0/+1 |