Commit Graph

  • 00ab60f26c Updated the README.md master gianmarco 2022-05-10 22:45:00 +0200
  • 73d521e73a First commit from myself, changed the config and the icons gianmarco 2022-05-10 22:25:45 +0200
  • 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
  • ca7368aa89 Revert "fix: out-of-bounds access when bg not in color map" NRK 2021-11-17 05:46:02 +0600
  • 0639047dde allow configuring imlib2's cache size (#171) N-R-K 2021-11-26 03:04:02 +0600
  • 4396031233
    switch back to whitelisting modifers (#150) N-R-K 2021-11-24 17:44:05 +0600
  • 0262988671
    rename: keyhandler_abort -> KEYHANDLER_ABORT (#172) N-R-K 2021-11-24 17:38:25 +0600
  • 7d87e6e412
    add related projects and some doc fixes (#170) N-R-K 2021-11-23 13:27:14 +0600
  • c6275374b0
    mark functions and vars as static (#146) N-R-K 2021-11-20 09:51:49 +0600
  • 43fcd2e02e set env var NSXIV_USING_NULL for key-handler and update docs NRK 2021-11-19 16:08:39 +0600
  • 2df33208d7 apply -0 to stdin/-i as well NRK 2021-11-19 16:08:01 +0600
  • 4a282da692
    use dedicated function to process key/button bindings (#166) N-R-K 2021-11-19 11:49:42 +0600
  • 8f6ba7b868
    Embed new nsxiv icon (#163) mamg22 2021-11-13 13:43:15 -0400
  • a841d1c8de
    Adding shields.io badges for Readme (#159) Sanjay Pavan 2021-11-06 13:32:02 +0530
  • 22a6911484
    Update FAQ regarding piping images (#158) mamg22 2021-11-05 00:17:08 -0400
  • 36f42081d0
    make width of navigation area configurable (#155) LuXu 2021-11-04 12:20:28 +0800
  • abf316a066
    add links to labels in CONTRIBUTING (#154) N-R-K 2021-11-03 11:28:12 +0600
  • d8a4d71af1
    fix: man page title for neo sxiv (#152) Guilherme Rugai Freire 2021-11-01 00:13:40 -0300
  • d0b5005a02 -0 sends NULL separated file-list to key-handler NRK 2021-10-28 11:43:36 +0600
  • 8934744c60 Add colors and fonts to config.h (#115) Arthur Williams 2021-10-09 12:04:08 -0700
  • 850bc788c3
    code-style: general cleanups (#137) N-R-K 2021-10-29 02:00:53 +0600
  • 03eb664e89
    remove unnecessary animated webp related check N-R-K 2021-10-28 16:45:26 +0600
  • 5b3221cfa6
    update copyright notice (#139) eylles 2021-10-28 04:41:16 -0600
  • f46d30591a
    eleminate padding from struct img on 64bit systems (#136) N-R-K 2021-10-28 16:38:32 +0600
  • 7e7eaf08f1
    fix: memory leak due to not destroying XrmDatabase (#134) N-R-K 2021-10-28 07:57:03 +0600
  • 57754572bc Add default key-binding for DRAG_RELATIVE (#117) LuXu 2021-10-27 11:00:46 +0800
  • 1f01c670c5
    fix: memory leak in img_load_webp (#135) N-R-K 2021-10-26 23:41:11 +0600
  • bbebd45ce6 code-style: remove extra casts (#130) javad 2021-10-24 01:27:22 +0330
  • 7b08b0a31b
    remove TODO.md (#127) N-R-K 2021-10-19 19:24:22 +0600
  • 804a0f4304
    README: add package manager section (#111) N-R-K 2021-10-19 19:00:23 +0600
  • 7b37a6272f
    Revert "Fix in tabbed with alpha patch (#3)" (#121) N-R-K 2021-10-17 00:00:46 +0600
  • 12efa0e3b4 Add ability to bind arbitrary functions. Arthur Williams 2021-09-18 12:27:12 -0700
  • 5c6947c1c6 Make imgcursor a config variable. Arthur Williams 2021-10-03 13:38:06 -0700
  • cd710f583f
    Fix behaviour when TrueColor / 24 bit depth is not available (#114) miseran 2021-10-12 01:46:35 +0200
  • 1449bfc5e9
    code-style: fix consistency issues all over the codebase (#94) Berke Kocaoğlu 2021-10-11 06:07:18 +0300
  • 675db4bbb6 Make statusbar optional (#95) Arthur Williams 2021-09-19 01:49:56 -0700
  • 6ce94e3e3b
    add statusbar message upon key-hander activation (#98) N-R-K 2021-10-07 06:37:34 +0600
  • e8d08ba67e
    Rework build system v2 (#71) N-R-K 2021-10-03 22:52:12 +0600
  • 1dc936d0ee
    Move over to nsxiv-extra (#100) N-R-K 2021-10-02 11:29:38 +0600
  • d3a296a0be
    fix wrong bar.* defaults in manpage (#106) N-R-K 2021-10-02 03:50:06 +0600
  • 065562d3c5
    update outdated comment in config.def.h (#105) N-R-K 2021-09-30 13:46:14 +0600
  • 0c66c0e25f
    make ten_ms local to run (#101) N-R-K 2021-09-29 09:51:13 +0600
  • 80c5a1cd9f
    fix: crashing on bad exif thumbnail (#75) N-R-K 2021-09-29 09:44:46 +0600
  • 0ee05d29f0
    Clarify comment in example key-handler (#89) N-R-K 2021-09-28 16:19:41 +0600
  • a2339e70fd Use zoom steps instead of hard-coding levels (#92) Lu Xu 2021-09-25 08:10:29 +0300
  • 696f68753f
    Rename icon & desktop and add install-all in Makefile (#96) Berke Kocaoğlu 2021-09-25 08:00:21 +0300
  • 4ec8fd5377 make keyhandler abort key configurable via config.h NRK 2021-09-24 16:39:50 +0600