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
*
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
*
Add reuseable abstraction over fork/exec/dup2 (#211)
N-R-K
2022-02-20
3
-45
/
+113
*
Fix broken ci and enable higher level optimization (#220)
N-R-K
2022-02-20
1
-0
/
+6
*
declare internal variables as static
NRK
2022-02-17
1
-4
/
+4
*
code-style: prefer calloc over malloc+memset
NRK
2022-02-17
4
-7
/
+15
*
update copyright year
NRK
2022-02-13
8
-8
/
+8
*
Add keybind to scroll to image center (#203)
Nick Hanley
2022-01-15
6
-0
/
+20
*
make thumbnail bindings configureable via config.h (#167)
N-R-K
2022-01-10
4
-53
/
+82
*
Document development workflow for maintainers (#202)
mamg22
2022-01-08
1
-0
/
+36
*
[ci] separate dep from build
NRK
2022-01-06
1
-9
/
+13
*
[ci] fetch tcc from a known working commit
NRK
2022-01-06
1
-5
/
+7
*
add additional warning and -Werror to github workflow
NRK
2022-01-06
1
-0
/
+18
*
fix -Wwrite-strings related warnings
NRK
2022-01-06
1
-4
/
+6
*
fix tcc warning
NRK
2022-01-06
1
-0
/
+1
*
fix -Wmaybe-uninitialized warning
NRK
2022-01-06
1
-1
/
+1
*
fix -Wstrict-prototype warning
NRK
2022-01-06
1
-1
/
+1
*
fix -Wshadow related warnings
NRK
2022-01-06
3
-11
/
+10
*
fix: reset statusbar after failed keyhandler (#191)
N-R-K
2022-01-03
1
-8
/
+10
*
remove unused function and typedef (#199)
N-R-K
2022-01-02
2
-16
/
+0
*
fix: animation slowdown when zoomed in (#200)
N-R-K
2022-01-03
1
-1
/
+1
*
fix: jpeg exif orientation on Imlib2 v1.7.5 (#188)
N-R-K
2022-01-02
1
-1
/
+9
*
Allow setting cache size based on memory percentage (#184)
MahouShoujoMivutilde
2022-01-01
2
-5
/
+26
*
fix: broken compilation when using HAVE_LIBFONTS=0 (#194)
N-R-K
2021-12-29
1
-1
/
+1
*
add github actions (#195)
NRK
2021-12-29
1
-0
/
+41
[next]