index
:
nsxiv
master
neo simple X image viewer.
sinan@sinanmohd.com
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nsxiv.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Declare every extern function/variable in `nsxiv.h` (#268)
N-R-K
2022-05-03
1
-0
/
+33
*
replace select() with poll() (#270)
N-R-K
2022-04-28
1
-0
/
+1
*
fix: window title not working on certain WMs
NRK
2022-03-02
1
-0
/
+2
*
always initialize window title
NRK
2022-03-02
1
-1
/
+1
*
code-style: slight cleanups
NRK
2022-03-02
1
-0
/
+1
*
add config.h option for top statusbar (#231)
N-R-K
2022-02-26
1
-0
/
+1
*
use win-title script for customizing window title (#213)
N-R-K
2022-02-23
1
-9
/
+1
*
Add reuseable abstraction over fork/exec/dup2 (#211)
N-R-K
2022-02-20
1
-0
/
+13
*
code-style: prefer calloc over malloc+memset
NRK
2022-02-17
1
-0
/
+1
*
update copyright year
NRK
2022-02-13
1
-1
/
+1
*
Add keybind to scroll to image center (#203)
Nick Hanley
2022-01-15
1
-0
/
+1
*
remove unused function and typedef (#199)
N-R-K
2022-01-02
1
-6
/
+0
*
mark functions and vars as static (#146)
N-R-K
2021-11-20
1
-2
/
+0
*
use dedicated function to process key/button bindings (#166)
N-R-K
2021-11-19
1
-7
/
+2
*
-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
-4
/
+4
*
update copyright notice (#139)
eylles
2021-10-28
1
-1
/
+2
*
eleminate padding from struct img on 64bit systems (#136)
N-R-K
2021-10-28
1
-3
/
+3
*
Add default key-binding for DRAG_RELATIVE (#117)
LuXu
2021-10-27
1
-1
/
+2
*
Add ability to bind arbitrary functions.
Arthur Williams
2021-10-13
1
-14
/
+4
*
Fix behaviour when TrueColor / 24 bit depth is not available (#114)
miseran
2021-10-11
1
-3
/
+3
*
code-style: fix consistency issues all over the codebase (#94)
Berke Kocaoğlu
2021-10-11
1
-7
/
+0
*
Make statusbar optional (#95)
Arthur Williams
2021-10-10
1
-3
/
+7
*
Use zoom steps instead of hard-coding levels (#92)
Lu Xu
2021-09-25
1
-3
/
+5
*
add -0 for outputting null-terminated list (#68)
N-R-K
2021-09-20
1
-0
/
+1
*
add .mark.foreground to Xresources
NRK
2021-09-17
1
-0
/
+1
*
Rename, Update Docs and Prepare for Release (#9)
Berke Kocaoğlu
2021-09-16
1
-0
/
+460