| Commit message (Expand) | Author | Age | Files | Lines |
* | check for utf8_decode errors (#327) | NRK | 2022-07-03 | 1 | -1/+8 |
* | fix build failure due to missing <stdio.h> (#337) | NRK | 2022-07-03 | 1 | -0/+1 |
* | Clean up readme (#330) | Berke Kocaoğlu | 2022-06-29 | 1 | -32/+42 |
* | sort and group includes | NRK | 2022-06-28 | 8 | -20/+24 |
* | code-style: cleanup includes | NRK | 2022-06-28 | 7 | -16/+16 |
* | CHANGELOG: use reference style links (#325) | NRK | 2022-06-27 | 2 | -72/+143 |
* | CHANGELOG: update title and link (#324) | NRK | 2022-06-27 | 1 | -7/+8 |
* | [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 |