Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow any set of modifiers to be used in keybindings | Arthur Williams | 2021-09-20 | 1 | -0/+3 |
| | | | | | | | | | | | | | Previous the code only allowed ShiftMask,ControlMask or Mod1Mask to be used in keybindings and the presence of any others modifiers would be ignored. Most problems generally allow certain modifiers to be be ignored but not most and certainly don't allow Super-A to be treated like A. Now users can use any modifiers they want in keybindings and can also ignore any modifiers they want. By default only ModMask2 (commonly numlock is ignored) Co-authored-by: N-R-K <79544946+N-R-K@users.noreply.github.com> | ||||
* | config.def.h: change enums to static const ints | NRK | 2021-09-17 | 1 | -7/+3 |
| | |||||
* | Rename, Update Docs and Prepare for Release (#9) | Berke Kocaoğlu | 2021-09-16 | 1 | -1/+1 |
| | | | | | | | 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> | ||||
* | set title based on prefix and suffix (#23) | qsmodo | 2021-09-16 | 1 | -0/+15 |
| | | | | | | Co-authored-by: Guilherme Rugai Freire <41879254+GRFreire@users.noreply.github.com> Co-authored-by: NRK <nrk@disroot.org> Co-authored-by: Berke Kocaoğlu <berke.kocaoglu@metu.edu.tr> | ||||
* | add new keybind, Ctrl-a to toggle animation (#33) | N-R-K | 2021-09-16 | 1 | -0/+1 |
| | | | | | | | | | | | | * add new keybind, Ctrl-a to toggle animation Closes: https://github.com/nsxiv/nsxiv/issues/27 * Format consistency This keeps in line with other actions that have multiple keybinds Co-authored-by: eylles <ed.ylles1997@gmail.com> Co-authored-by: Berke Kocaoğlu <berke.kocaoglu@metu.edu.tr> | ||||
* | Implement fill scale mode | Berke Kocaoğlu | 2021-09-16 | 1 | -0/+1 |
| | |||||
* | Change colors and font only via X resources | Bert Münnich | 2019-04-19 | 1 | -11/+3 |
| | |||||
* | Add Xresources font support | vxid | 2019-04-19 | 1 | -0/+1 |
| | |||||
* | New colors | Bert Münnich | 2019-01-26 | 1 | -2/+2 |
| | |||||
* | Mention X resource properties in build-time color config | Bert Münnich | 2019-01-26 | 1 | -0/+1 |
| | |||||
* | Align compile-time color options with X resource colors | Bert Münnich | 2019-01-23 | 1 | -5/+2 |
| | | | | Two colors are more than enough! | ||||
* | Simplify X resource retrieval | Bert Münnich | 2019-01-23 | 1 | -5/+5 |
| | | | | Also makes the color names in config.def.h constant again. | ||||
* | Add Xresources capability | noamcore | 2019-01-23 | 1 | -5/+5 |
| | |||||
* | Change default key-bindings of mark commands | Bert Münnich | 2018-06-09 | 1 | -3/+3 |
| | | | | | *Shift-m* feels much more natural for *mark_range* and *Ctrl-u* is decent enough for *unmark_all*. | ||||
* | Add mark range function | Daniel Lublin | 2018-06-09 | 1 | -0/+1 |
| | | | | | 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. | ||||
* | Use argument to select between two drag methods | phi | 2018-01-22 | 1 | -1/+1 |
| | |||||
* | Improve mouse support | Bert Münnich | 2017-10-06 | 1 | -10/+4 |
| | | | | | | | | | | | | 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. | ||||
* | Make pan fraction configurable | jcalve | 2017-09-06 | 1 | -0/+3 |
| | |||||
* | Use Xft for font loading and text drawing | Bert Münnich | 2016-08-06 | 1 | -2/+2 |
| | |||||
* | Build-time option for default thumbnail size; fixes issue #207 | Bert Münnich | 2015-12-20 | 1 | -0/+3 |
| | |||||
* | Simplified command arguments | Bert Münnich | 2015-01-11 | 1 | -88/+88 |
| | |||||
* | Apply gamma value on thumbnails too; fixes issue #193 | Bert Münnich | 2015-01-05 | 1 | -3/+3 |
| | |||||
* | Moved thumbnail sizes array to config.def.h | Bert Münnich | 2014-09-29 | 1 | -0/+6 |
| | |||||
* | Removed obsolete thumbnail dimension configuration setting | Bert Münnich | 2014-09-28 | 1 | -6/+0 |
| | |||||
* | Added thumbnail zooming... | Bert Münnich | 2014-09-28 | 1 | -6/+6 |
| | | | | | | - Key mappings +/- are now general commands - Use JPG as thumbnail cache file format instead of PNG - Fixes issue #161 | ||||
* | Increased contrast in default color set | Bert Münnich | 2014-08-17 | 1 | -2/+2 |
| | |||||
* | Added command to remove all image marks, bound to Ctrl-m; fixes issue #163 | Bert Münnich | 2014-08-17 | 1 | -0/+1 |
| | |||||
* | Revised handling of GIF animations | Bert Münnich | 2014-07-25 | 1 | -7/+0 |
| | | | | | | - New option `-a`: Play animations at startup - Ctrl-Space toggles animation for all GIF files - Infinite loop for all animations | ||||
* | Added support for multiple commands per key/button mapping; elegant fix for ↵ | Bert Münnich | 2014-07-23 | 1 | -0/+2 |
| | | | | issue #150 | ||||
* | Revised command structure and key and mouse button mappings | Bert Münnich | 2014-07-23 | 1 | -51/+47 |
| | |||||
* | Use integers for mouse mappings and buttons 6+7 for horizontal scrolling | Bert Münnich | 2014-05-31 | 1 | -9/+11 |
| | | | | Fixes issue #143 | ||||
* | Use a checkerboard background for alpha layer; fixes issue #138 | Bert Münnich | 2014-04-06 | 1 | -13/+10 |
| | |||||
* | Revised scale mode and zoom level handling | Bert Münnich | 2014-02-04 | 1 | -9/+2 |
| | | | | | | | - Scale mode is not reset to default value upon image loading anymore - New default key binding to change mode to scale-down - Removed scale mode setting from config.h - Removed -d command line option, as this is now the default at startup | ||||
* | Removed fit-win-to-img command | Bert Münnich | 2014-02-04 | 1 | -1/+0 |
| | |||||
* | Merged pull request #129 | Bert Münnich | 2014-01-31 | 1 | -1/+3 |
|\ | |||||
| * | Use a prefix key to execute the key handler | András Mohari | 2014-01-31 | 1 | -0/+6 |
|/ | | | | | | The default prefix key is C-x, and can be changed in config.def.h. The first key pressed after the prefix key will be passed the external key handler, unless the key is Escape, which is used to cancel the prefix. | ||||
* | Slideshow mode is back, in a simplified version | Bert Münnich | 2014-01-04 | 1 | -0/+5 |
| | |||||
* | Moved external shell commands into exec/key-handler script | Bert Münnich | 2014-01-02 | 1 | -17/+0 |
| | | | | | Gets called on all unset key mappings. Arguments are: key combo and current file. Thanks to Francesco Orsenigo (xarvh) for the idea. | ||||
* | Proper support for Ctrl/Shift/Alt modifiers in key & mouse mappings | Bert Münnich | 2014-01-02 | 1 | -93/+92 |
| | |||||
* | Refactored remote changes | Bert Münnich | 2013-12-31 | 1 | -1/+1 |
| | |||||
* | Read GIF's repeat information from file. | Aleksander Nitecki | 2013-12-30 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'baskerville/reverse-marks' | Bert Münnich | 2013-11-14 | 1 | -0/+1 |
|\ | |||||
| * | Add command to reverse marked images | Bastien Dejean | 2013-11-14 | 1 | -0/+1 |
| | | |||||
* | | Refactored remote changes | Bert Münnich | 2013-11-14 | 1 | -3/+3 |
| | | |||||
* | | Add support for changing the gamma value | András Mohari | 2013-11-13 | 1 | -0/+11 |
|/ | |||||
* | Added options for anti-alias & alpha layer coloring to config.def.h | Bert Münnich | 2013-08-22 | 1 | -0/+13 |
| | | | | Also removed now obsolete -p command line option; fixes issue #98 | ||||
* | Added file marks; fixes issue #94 | Bert Münnich | 2013-08-10 | 1 | -0/+4 |
| | | | | | | | | - Command it_toggle_image_mark (bound to 'm') toggles mark of current image - Command it_navigate_marked (bound to 'N'/'P') can be used to go to the next/previous marked image - When option -o is given, all marked files get printed | ||||
* | Changed key bindings for flipping to bar & underscore | Bert Münnich | 2013-08-10 | 1 | -2/+2 |
| | |||||
* | Refactored merged rotation code | Bert Münnich | 2013-08-10 | 1 | -3/+3 |
| | |||||
* | Handle 180 degrees image rotation | Bastien Dejean | 2013-08-10 | 1 | -2/+7 |
| |