aboutsummaryrefslogtreecommitdiff
path: root/commands.c
Commit message (Expand)AuthorAgeFilesLines
* Declare every extern function/variable in `nsxiv.h` (#268)N-R-K2022-05-031-25/+2
* Add thumb-info (#265)N-R-K2022-05-031-1/+8
* code-style: reduce some unnecessary if-elses (#261)N-R-K2022-04-271-4/+1
* update copyright yearNRK2022-02-131-1/+1
* Add keybind to scroll to image center (#203)Nick Hanley2022-01-151-0/+5
* make thumbnail bindings configureable via config.h (#167)N-R-K2022-01-101-0/+55
* fix tcc warningNRK2022-01-061-0/+1
* fix -Wshadow related warningsNRK2022-01-061-3/+3
* specify func argument and related cleanup (#183)N-R-K2021-12-191-2/+2
* make width of navigation area configurable (#155)LuXu2021-11-041-2/+2
* -0 sends NULL separated file-list to key-handlerNRK2021-10-291-1/+1
* code-style: general cleanups (#137)N-R-K2021-10-291-2/+0
* update copyright notice (#139)eylles2021-10-281-1/+2
* Add default key-binding for DRAG_RELATIVE (#117)LuXu2021-10-271-1/+1
* Add ability to bind arbitrary functions.Arthur Williams2021-10-131-12/+0
* code-style: fix consistency issues all over the codebase (#94)Berke Kocaoğlu2021-10-111-5/+3
* add statusbar message upon key-hander activation (#98)N-R-K2021-10-071-1/+2
* Use zoom steps instead of hard-coding levels (#92)Lu Xu2021-09-251-6/+2
* add -0 for outputting null-terminated list (#68)N-R-K2021-09-201-1/+1
* Rename, Update Docs and Prepare for Release (#9)Berke Kocaoğlu2021-09-161-5/+5
* Simplify cg_mark_range furtherBert Münnich2018-06-101-5/+3
* Set global markidx whenever a single img is (un)markedBert Münnich2018-06-091-4/+3
* (Un)mark single image through generic functionBert Münnich2018-06-091-14/+6
* Simplify cg_mark_rangeBert Münnich2018-06-091-22/+11
* Rename variable toggledidx to markidxBert Münnich2018-06-091-6/+6
* Remove unnecessary special cases in cg_mark_rangeBert Münnich2018-06-091-5/+0
* Add mark range functionDaniel Lublin2018-06-091-0/+35
* Close image-info explicitlyBert Münnich2018-02-181-1/+4
* Use argument to select between two drag methodsphi2018-01-221-6/+15
* One header file for type definitions and function declarationsBert Münnich2017-10-161-9/+4
* Improve mouse supportBert Münnich2017-10-061-0/+6
* Simplify cursor reset in image modeBert Münnich2017-10-051-1/+1
* Own win method for mouse cursor locationBert Münnich2017-10-051-6/+4
* Mouse drag translates pointer position to image areaBert Münnich2017-10-041-54/+23
* Merge djhejna/floatdelayBert Münnich2016-12-011-2/+2
* Make navigate_frame command respect a count prefixBert Münnich2015-12-261-0/+2
* Revised error handlingBert Münnich2015-10-281-2/+0
* Removed feature test macro definitions from source filesBert Münnich2015-10-281-3/+2
* Simplified command argumentsBert Münnich2015-01-111-54/+35
* Apply gamma value on thumbnails too; fixes issue #193Bert Münnich2015-01-051-5/+11
* Cache out of view thumbnails in the backgroundBert Münnich2015-01-041-1/+1
* Use bit-field for boolean flags in fileinfo structBert Münnich2015-01-041-8/+8
* Removed obsolete ss_delays array, fixes issue #191Bert Münnich2014-12-221-4/+0
* Unified file count variable for image & thumbnail modeBert Münnich2014-09-301-14/+9
* Added thumbnail zooming...Bert Münnich2014-09-281-12/+14
* Revised thumbnail loading...Bert Münnich2014-09-261-1/+2
* Simplified img_frame_animateBert Münnich2014-09-011-1/+1
* Fixed segfault in ci_toggle_animation, fixes issue #173Bert Münnich2014-09-011-7/+8
* Added command to remove all image marks, bound to Ctrl-m; fixes issue #163Bert Münnich2014-08-171-0/+12
* Fixed wrong thumbnail-to-file mappings caused by file deletionsBert Münnich2014-08-161-3/+3