aboutsummaryrefslogtreecommitdiff
path: root/files
AgeCommit message (Collapse)Author
2021-07-08Keep the folder order when using imv-foldersomini
Guaranteed-ish by most shells, see https://unix.stackexchange.com/a/368507. See #229
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
2021-04-14List image/heif as a supported mime typeHugo Barrera
`imv` now supports HEIC, but other applications (e.g.: file managers) cannot determine this, since it's not listed as a supported mime type. Adding this entry allows such applications to determine that `imv` can handle HEIC files.
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.
2019-12-21Update imv.desktopHarry Jeffery
2019-09-07Fix typo in configMarkus Hauck
2019-08-27Add app icon to imv.desktopRohan Kumar
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-23Fix out of date scaling command defaultsHarry Jeffery
2019-08-23Update default configHarry Jeffery
2019-08-18/usr/bin/sh -> /bin/shHarry Jeffery
2019-08-18Rename imv-wl to imv-waylandHarry Jeffery
2019-08-18Move src/imv.sh to files/imvHarry Jeffery
2017-11-29Write docs with asciidocHarry Jeffery
2017-11-29Make title+overlay configurableHarry Jeffery
Fixes #110
2017-11-29Rename 'remove' command -> 'close'Harry Jeffery
2017-11-28Add stay_fullscreen_on_focus_loss optionHarry Jeffery
Fixes #103
2017-11-28Rename cycle_input -> loop_inputHarry Jeffery
2017-11-28Rename list_at_exit -> list_files_at_exitHarry Jeffery
2017-11-28Tweak environment variable name for current pathHarry Jeffery
2017-11-28Allow aliases to be configuredHarry Jeffery
2017-11-28Tweak config option names & capitalisationHarry Jeffery
2017-11-28Simplify and refactor ini usageHarry Jeffery
Switch imv to use a more mature ini implementation, and also simplify the ini syntax in the config files.
2017-11-23Require <> around all keys in a bindHarry Jeffery
This is partly for consistency, party to resolve a bug where binding [ in the config file would trick the ini parser into thinking it was reading a section header, leading to the bind not being applied.
2017-11-23Provide default global config fileHarry Jeffery
2015-11-12Change IMV to lowercase imvGuillaume Brogi
2015-11-12Add a imv.desktop fileGuillaume Brogi