aboutsummaryrefslogtreecommitdiffstats
path: root/commands.c
AgeCommit message (Expand)Author
2022-08-08fix: statusbar not updating when switching bar (#353)NRK
2022-07-15fix: -Wsign-compare warnings (#336)NRK
2022-06-28sort and group includesNRK
2022-06-28code-style: cleanup includesNRK
2022-06-02reduce calls to win-titleNRK
2022-05-03Declare every extern function/variable in `nsxiv.h` (#268)N-R-K
2022-05-03Add thumb-info (#265)N-R-K
2022-04-27code-style: reduce some unnecessary if-elses (#261)N-R-K
2022-02-13update copyright yearNRK
2022-01-15Add keybind to scroll to image center (#203)Nick Hanley
2022-01-10make thumbnail bindings configureable via config.h (#167)N-R-K
2022-01-06fix tcc warningNRK
2022-01-06fix -Wshadow related warningsNRK
2021-12-19specify func argument and related cleanup (#183)N-R-K
2021-11-04make width of navigation area configurable (#155)LuXu
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-27Add default key-binding for DRAG_RELATIVE (#117)LuXu
2021-10-13Add ability to bind arbitrary functions.Arthur Williams
2021-10-11code-style: fix consistency issues all over the codebase (#94)Berke Kocaoğlu
2021-10-07add statusbar message upon key-hander activation (#98)N-R-K
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-16Rename, Update Docs and Prepare for Release (#9)Berke Kocaoğlu
2018-06-10Simplify cg_mark_range furtherBert Münnich
2018-06-09Set global markidx whenever a single img is (un)markedBert Münnich
2018-06-09(Un)mark single image through generic functionBert Münnich
2018-06-09Simplify cg_mark_rangeBert Münnich
2018-06-09Rename variable toggledidx to markidxBert Münnich
2018-06-09Remove unnecessary special cases in cg_mark_rangeBert Münnich
2018-06-09Add mark range functionDaniel Lublin
2018-02-18Close image-info explicitlyBert Münnich
2018-01-22Use argument to select between two drag methodsphi
2017-10-16One header file for type definitions and function declarationsBert Münnich
2017-10-06Improve mouse supportBert Münnich
2017-10-05Simplify cursor reset in image modeBert Münnich
2017-10-05Own win method for mouse cursor locationBert Münnich
2017-10-04Mouse drag translates pointer position to image areaBert Münnich
2016-12-01Merge djhejna/floatdelayBert Münnich
2015-12-26Make navigate_frame command respect a count prefixBert Münnich
2015-10-28Revised error handlingBert Münnich
2015-10-28Removed feature test macro definitions from source filesBert Münnich
2015-01-11Simplified command argumentsBert Münnich
2015-01-05Apply gamma value on thumbnails too; fixes issue #193Bert Münnich
2015-01-04Cache out of view thumbnails in the backgroundBert Münnich
2015-01-04Use bit-field for boolean flags in fileinfo structBert Münnich
2014-12-22Removed obsolete ss_delays array, fixes issue #191Bert Münnich
2014-09-30Unified file count variable for image & thumbnail modeBert Münnich
2014-09-28Added thumbnail zooming...Bert Münnich