aboutsummaryrefslogtreecommitdiff
path: root/nsxiv.h
Commit message (Expand)AuthorAgeFilesLines
* nout patchHEADmastersinanmohd2022-07-151-0/+1
* sort and group includesNRK2022-06-281-1/+2
* code-style: cleanup includesNRK2022-06-281-13/+1
* code-style: simplify window title related codeNRK2022-06-021-2/+1
* reduce calls to win-titleNRK2022-06-021-0/+1
* avoid doing dynamic allocation for bar buffers (#279)N-R-K2022-06-011-5/+0
* check_timeouts: avoid unnecessary conversions (#273)N-R-K2022-05-121-6/+0
* Declare every extern function/variable in `nsxiv.h` (#268)N-R-K2022-05-031-0/+33
* replace select() with poll() (#270)N-R-K2022-04-281-0/+1
* fix: window title not working on certain WMsNRK2022-03-021-0/+2
* always initialize window titleNRK2022-03-021-1/+1
* code-style: slight cleanupsNRK2022-03-021-0/+1
* add config.h option for top statusbar (#231)N-R-K2022-02-261-0/+1
* use win-title script for customizing window title (#213)N-R-K2022-02-231-9/+1
* Add reuseable abstraction over fork/exec/dup2 (#211)N-R-K2022-02-201-0/+13
* code-style: prefer calloc over malloc+memsetNRK2022-02-171-0/+1
* update copyright yearNRK2022-02-131-1/+1
* Add keybind to scroll to image center (#203)Nick Hanley2022-01-151-0/+1
* remove unused function and typedef (#199)N-R-K2022-01-021-6/+0
* mark functions and vars as static (#146)N-R-K2021-11-201-2/+0
* use dedicated function to process key/button bindings (#166)N-R-K2021-11-191-7/+2
* -0 sends NULL separated file-list to key-handlerNRK2021-10-291-1/+1
* code-style: general cleanups (#137)N-R-K2021-10-291-4/+4
* update copyright notice (#139)eylles2021-10-281-1/+2
* eleminate padding from struct img on 64bit systems (#136)N-R-K2021-10-281-3/+3
* Add default key-binding for DRAG_RELATIVE (#117)LuXu2021-10-271-1/+2
* Add ability to bind arbitrary functions.Arthur Williams2021-10-131-14/+4
* Fix behaviour when TrueColor / 24 bit depth is not available (#114)miseran2021-10-111-3/+3
* code-style: fix consistency issues all over the codebase (#94)Berke Kocaoğlu2021-10-111-7/+0
* Make statusbar optional (#95)Arthur Williams2021-10-101-3/+7
* Use zoom steps instead of hard-coding levels (#92)Lu Xu2021-09-251-3/+5
* add -0 for outputting null-terminated list (#68)N-R-K2021-09-201-0/+1
* add .mark.foreground to XresourcesNRK2021-09-171-0/+1
* Rename, Update Docs and Prepare for Release (#9)Berke Kocaoğlu2021-09-161-0/+460