Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add -0 for outputting null-terminated list (#68) | N-R-K | 2021-09-20 | 1 | -1/+1 |
| | | | | | | | | | | | | * add -0 for outputting null-terminated list this doesn't add much, if any, additional complexity to the codebase and can be quite handy for scripting purposes. Closes: https://github.com/nsxiv/nsxiv/issues/67 * Fix typo Co-authored-by: Berke Kocaoğlu <berke.kocaoglu@metu.edu.tr> | ||||
* | Rename, Update Docs and Prepare for Release (#9) | Berke Kocaoğlu | 2021-09-16 | 1 | -5/+5 |
| | | | | | | | Co-authored-by: Guilherme Rugai Freire <41879254+GRFreire@users.noreply.github.com> Co-authored-by: N-R-K <79544946+N-R-K@users.noreply.github.com> Co-authored-by: NRK <nrk@disroot.org> Co-authored-by: Arthur Williams <taaparthur@gmail.com> Co-authored-by: eylles <ed.ylles1997@gmail.com> | ||||
* | Simplify cg_mark_range further | Bert Münnich | 2018-06-10 | 1 | -5/+3 |
| | |||||
* | Set global markidx whenever a single img is (un)marked | Bert Münnich | 2018-06-09 | 1 | -4/+3 |
| | | | | This also sets *markidx* when using the right mouse button in thumbnail mode. | ||||
* | (Un)mark single image through generic function | Bert Münnich | 2018-06-09 | 1 | -14/+6 |
| | |||||
* | Simplify cg_mark_range | Bert Münnich | 2018-06-09 | 1 | -22/+11 |
| | |||||
* | Rename variable toggledidx to markidx | Bert Münnich | 2018-06-09 | 1 | -6/+6 |
| | |||||
* | Remove unnecessary special cases in cg_mark_range | Bert Münnich | 2018-06-09 | 1 | -5/+0 |
| | |||||
* | Add mark range function | Daniel Lublin | 2018-06-09 | 1 | -0/+35 |
| | | | | | Sets the marked state of all images ranging from the latest marked/unmarked image to the current image, to the state of that latest toggled image. | ||||
* | Close image-info explicitly | Bert Münnich | 2018-02-18 | 1 | -1/+4 |
| | |||||
* | Use argument to select between two drag methods | phi | 2018-01-22 | 1 | -6/+15 |
| | |||||
* | One header file for type definitions and function declarations | Bert Münnich | 2017-10-16 | 1 | -9/+4 |
| | |||||
* | Improve mouse support | Bert Münnich | 2017-10-06 | 1 | -0/+6 |
| | | | | | | | | | | | | None of the mouse mappings uses a keyboard modifier, making it possible to access the most basic features by only using the mouse. Next/previous image with left button depending on cursor position, middle button for dragging, right button for switching to thumnail mode and wheel for zooming. Users can keep the old behaviour by simply not adapting the changes to the buttons array in config.def.h to their config.h file. | ||||
* | Simplify cursor reset in image mode | Bert Münnich | 2017-10-05 | 1 | -1/+1 |
| | | | | | No need to give cursor name. reset_cursor() is now the only place to decide what cursor to fall back to. | ||||
* | Own win method for mouse cursor location | Bert Münnich | 2017-10-05 | 1 | -6/+4 |
| | |||||
* | Mouse drag translates pointer position to image area | Bert Münnich | 2017-10-04 | 1 | -54/+23 |
| | | | | This makes mouse panning more direct and faster. | ||||
* | Merge djhejna/floatdelay | Bert Münnich | 2016-12-01 | 1 | -2/+2 |
| | |||||
* | Make navigate_frame command respect a count prefix | Bert Münnich | 2015-12-26 | 1 | -0/+2 |
| | |||||
* | Revised error handling | Bert Münnich | 2015-10-28 | 1 | -2/+0 |
| | | | | | | | - Functions warn() and die() replaced by GNU-like error(3) function - Register cleanup() with atexit(3) - Functions called by cleanup() are marked with CLEANUP and are not allowed to call exit(3) | ||||
* | Removed feature test macro definitions from source files | Bert Münnich | 2015-10-28 | 1 | -3/+2 |
| | |||||
* | Simplified command arguments | Bert Münnich | 2015-01-11 | 1 | -54/+35 |
| | |||||
* | Apply gamma value on thumbnails too; fixes issue #193 | Bert Münnich | 2015-01-05 | 1 | -5/+11 |
| | |||||
* | Cache out of view thumbnails in the background | Bert Münnich | 2015-01-04 | 1 | -1/+1 |
| | |||||
* | Use bit-field for boolean flags in fileinfo struct | Bert Münnich | 2015-01-04 | 1 | -8/+8 |
| | |||||
* | Removed obsolete ss_delays array, fixes issue #191 | Bert Münnich | 2014-12-22 | 1 | -4/+0 |
| | |||||
* | Unified file count variable for image & thumbnail mode | Bert Münnich | 2014-09-30 | 1 | -14/+9 |
| | |||||
* | Added thumbnail zooming... | Bert Münnich | 2014-09-28 | 1 | -12/+14 |
| | | | | | | - Key mappings +/- are now general commands - Use JPG as thumbnail cache file format instead of PNG - Fixes issue #161 | ||||
* | Revised thumbnail loading... | Bert Münnich | 2014-09-26 | 1 | -1/+2 |
| | | | | | | | - Only load the thumbnails that are currently visible in the window - Unload thumbnails that are leaving the visible area - Much less memory needed, but scrolling is now slower - This also unintentionally fixes issue #86 | ||||
* | Simplified img_frame_animate | Bert Münnich | 2014-09-01 | 1 | -1/+1 |
| | |||||
* | Fixed segfault in ci_toggle_animation, fixes issue #173 | Bert Münnich | 2014-09-01 | 1 | -7/+8 |
| | |||||
* | Added command to remove all image marks, bound to Ctrl-m; fixes issue #163 | Bert Münnich | 2014-08-17 | 1 | -0/+12 |
| | |||||
* | Fixed wrong thumbnail-to-file mappings caused by file deletions | Bert Münnich | 2014-08-16 | 1 | -3/+3 |
| | |||||
* | Pass marked files to external key handler in thumbnail mode; fixes issue #135 | Bert Münnich | 2014-08-16 | 1 | -1/+1 |
| | |||||
* | Count number of marked files | Bert Münnich | 2014-08-16 | 1 | -3/+7 |
| | |||||
* | Unified file index variable for image & thumbnail mode | Bert Münnich | 2014-08-16 | 1 | -28/+18 |
| | |||||
* | Revised handling of GIF animations | Bert Münnich | 2014-07-25 | 1 | -4/+8 |
| | | | | | | - New option `-a`: Play animations at startup - Ctrl-Space toggles animation for all GIF files - Infinite loop for all animations | ||||
* | Revised command structure and key and mouse button mappings | Bert Münnich | 2014-07-23 | 1 | -177/+139 |
| | |||||
* | Use a checkerboard background for alpha layer; fixes issue #138 | Bert Münnich | 2014-04-06 | 1 | -9/+8 |
| | |||||
* | Removed fit-win-to-img command | Bert Münnich | 2014-02-04 | 1 | -20/+0 |
| | |||||
* | Preserve panning when switching images; fixes issue #131 | Bert Münnich | 2014-02-04 | 1 | -6/+4 |
| | |||||
* | Merged pull request #129 | Bert Münnich | 2014-01-31 | 1 | -0/+7 |
| | |||||
* | Fixed handling of overloaded key mappings | Bert Münnich | 2014-01-08 | 1 | -77/+77 |
| | | | | | Issue described here: https://bbs.archlinux.org/viewtopic.php?pid=1117294#p1117294 | ||||
* | Slideshow mode is back, in a simplified version | Bert Münnich | 2014-01-04 | 1 | -4/+28 |
| | |||||
* | Moved external shell commands into exec/key-handler script | Bert Münnich | 2014-01-02 | 1 | -66/+0 |
| | | | | | Gets called on all unset key mappings. Arguments are: key combo and current file. Thanks to Francesco Orsenigo (xarvh) for the idea. | ||||
* | Merge remote-tracking branch 'baskerville/reverse-marks' | Bert Münnich | 2013-11-14 | 1 | -0/+11 |
|\ | |||||
| * | Add command to reverse marked images | Bastien Dejean | 2013-11-14 | 1 | -0/+12 |
| | | |||||
* | | Refactored remote changes | Bert Münnich | 2013-11-14 | 1 | -8/+1 |
| | | |||||
* | | Merge remote-tracking branch 'ariand/gamma' | Bert Münnich | 2013-11-14 | 1 | -0/+16 |
|\ \ | |||||
| * | | Add support for changing the gamma value | András Mohari | 2013-11-13 | 1 | -0/+16 |
| |/ | |||||
* / | Highlight edges of marked images in thumbnail mode | Bert Münnich | 2013-11-14 | 1 | -3/+3 |
|/ |