aboutsummaryrefslogtreecommitdiffstats
path: root/nsxiv.h
AgeCommit message (Expand)Author
2023-10-01add option to update cache in a background processNRK
2023-09-30centralize script handling logic (#477)NRK
2023-09-21introduce img_free()NRK
2023-08-28set autoreload timeout based on the latest event (#459)David Gowers
2023-07-08add some upgrade comments (#457)NRK
2023-07-08add compiled features into --version output (#462)NRK
2023-05-26make assertions opt-in (#447)NRK
2023-01-28update copyright yearNRK
2023-01-28img_t: rename alpha -> alpha_layer for consistencyNRK
2023-01-28add cli flag --alpha-layerNRK
2023-01-09spawn(): improve performance and simplify APINRK
2022-12-22add brightness and contrast (#396)Berke Kocaoğlu
2022-09-14fix potential truncation of cli arguments (#367)NRK
2022-09-10rename: aa -> anti_aliasNRK
2022-09-10allow disabling anti-aliasing via cli flagNRK
2022-07-30autoreload: simplify and cleanup (#342)NRK
2022-07-15fix: -Wsign-compare warnings (#336)NRK
2022-06-28sort and group includesNRK
2022-06-28code-style: cleanup includesNRK
2022-06-02code-style: simplify window title related codeNRK
2022-06-02reduce calls to win-titleNRK
2022-06-01avoid doing dynamic allocation for bar buffers (#279)N-R-K
2022-05-12check_timeouts: avoid unnecessary conversions (#273)N-R-K
2022-05-03Declare every extern function/variable in `nsxiv.h` (#268)N-R-K
2022-04-28replace select() with poll() (#270)N-R-K
2022-03-02fix: window title not working on certain WMsNRK
2022-03-02always initialize window titleNRK
2022-03-02code-style: slight cleanupsNRK
2022-02-26add config.h option for top statusbar (#231)N-R-K
2022-02-23use win-title script for customizing window title (#213)N-R-K
2022-02-20Add reuseable abstraction over fork/exec/dup2 (#211)N-R-K
2022-02-17code-style: prefer calloc over malloc+memsetNRK
2022-02-13update copyright yearNRK
2022-01-15Add keybind to scroll to image center (#203)Nick Hanley
2022-01-02remove unused function and typedef (#199)N-R-K
2021-11-20mark functions and vars as static (#146)N-R-K
2021-11-19use dedicated function to process key/button bindings (#166)N-R-K
2021-10-30-0 sends NULL separated file-list to key-handlerNRK
2021-10-28code-style: general cleanups (#137)N-R-K
2021-10-28update copyright notice (#139)eylles
2021-10-28eleminate padding from struct img on 64bit systems (#136)N-R-K
2021-10-27Add default key-binding for DRAG_RELATIVE (#117)LuXu
2021-10-13Add ability to bind arbitrary functions.Arthur Williams
2021-10-12Fix behaviour when TrueColor / 24 bit depth is not available (#114)miseran
2021-10-11code-style: fix consistency issues all over the codebase (#94)Berke Kocaoğlu
2021-10-09Make statusbar optional (#95)Arthur Williams
2021-09-25Use zoom steps instead of hard-coding levels (#92)Lu Xu
2021-09-21add -0 for outputting null-terminated list (#68)N-R-K
2021-09-16add .mark.foreground to XresourcesNRK
2021-09-16Rename, Update Docs and Prepare for Release (#9)Berke Kocaoğlu