aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Export known issues in readme to GitHub issues (#243)Berke Kocaoğlu2022-03-081-4/+1
* Release version 29N-R-K2022-03-033-2/+32
* fix: window title not working on certain WMsNRK2022-03-022-11/+12
* always initialize window titleNRK2022-03-023-21/+27
* code-style: slight cleanupsNRK2022-03-024-8/+8
* Makefile: cleanup non-posix stuff (#225)N-R-K2022-02-272-29/+24
* add config.h option for top statusbar (#231)N-R-K2022-02-265-5/+11
* Add libXft-bgra to FAQ in readme (#229)Berke Kocaoğlu2022-02-251-0/+5
* use win-title script for customizing window title (#213)N-R-K2022-02-238-69/+103
* Add reuseable abstraction over fork/exec/dup2 (#211)N-R-K2022-02-203-45/+113
* Fix broken ci and enable higher level optimization (#220)N-R-K2022-02-201-0/+6
* declare internal variables as staticNRK2022-02-171-4/+4
* code-style: prefer calloc over malloc+memsetNRK2022-02-174-7/+15
* update copyright yearNRK2022-02-138-8/+8
* Add keybind to scroll to image center (#203)Nick Hanley2022-01-156-0/+20
* make thumbnail bindings configureable via config.h (#167)N-R-K2022-01-104-53/+82
* Document development workflow for maintainers (#202)mamg222022-01-081-0/+36
* [ci] separate dep from buildNRK2022-01-061-9/+13
* [ci] fetch tcc from a known working commitNRK2022-01-061-5/+7
* add additional warning and -Werror to github workflowNRK2022-01-061-0/+18
* fix -Wwrite-strings related warningsNRK2022-01-061-4/+6
* fix tcc warningNRK2022-01-061-0/+1
* fix -Wmaybe-uninitialized warningNRK2022-01-061-1/+1