aboutsummaryrefslogtreecommitdiff
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Skip imlib cache when reloading due to inotify eventBert Münnich2018-02-181-0/+1
* RefactoringBert Münnich2018-01-091-9/+7
* Fix a potential uninitialized variableHyleus2018-01-091-2/+5
* Separate bar fields only by spacesBert Münnich2017-12-071-5/+7
* Remove obsolete files[].baseBert Münnich2017-12-071-5/+0
* Left bar shows file name as given by userBert Münnich2017-12-071-19/+5
* Try to match a fallback font if neededSquibby2017-12-061-2/+2
* Fix navigating from last to previous image over invalid filesBert Münnich2017-10-261-3/+4
* Set LC_COLLATE for -r file list sortingBert Münnich2017-10-241-0/+3
* One header file for type definitions and function declarationsBert Münnich2017-10-161-15/+4
* Improve mouse supportBert Münnich2017-10-061-3/+27
* Simplify cursor reset in image modeBert Münnich2017-10-051-2/+2
* Mouse drag translates pointer position to image areaBert Münnich2017-10-041-0/+1