Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2015-12-09 | Add slideshow option. | Hannes Koerber | |
2015-11-20 | Add support for -n PATH starting specifier | Harry Jeffery | |
Fixes #36 | |||
2015-11-19 | Use fontconfig to search for fonts | Harry Jeffery | |
2015-11-19 | Don't recommend -i in documentation | Harry Jeffery | |
2015-11-17 | Add an overlay option '-d'. | Harry Jeffery | |
TODO: The font needs to be configurable with an option. Refs #35 | |||
2015-11-14 | Add -u option for nearest neighbour resampling | Harry Jeffery | |
2015-11-14 | Add -b option to set background | Harry Jeffery | |
2015-11-13 | add -n to manpage | Michal Koutenský | |
2015-11-12 | Relicence imv to GPLv2+ | Harry Jeffery | |
2015-11-12 | Print current image path to stdout | Harry Jeffery | |
Fixes #10 | |||
2015-11-12 | Add GPL information for the FreeImage library | Harry Jeffery | |
Fixes #14 | |||
2015-11-11 | Update manpage | Harry Jeffery | |
2015-11-11 | Move manpage into doc directory | Harry Jeffery | |