index
:
nsxiv
master
neo simple X image viewer.
sinan@sinanmohd.com
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ci]: check for typos via codespell (#326)
NRK
2022-06-27
2
-2
/
+13
*
[ci]: skip the pipeline entirely if branch isn't master
NRK
2022-06-25
2
-4
/
+4
*
[ci]: suppress some cppcheck warnings
NRK
2022-06-25
1
-0
/
+1
*
[ci]: slience some clang-tidy warnings
NRK
2022-06-25
3
-2
/
+6
*
fix: memory leak in r_readdir()
NRK
2022-06-25
1
-1
/
+3
*
fix: don't use reserved identifiers
NRK
2022-06-25
6
-9
/
+9
*
[ci]: use cppcheck and clang-tidy for static analysis
NRK
2022-06-25
3
-0
/
+46
*
fix: potentially printing wrong error message (#321)
NRK
2022-06-25
2
-22
/
+17
*
r_mkdir: don't truncate the path on error (#322)
NRK
2022-06-22
2
-8
/
+10
*
add codeberg ci and cleanup github one (#311)
NRK
2022-06-16
3
-45
/
+54
*
Release version 30
NRK
2022-06-15
4
-4
/
+47
*
Fix links in readme (#309)
Sanjay Pavan
2022-06-12
1
-2
/
+2
*
Move over to codeberg (#293)
NRK
2022-06-11
4
-31
/
+68
*
adds emblems of mirrors
eylles
2022-06-06
1
-0
/
+5
*
code-style: simplify window title related code
NRK
2022-06-02
3
-35
/
+30
*
reduce calls to win-title
NRK
2022-06-02
7
-6
/
+16
*
avoid doing dynamic allocation for bar buffers (#279)
N-R-K
2022-06-01
2
-13
/
+8
*
Makefile: add utf8.h as window.o dependency (#280)
N-R-K
2022-05-31
1
-1
/
+1
*
Makefile: use lowercase for internal macros
NRK
2022-05-30
2
-10
/
+12
*
config.mk: use c99 as default CC
NRK
2022-05-30
1
-1
/
+3
*
config.mk: add comments for OpenBSD users
NRK
2022-05-30
2
-1
/
+10
*
introduce config.mk
NRK
2022-05-30
3
-35
/
+35
*
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
2
-10
/
+4
*
Declare every extern function/variable in `nsxiv.h` (#268)
N-R-K
2022-05-03
7
-48
/
+53
*
Add thumb-info (#265)
N-R-K
2022-05-03
5
-19
/
+69
*
replace select() with poll() (#270)
N-R-K
2022-04-28
2
-18
/
+14
*
README: some wording change and cosmetics (#269)
N-R-K
2022-04-28
1
-6
/
+8
*
merge autoreload_{inotify,nop}.c into autoreload.c (#263)
explosion-mental
2022-04-27
3
-45
/
+30
*
code-style: reduce some unnecessary if-elses (#261)
N-R-K
2022-04-27
2
-16
/
+5
*
Update .desktop entry's mimetypes (#260)
Michael
2022-04-17
1
-1
/
+1
*
don't quit if imlib_create_image() fails (#248)
N-R-K
2022-04-12
1
-2
/
+8
*
fix: correctly close the font (#250)
N-R-K
2022-04-10
1
-2
/
+3
*
Improve starting in fullscreen mode
Kim Woelders
2022-03-31
1
-3
/
+6
*
Correct setting of _NET_WM_PID
Kim Woelders
2022-03-31
1
-2
/
+2
*
fix: thumbnail memory leak when removing file (#247)
N-R-K
2022-03-27
1
-0
/
+4
*
Fix typo and manpage improvement (#249)
Nick Morrott
2022-03-26
2
-16
/
+27
*
fix: close the file descriptor in get_win_title() (#245)
N-R-K
2022-03-17
1
-0
/
+1
*
Export known issues in readme to GitHub issues (#243)
Berke Kocaoğlu
2022-03-08
1
-4
/
+1
*
Release version 29
N-R-K
2022-03-03
3
-2
/
+32
*
fix: window title not working on certain WMs
NRK
2022-03-02
2
-11
/
+12
*
always initialize window title
NRK
2022-03-02
3
-21
/
+27
*
code-style: slight cleanups
NRK
2022-03-02
4
-8
/
+8
*
Makefile: cleanup non-posix stuff (#225)
N-R-K
2022-02-27
2
-29
/
+24
*
add config.h option for top statusbar (#231)
N-R-K
2022-02-26
5
-5
/
+11
*
Add libXft-bgra to FAQ in readme (#229)
Berke Kocaoğlu
2022-02-25
1
-0
/
+5
*
use win-title script for customizing window title (#213)
N-R-K
2022-02-23
8
-69
/
+103
[next]