Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-08 | Add a contrib-commands option | somini | |
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-08 | Move imv-folder files to contrib | somini | |
See #261 | |||
2021-07-08 | Tweak imv-folder file sorting | somini | |
Make sure to version-sort the files. Requires a non-POSIX `sort`, which should be a mild requirement. See https://github.com/eXeC64/imv/commit/d12470375a33230ffaaea407237125f18f812781#commitcomment-44048679 | |||
2021-07-08 | Fix imv-folder usage with sub-folders with images | somini | |
See https://github.com/eXeC64/imv/pull/225#discussion_r494270357 | |||
2021-07-08 | Keep the folder order when using imv-folder | somini | |
Guaranteed-ish by most shells, see https://unix.stackexchange.com/a/368507. See #229 | |||
2021-07-08 | Include support for imv-folder | somini | |
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-14 | List image/heif as a supported mime type | Hugo 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-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. | |||
2019-12-21 | Update imv.desktop | Harry Jeffery | |
2019-09-07 | Fix typo in config | Markus Hauck | |
2019-08-27 | Add app icon to imv.desktop | Rohan Kumar | |
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-23 | Fix out of date scaling command defaults | Harry Jeffery | |
2019-08-23 | Update default config | Harry Jeffery | |
2019-08-18 | /usr/bin/sh -> /bin/sh | Harry Jeffery | |
2019-08-18 | Rename imv-wl to imv-wayland | Harry Jeffery | |
2019-08-18 | Move src/imv.sh to files/imv | Harry Jeffery | |
2017-11-29 | Write docs with asciidoc | Harry Jeffery | |
2017-11-29 | Make title+overlay configurable | Harry Jeffery | |
Fixes #110 | |||
2017-11-29 | Rename 'remove' command -> 'close' | Harry Jeffery | |
2017-11-28 | Add stay_fullscreen_on_focus_loss option | Harry Jeffery | |
Fixes #103 | |||
2017-11-28 | Rename cycle_input -> loop_input | Harry Jeffery | |
2017-11-28 | Rename list_at_exit -> list_files_at_exit | Harry Jeffery | |
2017-11-28 | Tweak environment variable name for current path | Harry Jeffery | |
2017-11-28 | Allow aliases to be configured | Harry Jeffery | |
2017-11-28 | Tweak config option names & capitalisation | Harry Jeffery | |
2017-11-28 | Simplify and refactor ini usage | Harry Jeffery | |
Switch imv to use a more mature ini implementation, and also simplify the ini syntax in the config files. | |||
2017-11-23 | Require <> around all keys in a bind | Harry 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-23 | Provide default global config file | Harry Jeffery | |
2015-11-12 | Change IMV to lowercase imv | Guillaume Brogi | |
2015-11-12 | Add a imv.desktop file | Guillaume Brogi | |