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
/
main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sort and group includes
NRK
2022-06-28
1
-9
/
+10
*
code-style: cleanup includes
NRK
2022-06-28
1
-0
/
+10
*
fix: don't use reserved identifiers
NRK
2022-06-25
1
-1
/
+1
*
fix: potentially printing wrong error message (#321)
NRK
2022-06-25
1
-1
/
+1
*
code-style: simplify window title related code
NRK
2022-06-02
1
-22
/
+21
*
reduce calls to win-title
NRK
2022-06-02
1
-1
/
+7
*
fix: broken slideshow if redraw takes too long (#282)
N-R-K
2022-05-28
1
-1
/
+1
*
fix: broken statusbar after key-handler cancellation
NRK
2022-05-19
1
-25
/
+6
*
fix: don't override statusbar if info script doesn't exist
NRK
2022-05-19
1
-1
/
+1
*
fix: broken thumbnail statusbar after running keyhandler
NRK
2022-05-19
1
-2
/
+2
*
check_timeouts: avoid unnecessary conversions (#273)
N-R-K
2022-05-12
1
-4
/
+4
*
Declare every extern function/variable in `nsxiv.h` (#268)
N-R-K
2022-05-03
1
-15
/
+10
*
Add thumb-info (#265)
N-R-K
2022-05-03
1
-12
/
+17
*
replace select() with poll() (#270)
N-R-K
2022-04-28
1
-18
/
+13
*
fix: thumbnail memory leak when removing file (#247)
N-R-K
2022-03-27
1
-0
/
+4
*
fix: close the file descriptor in get_win_title() (#245)
N-R-K
2022-03-17
1
-0
/
+1
*
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
[next]