aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* img_load_webp: remove unnecessary castingNRK2021-12-121-7/+5
* remove unneeded animated-webp hacksNRK2021-12-122-83/+44
* Release version 28N-R-K2021-12-122-1/+58
* fix: compile error (#182)N-R-K2021-12-091-2/+2
* bring back zoom_levels (#156)N-R-K2021-12-012-6/+18
* clarify project goals (#173)N-R-K2021-12-012-2/+7
* fix crash when zooming out on small images (#178)mamg222021-12-011-2/+2
* fix: send implicit_mod to process_bindings (#176)N-R-K2021-12-013-7/+10
* Reference customization in readme (#175)Berke Kocaoğlu2021-11-261-7/+16
* fix: img_load_gif: out-of-bound accessNRK2021-11-261-4/+7
* Revert "fix: out-of-bounds access when bg not in color map"NRK2021-11-261-4/+0
* allow configuring imlib2's cache size (#171)N-R-K2021-11-262-0/+7