aboutsummaryrefslogtreecommitdiff
path: root/doc/imv.1.txt
AgeCommit message (Collapse)Author
2021-07-08Include support for imv-foldersomini
This is a wrapper to open all images in a folder. Includes: - Script itself - Man page - Desktop file - Necessary Makefile changes Fix #223
2020-12-03Add default keybinding for image rotationMark Stosberg
This is the same key binding used by Eye of Gnome for a 90 degree clockwise image rotation for people coming from that image viewer.
2020-11-16Document 'crop' scaling modeHarry Jeffery
2020-06-12Unify rotation commands, reset transformation properlyAnton Älgmyr
2020-06-12Add rotation and flipping commands.Anton Älgmyr
Rotation can be done by any amount (not limited to multiples of 90). Commands allow flipping horizontally and vertically. The flips are done relative to the current rotation.
2019-08-28man: Document default bindsHarry Jeffery
2019-08-25Added crop scaling methodSebastian Parborg
Added a method that scales and crop the image so that the image will fill the whole window. Also made viewport update respect the current scaling mode.
2019-08-25Add upscaling method commandSebastian Parborg
This works the same way as the existing scale command except that it changes the upscaling method. Also did some code reduction on the scaling command.
2019-08-18imv: Add -c option to specify commands to run at startupHarry Jeffery
2019-08-18imv: Add bind commandHarry Jeffery
2019-08-16imv: Add index/all argument to close commandHarry Jeffery
2019-08-15imv: Add imv_pid environment variableHarry Jeffery
2019-08-12Tweak documentationHarry Jeffery
2019-08-07Update man pagesHarry Jeffery
2019-05-10Add version flag with -v7415963987456321
2019-02-16Add customisable image resizing behaviourHarry Jeffery
Two new flags: -w and -W enable resizing and recentering, respectively. Also add an 'autoresize' config variable to control this behaviour. Fixes #122
2018-11-26Tweak scaling mode documentationHarry Jeffery
2018-07-15document the "next" scaling modechocolateboy
2018-05-08Update manpageHarry Jeffery
2017-12-19Fix out of date options in man pageHarry Jeffery
2017-11-30Add an open commandHarry Jeffery
2017-11-30Remove overlay font command line argHarry Jeffery
Made irrelevant by the config option, why waste 'e' on it.
2017-11-30Make -u argument take an argumentHarry Jeffery
2017-11-30Merge a,s,S flags to -s <mode>Harry Jeffery
2017-11-29Write docs with asciidocHarry Jeffery