aboutsummaryrefslogtreecommitdiff
path: root/sxiv.1
Commit message (Collapse)AuthorAgeFilesLines
* Rename, Update Docs and Prepare for Release (#9)Berke Kocaoğlu2021-09-161-472/+0
| | | | | | | 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)qsmodo2021-09-161-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-K2021-09-161-1/+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>
* Custom bar colors (#10)Guilherme Freire2021-09-161-4/+10
| | | | | | | | | * set bar and text colors independently * change xresources to Program.class.resource * rename color variables to win/bar_bg/fg * change default bar colors to match window colors
* Fix documentation (#14)eylles2021-09-161-4/+4
| | | | | | | | * Update manpage for marking commands * Fix hyphen-used-as-minus-sign and typo lintian warning in manpage this fix was originally made by the debian mantainer for sxiv Daniel Echeverry <epsilon77@gmail.com> Co-authored-by: Mihail Snitkovski <msnitkovski@gmail.com>
* Implement fill scale modeBerke Kocaoğlu2021-09-161-1/+4
|
* Hint to xrdb for changing X resourcesBert Münnich2019-04-191-0/+2
|
* Mention supported X resources in man pageBert Münnich2019-04-191-2/+13
|
* Overhaul introductionary textBert Münnich2019-01-261-3/+2
|
* Document undocumented "-" behaviorBert Münnich2018-12-291-1/+1
|
* Add mark range functionDaniel Lublin2018-06-091-0/+4
| | | | | 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.
* Add missing description for Button3 to man pageBert Münnich2017-10-061-0/+2
|
* Improve mouse supportBert Münnich2017-10-061-19/+9
| | | | | | | | | | | | 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.
* Add -p flag to disable writing of cache and temporary filesAntti Korpi2017-09-081-1/+4
| | | | Closes #285.
* Add Max Voit to list of contributorsBert Münnich2017-09-061-0/+1
|
* Merge djhejna/floatdelayBert Münnich2016-12-011-1/+5
|\
| * Support for DELAY as a floating point number including less than 1Don Hejna2016-11-271-2/+2
| | | | | | | | | | second while maintaining backward compatibiitiy with integer arguments.
* | Merge dwminer/framerateBert Münnich2016-11-281-0/+6
|\ \ | |/ |/|
| * Document -A optiondwminer2016-11-271-0/+5
|/
* Document new -e flagBert Münnich2016-10-301-0/+6
|
* Provide image width and height to image-info script; fixes issue #159Bert Münnich2016-08-061-1/+2
|
* Refined grouping of key/mouse mappings in man pageBert Münnich2016-02-121-13/+24
|
* Make navigate_frame command respect a count prefixBert Münnich2015-12-261-2/+6
|
* Clarified comments in key-handler, fixes issue #206Bert Münnich2015-05-181-3/+3
|
* Updated documentation regarding gamma correctionBert Münnich2015-01-071-10/+13
|
* Pass file paths to key handler via stdin; fixes issue #187Bert Münnich2014-11-271-2/+3
|
* Added thumbnail zooming...Bert Münnich2014-09-281-6/+6
| | | | | | - Key mappings +/- are now general commands - Use JPG as thumbnail cache file format instead of PNG - Fixes issue #161
* Added command to remove all image marks, bound to Ctrl-m; fixes issue #163Bert Münnich2014-08-171-0/+3
|
* Pass marked files to external key handler in thumbnail mode; fixes issue #135Bert Münnich2014-08-161-4/+6
|
* Revised handling of GIF animationsBert Münnich2014-07-251-2/+5
| | | | | | - 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 mappingsBert Münnich2014-07-231-71/+65
|
* Create thumbnail cache dir automaticallyBert Münnich2014-06-101-12/+4
|
* Add a section about key-handler to the man page.Artem Bezsmertnyi2014-05-241-0/+16
|
* Use a checkerboard background for alpha layer; fixes issue #138Bert Münnich2014-04-061-3/+3
|
* Removed command line option -FBert Münnich2014-02-051-5/+1
|
* Set scale mode at startup via argument to -s optionBert Münnich2014-02-041-6/+8
|
* Revised scale mode and zoom level handlingBert Münnich2014-02-041-11/+9
| | | | | | | - 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 commandBert Münnich2014-02-041-6/+3
|
* Merged pull request #129Bert Münnich2014-01-311-1/+4
|
* Adhere to XDG Base Directory Specification; fixes issue #124Bert Münnich2014-01-111-4/+3
|
* Slideshow mode is back, in a simplified versionBert Münnich2014-01-041-0/+10
|
* Merge remote-tracking branch 'baskerville/reverse-marks'Bert Münnich2013-11-141-0/+3
|\
| * Add command to reverse marked imagesBastien Dejean2013-11-141-0/+3
| |
* | Refactored remote changesBert Münnich2013-11-141-7/+9
| |
* | Add support for changing the gamma valueAndrás Mohari2013-11-131-0/+13
|/
* Added options for anti-alias & alpha layer coloring to config.def.hBert Münnich2013-08-221-3/+0
| | | | Also removed now obsolete -p command line option; fixes issue #98
* Only print marked files when -o is givenBert Münnich2013-08-221-4/+4
| | | | | Fallback to print all files, if no images are marked, was kind of irritating.
* Added file marks; fixes issue #94Bert Münnich2013-08-101-1/+15
| | | | | | | | - 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 & underscoreBert Münnich2013-08-101-2/+2
|
* Handle 180 degrees image rotationBastien Dejean2013-08-101-0/+3
|