Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-17 | Fix first/last image indexing bug | Harry Jeffery | |
Fixes #301 | |||
2020-12-03 | Add default keybinding for image rotation | Mark 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-16 | Document 'crop' scaling mode | Harry Jeffery | |
2020-08-31 | Add missing documentation for overlay_position_bottom | Harry Jeffery | |
2020-08-31 | colored overlay: config options in man, split rgba | Andreas 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-12 | Unify rotation commands, reset transformation properly | Anton Älgmyr | |
2020-06-12 | Add 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-23 | Fix typo in manpages | Jason | |
2019-08-28 | man: Document default binds | Harry Jeffery | |
2019-08-25 | Added crop scaling method | Sebastian 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-25 | Add initial_pan option to set the starting pan position | Sebastian Parborg | |
2019-08-25 | man: Remove non-existent feature from manpage | Harry Jeffery | |
2019-08-25 | Add upscaling method command | Sebastian 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-18 | imv: Add -c option to specify commands to run at startup | Harry Jeffery | |
2019-08-18 | imv: Add bind command | Harry Jeffery | |
2019-08-16 | imv: Add index/all argument to close command | Harry Jeffery | |
2019-08-15 | imv: Add imv_pid environment variable | Harry Jeffery | |
2019-08-12 | Tweak documentation | Harry Jeffery | |
2019-08-12 | imv-msg: Write manpage | Harry Jeffery | |
2019-08-07 | Update man pages | Harry Jeffery | |
2019-05-10 | Add version flag with -v | 7415963987456321 | |
2019-02-16 | Add customisable image resizing behaviour | Harry 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-26 | Specify multiple binds on a single line | Harry Jeffery | |
2018-11-26 | Tweak scaling mode documentation | Harry Jeffery | |
2018-11-26 | Merge pull request #131 from chocolateboy/document-scaling-mode-next | Harry Jeffery | |
Document the "next" scaling mode | |||
2018-09-01 | Adapted documentation. | Jeinzi | |
2018-07-15 | document the "next" scaling mode | chocolateboy | |
2018-05-08 | Update manpage | Harry Jeffery | |
2017-12-19 | Fix out of date options in man page | Harry Jeffery | |
2017-12-02 | Add options for window width and height | Harry Jeffery | |
Fixes #120 | |||
2017-11-30 | Add an open command | Harry Jeffery | |
2017-11-30 | Remove overlay font command line arg | Harry Jeffery | |
Made irrelevant by the config option, why waste 'e' on it. | |||
2017-11-30 | Make -u argument take an argument | Harry Jeffery | |
2017-11-30 | Merge a,s,S flags to -s <mode> | Harry Jeffery | |
2017-11-30 | Fix typo in manual | Harry Jeffery | |
2017-11-29 | Write docs with asciidoc | Harry Jeffery | |
2017-08-22 | Tweak wording in man page | Harry Jeffery | |
2017-03-06 | Add command 'X' to remove image from disk too | Nicolas Cornu | |
2016-11-17 | Describe command "d" in manual | Dmitrij D. Czarkoff | |
Fixes #97. | |||
2016-10-23 | Don't advertise hash sign usage with '-b' option | Dmitrij 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-02 | Add -x switch to exit imv when reaching end of file list. | Hannes Koerber | |
2016-01-16 | Add third scaling mode: best fit | Dmitrij 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-14 | Loading image data from standard input | Dmitrij 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-30 | Allow fractional slideshow timeout | Dmitrij 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-30 | Fix several issues with manual | Dmitrij D. Czarkoff | |
2015-12-29 | Rewrite manual page using mdoc(7) markup language | Dmitrij D. Czarkoff | |
2015-12-25 | Document default font in manual | Dmitrij D. Czarkoff | |
Also reference the fonts.conf(5) manual, which explains fonts configuration. | |||
2015-12-11 | Document default background color | Harry Jeffery | |
2015-12-10 | add -l option for listing all open images on exit | Aleksandra Kosiacka | |
fixes #43 | |||
2015-12-09 | Add -t synopsis to manpage | Harry Jeffery | |