| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add keybind to scroll to image center (#203) | Nick Hanley | 2022-01-15 | 6 | -0/+20 |
* | make thumbnail bindings configureable via config.h (#167) | N-R-K | 2022-01-10 | 4 | -53/+82 |
* | Document development workflow for maintainers (#202) | mamg22 | 2022-01-08 | 1 | -0/+36 |
* | [ci] separate dep from build | NRK | 2022-01-06 | 1 | -9/+13 |
* | [ci] fetch tcc from a known working commit | NRK | 2022-01-06 | 1 | -5/+7 |
* | add additional warning and -Werror to github workflow | NRK | 2022-01-06 | 1 | -0/+18 |
* | fix -Wwrite-strings related warnings | NRK | 2022-01-06 | 1 | -4/+6 |
* | fix tcc warning | NRK | 2022-01-06 | 1 | -0/+1 |
* | fix -Wmaybe-uninitialized warning | NRK | 2022-01-06 | 1 | -1/+1 |
* | fix -Wstrict-prototype warning | NRK | 2022-01-06 | 1 | -1/+1 |
* | fix -Wshadow related warnings | NRK | 2022-01-06 | 3 | -11/+10 |
* | fix: reset statusbar after failed keyhandler (#191) | N-R-K | 2022-01-03 | 1 | -8/+10 |
* | remove unused function and typedef (#199) | N-R-K | 2022-01-02 | 2 | -16/+0 |
* | fix: animation slowdown when zoomed in (#200) | N-R-K | 2022-01-03 | 1 | -1/+1 |
* | fix: jpeg exif orientation on Imlib2 v1.7.5 (#188) | N-R-K | 2022-01-02 | 1 | -1/+9 |
* | Allow setting cache size based on memory percentage (#184) | MahouShoujoMivutilde | 2022-01-01 | 2 | -5/+26 |
* | fix: broken compilation when using HAVE_LIBFONTS=0 (#194) | N-R-K | 2021-12-29 | 1 | -1/+1 |
* | add github actions (#195) | NRK | 2021-12-29 | 1 | -0/+41 |
* | Cleanup manpage (#186) | mamg22 | 2021-12-24 | 1 | -41/+65 |
* | specify func argument and related cleanup (#183) | N-R-K | 2021-12-19 | 5 | -40/+40 |
* | README: Fix version badge (#185) | Sanjay Pavan | 2021-12-12 | 1 | -1/+1 |
* | refactor: move shared code into a function | NRK | 2021-12-12 | 1 | -21/+19 |
* | img_load_webp: close the file handler and use errno | NRK | 2021-12-12 | 1 | -3/+4 |
* | img_load_webp: simplify multi-frame allocation | NRK | 2021-12-12 | 1 | -4/+1 |
* | img_load_webp: remove unnecessary casting | NRK | 2021-12-12 | 1 | -7/+5 |
* | remove unneeded animated-webp hacks | NRK | 2021-12-12 | 2 | -83/+44 |
* | Release version 28 | N-R-K | 2021-12-12 | 2 | -1/+58 |
* | fix: compile error (#182) | N-R-K | 2021-12-09 | 1 | -2/+2 |
* | bring back zoom_levels (#156) | N-R-K | 2021-12-01 | 2 | -6/+18 |
* | clarify project goals (#173) | N-R-K | 2021-12-01 | 2 | -2/+7 |
* | fix crash when zooming out on small images (#178) | mamg22 | 2021-12-01 | 1 | -2/+2 |
* | fix: send implicit_mod to process_bindings (#176) | N-R-K | 2021-12-01 | 3 | -7/+10 |
* | Reference customization in readme (#175) | Berke Kocaoğlu | 2021-11-26 | 1 | -7/+16 |
* | fix: img_load_gif: out-of-bound access | NRK | 2021-11-26 | 1 | -4/+7 |
* | Revert "fix: out-of-bounds access when bg not in color map" | NRK | 2021-11-26 | 1 | -4/+0 |
* | allow configuring imlib2's cache size (#171) | N-R-K | 2021-11-26 | 2 | -0/+7 |
* | switch back to whitelisting modifers (#150) | N-R-K | 2021-11-24 | 2 | -4/+4 |
* | rename: keyhandler_abort -> KEYHANDLER_ABORT (#172) | N-R-K | 2021-11-24 | 2 | -3/+3 |
* | add related projects and some doc fixes (#170) | N-R-K | 2021-11-23 | 2 | -5/+19 |
* | mark functions and vars as static (#146) | N-R-K | 2021-11-20 | 7 | -41/+40 |
* | set env var NSXIV_USING_NULL for key-handler and update docs | NRK | 2021-11-19 | 3 | -8/+19 |
* | apply -0 to stdin/-i as well | NRK | 2021-11-19 | 2 | -6/+10 |
* | use dedicated function to process key/button bindings (#166) | N-R-K | 2021-11-19 | 2 | -29/+24 |
* | Embed new nsxiv icon (#163) | mamg22 | 2021-11-13 | 6 | -269/+457 |
* | Adding shields.io badges for Readme (#159) | Sanjay Pavan | 2021-11-06 | 1 | -1/+5 |
* | Update FAQ regarding piping images (#158) | mamg22 | 2021-11-05 | 1 | -1/+1 |
* | make width of navigation area configurable (#155) | LuXu | 2021-11-04 | 3 | -6/+22 |
* | add links to labels in CONTRIBUTING (#154) | N-R-K | 2021-11-03 | 1 | -1/+10 |
* | fix: man page title for neo sxiv (#152) | Guilherme Rugai Freire | 2021-11-01 | 1 | -4/+4 |
* | -0 sends NULL separated file-list to key-handler | NRK | 2021-10-29 | 5 | -8/+7 |