aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nout patchHEADmastersinanmohd2022-07-153-2/+12
* reject empty xresources (#340)NRK2022-07-051-1/+1
* check for utf8_decode errors (#327)NRK2022-07-031-1/+8
* fix build failure due to missing <stdio.h> (#337)NRK2022-07-031-0/+1
* Clean up readme (#330)Berke Kocaoğlu2022-06-291-32/+42
* sort and group includesNRK2022-06-288-20/+24
* code-style: cleanup includesNRK2022-06-287-16/+16
* CHANGELOG: use reference style links (#325)NRK2022-06-272-72/+143
* CHANGELOG: update title and link (#324)NRK2022-06-271-7/+8
* [ci]: check for typos via codespell (#326)NRK2022-06-272-2/+13
* [ci]: skip the pipeline entirely if branch isn't masterNRK2022-06-252-4/+4
* [ci]: suppress some cppcheck warningsNRK2022-06-251-0/+1
* [ci]: slience some clang-tidy warningsNRK2022-06-253-2/+6
* fix: memory leak in r_readdir()NRK2022-06-251-1/+3
* fix: don't use reserved identifiersNRK2022-06-256-9/+9
* [ci]: use cppcheck and clang-tidy for static analysisNRK2022-06-253-0/+46
* fix: potentially printing wrong error message (#321)NRK2022-06-252-22/+17
* r_mkdir: don't truncate the path on error (#322)NRK2022-06-222-8/+10
* add codeberg ci and cleanup github one (#311)NRK2022-06-163-45/+54
* Release version 30NRK2022-06-154-4/+47
* Fix links in readme (#309)Sanjay Pavan2022-06-121-2/+2
* Move over to codeberg (#293)NRK2022-06-114-31/+68
* adds emblems of mirrorseylles2022-06-061-0/+5
* code-style: simplify window title related codeNRK2022-06-023-35/+30
* reduce calls to win-titleNRK2022-06-027-6/+16
* avoid doing dynamic allocation for bar buffers (#279)N-R-K2022-06-012-13/+8
* Makefile: add utf8.h as window.o dependency (#280)N-R-K2022-05-311-1/+1
* Makefile: use lowercase for internal macrosNRK2022-05-302-10/+12
* config.mk: use c99 as default CCNRK2022-05-301-1/+3
* config.mk: add comments for OpenBSD usersNRK2022-05-302-1/+10
* introduce config.mkNRK2022-05-303-35/+35
* fix: broken slideshow if redraw takes too long (#282)N-R-K2022-05-281-1/+1
* fix: broken statusbar after key-handler cancellationNRK2022-05-191-25/+6
* fix: don't override statusbar if info script doesn't existNRK2022-05-191-1/+1
* fix: broken thumbnail statusbar after running keyhandlerNRK2022-05-191-2/+2
* check_timeouts: avoid unnecessary conversions (#273)N-R-K2022-05-122-10/+4
* Declare every extern function/variable in `nsxiv.h` (#268)N-R-K2022-05-037-48/+53
* Add thumb-info (#265)N-R-K2022-05-035-19/+69
* replace select() with poll() (#270)N-R-K2022-04-282-18/+14
* README: some wording change and cosmetics (#269)N-R-K2022-04-281-6/+8
* merge autoreload_{inotify,nop}.c into autoreload.c (#263)explosion-mental2022-04-273-45/+30
* code-style: reduce some unnecessary if-elses (#261)N-R-K2022-04-272-16/+5
* Update .desktop entry's mimetypes (#260)Michael2022-04-171-1/+1
* don't quit if imlib_create_image() fails (#248)N-R-K2022-04-121-2/+8
* fix: correctly close the font (#250)N-R-K2022-04-101-2/+3
* Improve starting in fullscreen modeKim Woelders2022-03-311-3/+6
* Correct setting of _NET_WM_PIDKim Woelders2022-03-311-2/+2
* fix: thumbnail memory leak when removing file (#247)N-R-K2022-03-271-0/+4
* Fix typo and manpage improvement (#249)Nick Morrott2022-03-262-16/+27
* fix: close the file descriptor in get_win_title() (#245)N-R-K2022-03-171-0/+1