aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix -Wstrict-prototype warningNRK2022-01-061-1/+1
* fix -Wshadow related warningsNRK2022-01-063-11/+10
* fix: reset statusbar after failed keyhandler (#191)N-R-K2022-01-031-8/+10
* remove unused function and typedef (#199)N-R-K2022-01-022-16/+0
* fix: animation slowdown when zoomed in (#200)N-R-K2022-01-031-1/+1
* fix: jpeg exif orientation on Imlib2 v1.7.5 (#188)N-R-K2022-01-021-1/+9
* Allow setting cache size based on memory percentage (#184)MahouShoujoMivutilde2022-01-012-5/+26
* fix: broken compilation when using HAVE_LIBFONTS=0 (#194)N-R-K2021-12-291-1/+1
* add github actions (#195)NRK2021-12-291-0/+41
* Cleanup manpage (#186)mamg222021-12-241-41/+65
* specify func argument and related cleanup (#183)N-R-K2021-12-195-40/+40
* README: Fix version badge (#185)Sanjay Pavan2021-12-121-1/+1
* refactor: move shared code into a functionNRK2021-12-121-21/+19
* img_load_webp: close the file handler and use errnoNRK2021-12-121-3/+4
* img_load_webp: simplify multi-frame allocationNRK2021-12-121-4/+1