summaryrefslogtreecommitdiffstats
path: root/sxiv.1
AgeCommit message (Collapse)Author
2017-10-06Add missing description for Button3 to man pageBert Münnich
2017-10-06Improve mouse supportBert Münnich
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.
2017-09-08Add -p flag to disable writing of cache and temporary filesAntti Korpi
Closes #285.
2017-09-06Add Max Voit to list of contributorsBert Münnich
2016-12-01Merge djhejna/floatdelayBert Münnich
2016-11-28Merge dwminer/framerateBert Münnich
2016-11-28Support for DELAY as a floating point number including less than 1Don Hejna
second while maintaining backward compatibiitiy with integer arguments.
2016-11-27Document -A optiondwminer
2016-10-30Document new -e flagBert Münnich
2016-08-06Provide image width and height to image-info script; fixes issue #159Bert Münnich
2016-02-12Refined grouping of key/mouse mappings in man pageBert Münnich
2015-12-26Make navigate_frame command respect a count prefixBert Münnich
2015-05-18Clarified comments in key-handler, fixes issue #206Bert Münnich
2015-01-07Updated documentation regarding gamma correctionBert Münnich
2014-11-27Pass file paths to key handler via stdin; fixes issue #187Bert Münnich
2014-09-28Added thumbnail zooming...Bert Münnich
- Key mappings +/- are now general commands - Use JPG as thumbnail cache file format instead of PNG - Fixes issue #161
2014-08-17Added command to remove all image marks, bound to Ctrl-m; fixes issue #163Bert Münnich
2014-08-16Pass marked files to external key handler in thumbnail mode; fixes issue #135Bert Münnich
2014-07-25Revised handling of GIF animationsBert Münnich
- New option `-a`: Play animations at startup - Ctrl-Space toggles animation for all GIF files - Infinite loop for all animations
2014-07-23Revised command structure and key and mouse button mappingsBert Münnich
2014-06-10Create thumbnail cache dir automaticallyBert Münnich
2014-05-24Add a section about key-handler to the man page.Artem Bezsmertnyi
2014-04-06Use a checkerboard background for alpha layer; fixes issue #138Bert Münnich
2014-02-05Removed command line option -FBert Münnich
2014-02-04Set scale mode at startup via argument to -s optionBert Münnich
2014-02-04Revised scale mode and zoom level handlingBert Münnich
- 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
2014-02-04Removed fit-win-to-img commandBert Münnich
2014-01-31Merged pull request #129Bert Münnich
2014-01-11Adhere to XDG Base Directory Specification; fixes issue #124Bert Münnich
2014-01-04Slideshow mode is back, in a simplified versionBert Münnich
2013-11-14Merge remote-tracking branch 'baskerville/reverse-marks'Bert Münnich
2013-11-14Refactored remote changesBert Münnich
2013-11-14Add command to reverse marked imagesBastien Dejean
2013-11-13Add support for changing the gamma valueAndrás Mohari
2013-08-22Added options for anti-alias & alpha layer coloring to config.def.hBert Münnich
Also removed now obsolete -p command line option; fixes issue #98
2013-08-22Only print marked files when -o is givenBert Münnich
Fallback to print all files, if no images are marked, was kind of irritating.
2013-08-10Added file marks; fixes issue #94Bert Münnich
- 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
2013-08-10Changed key bindings for flipping to bar & underscoreBert Münnich
2013-08-10Handle 180 degrees image rotationBastien Dejean
2013-03-19New options: -[io], read/write files from/to stdin/outBert Münnich
Fixes issue #84
2013-01-27Added documentation for image-info scriptBert Münnich
2013-01-12Moved thumbnail cache to ~/.sxiv/cache/Bert Münnich
2012-10-29New option: -N, set X window resource nameBert Münnich
2012-08-07Slightly changed the doc after merging remote changesBert Münnich
2012-08-07Merge remote-tracking branch 'baskerville/master'Bert Münnich
2012-08-07Removed dropped slideshow mappings from man page & READMEBert Münnich
2012-07-19New commands: fit to the window's height/widthbaskerville
2012-07-15handle count prefix in thumbnail movementsbaskerville
2012-05-16Fixed mail address in man pagemuennich
2012-05-15Added baskerville to Contributors list in man pageBert Münnich