aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2021-07-08Add a contrib-commands optionsomini
This includes the commands available in contrib/. It's enabled by default. I moved the manpage and desktop file to their regular locations to avoid complicating the meson file too much. They won't be installed when you disable the contrib commands.
2021-07-08Move imv-folder files to contribsomini
See #261
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-17Fix first/last image indexing bugHarry Jeffery
Fixes #301
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-08-31Add missing documentation for overlay_position_bottomHarry Jeffery
2020-08-31colored overlay: config options in man, split rgbaAndreas Stallinger
split color_rgba into color_rgb and alpha added configuration options to man pages cleanup gitignore: the man pages output is now in the build directory, so there is no to ignore man pages individually
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-11-23Fix typo in manpagesJason
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 initial_pan option to set the starting pan positionSebastian Parborg
2019-08-25man: Remove non-existent feature from manpageHarry Jeffery
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-12imv-msg: Write manpageHarry 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-26Specify multiple binds on a single lineHarry Jeffery
2018-11-26Tweak scaling mode documentationHarry Jeffery
2018-11-26Merge pull request #131 from chocolateboy/document-scaling-mode-nextHarry Jeffery
Document the "next" scaling mode
2018-09-01Adapted documentation.Jeinzi
2018-07-15document the "next" scaling modechocolateboy
2018-05-08Update manpageHarry Jeffery
2017-12-19Fix out of date options in man pageHarry Jeffery
2017-12-02Add options for window width and heightHarry Jeffery
Fixes #120
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-30Fix typo in manualHarry Jeffery
2017-11-29Write docs with asciidocHarry Jeffery
2017-08-22Tweak wording in man pageHarry Jeffery
2017-03-06Add command 'X' to remove image from disk tooNicolas Cornu
2016-11-17Describe command "d" in manualDmitrij D. Czarkoff
Fixes #97.
2016-10-23Don't advertise hash sign usage with '-b' optionDmitrij D. Czarkoff
Most shells would interpret the hash sign as start of the comment, so command with an unescaped hash sign will result in rather puzzling error message: $ imv -b #C0C0C0 files... Unknown argument 'b'. Aborting. Although there is obvious workaround (detect 'b' in '?' case of getopt switch and put more appropriate message), it generally makes more sense to suggest plain hex values for input.
2016-04-02Add -x switch to exit imv when reaching end of file list.Hannes Koerber
2016-01-16Add third scaling mode: best fitDmitrij D. Czarkoff
* Add new switches: "-S" to force (default) "perfect fit" mode and "-s" to force "best fit" mode. * Add new control key: "s" to switch scaling mode.
2016-01-14Loading image data from standard inputDmitrij D. Czarkoff
This commit changes processing of arguments: * When called without arguments (with or without flags), imv reads list of files from standard input. * When called with "-" among arguments, read image data from standard input.
2015-12-30Allow fractional slideshow timeoutDmitrij D. Czarkoff
Accept slideshow timeout expressed as fractional numbers. It is intentionally lax, so that arguments like ".1" or "5." are accepted and give no surprises.
2015-12-30Fix several issues with manualDmitrij D. Czarkoff
2015-12-29Rewrite manual page using mdoc(7) markup languageDmitrij D. Czarkoff
2015-12-25Document default font in manualDmitrij D. Czarkoff
Also reference the fonts.conf(5) manual, which explains fonts configuration.