Commit Graph

  • dd0b3cb163 fix: stale statusbar when started in thumbnail mode (#341) NRK 2022-07-26 07:20:39 +0200
  • 78938721a4 Document Ctrl-6 keybind (#347) zood 2022-07-18 11:06:02 +0200
  • c131b1ed83 fix: -Wsign-compare warnings (#336) NRK 2022-07-15 22:46:23 +0200
  • 5cab2fb525 reject empty xresources (#340) NRK 2022-07-05 11:24:53 +0200
  • 51d4c8dd4f check for utf8_decode errors (#327) NRK 2022-07-03 12:45:50 +0200
  • 7c59cc7edc fix build failure due to missing <stdio.h> (#337) NRK 2022-07-03 08:16:56 +0200
  • 5c2c719735 Clean up readme (#330) Berke Kocaoğlu 2022-06-29 01:02:17 +0200
  • b162aee497 sort and group includes NRK 2022-06-16 13:39:03 +0600
  • 6d5a04005d code-style: cleanup includes NRK 2022-05-31 17:25:14 +0600
  • 86a83c1ec5 CHANGELOG: use reference style links (#325) NRK 2022-06-27 21:20:59 +0200
  • f78626c187 CHANGELOG: update title and link (#324) NRK 2022-06-27 10:48:00 +0200
  • 50f7b767c9 [ci]: check for typos via codespell (#326) NRK 2022-06-27 10:47:14 +0200
  • 8248729320 [ci]: skip the pipeline entirely if branch isn't master NRK 2022-06-17 14:01:09 +0600
  • a9d2b5b088 [ci]: suppress some cppcheck warnings NRK 2022-06-15 12:00:14 +0600
  • 5c3a796e55 [ci]: slience some clang-tidy warnings NRK 2022-06-17 22:16:37 +0600
  • 4cf17d2349 fix: memory leak in r_readdir() NRK 2022-06-17 22:14:56 +0600
  • b28449e10c fix: don't use reserved identifiers NRK 2022-06-15 13:42:34 +0600
  • f23d57d4ad [ci]: use cppcheck and clang-tidy for static analysis NRK 2022-06-15 11:55:16 +0600
  • 658a935c04 fix: potentially printing wrong error message (#321) NRK 2022-06-25 08:21:05 +0200
  • 9812d601c1 r_mkdir: don't truncate the path on error (#322) NRK 2022-06-22 05:05:03 +0200
  • a67665a1c1 add codeberg ci and cleanup github one (#311) NRK 2022-06-16 05:08:09 +0200
  • 33a5d54cae Release version 30 NRK 2022-06-15 16:07:46 +0200
  • 91e097a4e6 Fix links in readme (#309) Sanjay Pavan 2022-06-12 18:49:49 +0200
  • 4c6d26bef4 Move over to codeberg (#293) NRK 2022-06-11 15:38:07 +0200
  • 09d2d738ad
    adds emblems of mirrors eylles 2022-06-06 18:56:21 -0600
  • e9a0096d6d code-style: simplify window title related code NRK 2022-06-01 16:47:17 +0600
  • 810a9651a3 reduce calls to win-title NRK 2022-06-01 14:59:16 +0600
  • 364c3d6f01
    avoid doing dynamic allocation for bar buffers (#279) N-R-K 2022-06-01 01:40:49 +0000
  • 57ff8afe02
    Makefile: add utf8.h as window.o dependency (#280) N-R-K 2022-05-31 06:54:32 +0000
  • c713186ce9 Makefile: use lowercase for internal macros NRK 2022-05-26 06:08:59 +0600
  • 6c30fb22cc config.mk: use c99 as default CC NRK 2022-04-28 10:07:31 +0600
  • 0d202f0fe1 config.mk: add comments for OpenBSD users NRK 2022-04-22 03:16:46 +0600
  • 197afce935 introduce config.mk NRK 2022-04-22 03:14:03 +0600
  • 450797c573
    fix: broken slideshow if redraw takes too long (#282) N-R-K 2022-05-28 06:48:44 +0000
  • b4268fbf38 fix: broken statusbar after key-handler cancellation NRK 2022-05-09 19:06:24 +0600
  • f255e1cc12 fix: don't override statusbar if info script doesn't exist NRK 2022-05-09 19:23:54 +0600
  • 3bf198ecd3 fix: broken thumbnail statusbar after running keyhandler NRK 2022-05-09 17:56:27 +0600
  • 633a4f66d9
    check_timeouts: avoid unnecessary conversions (#273) N-R-K 2022-05-12 14:47:46 +0000
  • 3a22e6a6c5
    Declare every extern function/variable in `nsxiv.h` (#268) N-R-K 2022-05-03 15:36:57 +0000
  • 591be8cecf
    Add thumb-info (#265) N-R-K 2022-05-03 15:34:23 +0000
  • 6922d5d01b
    replace select() with poll() (#270) N-R-K 2022-04-28 03:12:15 +0000
  • 5bb1df4af3
    README: some wording change and cosmetics (#269) N-R-K 2022-04-28 01:11:27 +0000
  • f9662efb1f
    merge autoreload_{inotify,nop}.c into autoreload.c (#263) explosion-mental 2022-04-26 20:43:27 -0500
  • 29c6b1456e
    code-style: reduce some unnecessary if-elses (#261) N-R-K 2022-04-27 01:25:11 +0000
  • 7fb8a61c47
    Update .desktop entry's mimetypes (#260) Michael 2022-04-17 22:59:07 +0300
  • f05165a77a
    don't quit if imlib_create_image() fails (#248) N-R-K 2022-04-12 17:05:59 +0000
  • ec5a51d798
    fix: correctly close the font (#250) N-R-K 2022-04-10 12:36:09 +0000
  • 14e9c34ecc Improve starting in fullscreen mode Kim Woelders 2022-03-31 06:41:32 +0200
  • e9468d3d36 Correct setting of _NET_WM_PID Kim Woelders 2022-03-31 06:34:04 +0200
  • bf6c062779
    fix: thumbnail memory leak when removing file (#247) N-R-K 2022-03-27 09:34:44 +0000
  • 590d9fe0a9
    Fix typo and manpage improvement (#249) Nick Morrott 2022-03-26 10:02:22 +0000
  • 1ef0c1f152
    fix: close the file descriptor in get_win_title() (#245) N-R-K 2022-03-17 19:18:22 +0000
  • 7f71ddf4fc
    Export known issues in readme to GitHub issues (#243) Berke Kocaoğlu 2022-03-08 10:23:35 +0300
  • 231b317578
    Release version 29 N-R-K 2022-03-03 12:31:33 +0000
  • 700d9f46c7 fix: window title not working on certain WMs NRK 2022-02-28 00:38:27 +0600
  • ad571e7448 always initialize window title NRK 2022-02-27 16:53:45 +0600
  • bdd9521bf3 code-style: slight cleanups NRK 2022-02-27 15:37:15 +0600
  • d9db7d76b4
    Makefile: cleanup non-posix stuff (#225) N-R-K 2022-02-27 14:47:06 +0000
  • bda70867ac
    add config.h option for top statusbar (#231) N-R-K 2022-02-26 16:38:53 +0000
  • 9f12c79d1b
    Add libXft-bgra to FAQ in readme (#229) Berke Kocaoğlu 2022-02-25 01:36:58 +0300
  • e26c81fe9a
    use win-title script for customizing window title (#213) N-R-K 2022-02-23 09:23:22 +0000
  • ad95012be9
    Add reuseable abstraction over fork/exec/dup2 (#211) N-R-K 2022-02-20 15:54:29 +0000
  • 3cf4fc5e81
    Fix broken ci and enable higher level optimization (#220) N-R-K 2022-02-20 07:55:17 +0000
  • 79556e9b02 declare internal variables as static NRK 2022-02-03 15:44:10 +0600
  • 48343e99b8 code-style: prefer calloc over malloc+memset NRK 2022-02-03 14:22:25 +0600
  • 9cdeeab9b8 update copyright year NRK 2022-02-09 13:09:42 +0600
  • 2ac44709bd
    Add keybind to scroll to image center (#203) Nick Hanley 2022-01-15 17:51:31 -0500
  • 7a75c42b37
    make thumbnail bindings configureable via config.h (#167) N-R-K 2022-01-10 16:52:06 +0000
  • 157cda5b31
    Document development workflow for maintainers (#202) mamg22 2022-01-08 11:09:38 -0400
  • a9c6cbcd20 [ci] separate dep from build NRK 2022-01-03 22:24:18 +0600
  • 35a9ca33d6 [ci] fetch tcc from a known working commit NRK 2022-01-03 22:19:23 +0600
  • 598f4c7855 add additional warning and -Werror to github workflow NRK 2021-12-29 19:48:59 +0600
  • 8cc5cee08f fix -Wwrite-strings related warnings NRK 2021-12-27 14:32:44 +0600
  • 80ada33c66 fix tcc warning NRK 2021-12-25 08:09:54 +0600
  • 5a3fb3b812 fix -Wmaybe-uninitialized warning NRK 2021-12-25 08:07:30 +0600
  • b42e3ef3d4 fix -Wstrict-prototype warning NRK 2021-12-25 07:53:06 +0600
  • 90bec70e7f fix -Wshadow related warnings NRK 2021-12-24 06:14:12 +0600
  • 1a18523772
    fix: reset statusbar after failed keyhandler (#191) N-R-K 2022-01-03 15:24:26 +0600
  • f7145db7f8
    remove unused function and typedef (#199) N-R-K 2022-01-03 02:13:23 +0600
  • 0f3766eaab
    fix: animation slowdown when zoomed in (#200) N-R-K 2022-01-03 02:07:43 +0600
  • e839638156
    fix: jpeg exif orientation on Imlib2 v1.7.5 (#188) N-R-K 2022-01-02 02:28:19 +0600
  • e777adf985
    Allow setting cache size based on memory percentage (#184) MahouShoujoMivutilde 2022-01-01 11:55:59 +0300
  • 1a691d42f6
    fix: broken compilation when using HAVE_LIBFONTS=0 (#194) N-R-K 2021-12-30 08:21:59 +0600
  • 1c8ea413f3 add github actions (#195) NRK 2021-12-29 03:36:41 +0600
  • 2e2942d926
    Cleanup manpage (#186) mamg22 2021-12-23 19:25:49 -0400
  • ff88908531
    specify func argument and related cleanup (#183) N-R-K 2021-12-19 23:05:35 +0600
  • 494578cebb
    README: Fix version badge (#185) Sanjay Pavan 2021-12-12 17:44:33 +0530
  • 61da0a8ca9 refactor: move shared code into a function NRK 2021-11-22 09:42:31 +0600
  • b0b16f1d0f img_load_webp: close the file handler and use errno NRK 2021-11-18 04:38:25 +0600
  • 22ca3b567d img_load_webp: simplify multi-frame allocation NRK 2021-11-17 06:32:51 +0600
  • 3b6db44267 img_load_webp: remove unnecessary casting NRK 2021-11-07 01:08:22 +0600
  • eccd7de532 remove unneeded animated-webp hacks NRK 2021-11-06 20:58:50 +0600
  • 7a94a5ecc6
    Release version 28 N-R-K 2021-12-12 14:03:12 +0600
  • 36a4847bcf
    fix: compile error (#182) N-R-K 2021-12-10 01:03:18 +0600
  • 79b8fefcc4
    bring back zoom_levels (#156) N-R-K 2021-12-01 18:27:17 +0600
  • 5e0b715ecd
    clarify project goals (#173) N-R-K 2021-12-01 18:24:45 +0600
  • 127abbea77
    fix crash when zooming out on small images (#178) mamg22 2021-11-30 19:52:09 -0400
  • 3bc7082f4e
    fix: send implicit_mod to process_bindings (#176) N-R-K 2021-12-01 05:41:22 +0600
  • 68ddbe28d8
    Reference customization in readme (#175) Berke Kocaoğlu 2021-11-26 17:38:00 +0300
  • 470f50f9f8 fix: img_load_gif: out-of-bound access NRK 2021-11-21 09:04:26 +0600