index
:
nsxiv
config
master
new simple X image viewer
Justin Gassner
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
main.c
Age
Commit message (
Expand
)
Author
2021-11-24
switch back to whitelisting modifers (#150)
N-R-K
2021-11-24
rename: keyhandler_abort -> KEYHANDLER_ABORT (#172)
N-R-K
2021-11-20
mark functions and vars as static (#146)
N-R-K
2021-11-19
set env var NSXIV_USING_NULL for key-handler and update docs
NRK
2021-11-19
apply -0 to stdin/-i as well
NRK
2021-11-19
use dedicated function to process key/button bindings (#166)
N-R-K
2021-11-04
make width of navigation area configurable (#155)
LuXu
2021-10-30
-0 sends NULL separated file-list to key-handler
NRK
2021-10-28
code-style: general cleanups (#137)
N-R-K
2021-10-28
update copyright notice (#139)
eylles
2021-10-24
code-style: remove extra casts (#130)
javad
2021-10-13
Add ability to bind arbitrary functions.
Arthur Williams
2021-10-13
Make imgcursor a config variable.
Arthur Williams
2021-10-11
code-style: fix consistency issues all over the codebase (#94)
Berke Kocaoğlu
2021-10-07
add statusbar message upon key-hander activation (#98)
N-R-K
2021-09-29
make ten_ms local to run (#101)
N-R-K
2021-09-24
make keyhandler abort key configurable via config.h
NRK
2021-09-24
fix: unable to bind anything to XK_Escape
NRK
2021-09-20
Allow any set of modifiers to be used in keybindings
Arthur Williams
2021-09-16
Rename, Update Docs and Prepare for Release (#9)
Berke Kocaoğlu
2021-09-16
Exit when window is destroyed
Arthur Williams
2021-09-16
set title based on prefix and suffix (#23)
qsmodo
2020-01-16
Fix indentation
Bert Münnich
2019-07-16
Do not keep track of fullscreen state
Bert Münnich
2018-12-29
Fix file list indexes when deleting last image
Bert Münnich
2018-10-15
Set window title only once at startup
Bert Münnich
2018-07-30
Don't skip dot files when cleaning cache
Kacper Gutowski
2018-06-09
Set global markidx whenever a single img is (un)marked
Bert Münnich
2018-06-09
(Un)mark thumbnails while holding Button3 down
Bert Münnich
2018-06-09
(Un)mark single image through generic function
Bert Münnich
2018-06-09
Rename variable toggledidx to markidx
Bert Münnich
2018-06-09
Fix cg_mark_range after removing images from file list
Bert Münnich
2018-06-09
Remove unnecessary special cases in cg_mark_range
Bert Münnich
2018-06-09
Add mark range function
Daniel Lublin
2018-02-18
Revise waiting for child processes
Bert Münnich
2018-02-18
Close image-info explicitly
Bert Münnich
2018-02-18
Skip imlib cache when reloading due to inotify event
Bert Münnich
2018-01-09
Refactoring
Bert Münnich
2018-01-09
Fix a potential uninitialized variable
Hyleus
2017-12-07
Separate bar fields only by spaces
Bert Münnich
2017-12-07
Remove obsolete files[].base
Bert Münnich
2017-12-07
Left bar shows file name as given by user
Bert Münnich
2017-12-07
Try to match a fallback font if needed
Squibby
2017-10-26
Fix navigating from last to previous image over invalid files
Bert Münnich
2017-10-24
Set LC_COLLATE for -r file list sorting
Bert Münnich
2017-10-16
One header file for type definitions and function declarations
Bert Münnich
2017-10-06
Improve mouse support
Bert Münnich
2017-10-05
Simplify cursor reset in image mode
Bert Münnich
2017-10-04
Mouse drag translates pointer position to image area
Bert Münnich
2017-05-17
Detect all file overwrites in autoreload_inotify
Bert Münnich
[next]