Commit graph

18 commits

Author SHA1 Message Date
Harry Jeffery 49ba898e92 Fix first/last image indexing bug
Fixes #301
2020-12-17 20:18:09 +00:00
Mark Stosberg df51acbf15 Add default keybinding for image rotation
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-12-03 01:19:58 +00:00
Markus Hauck 08fbd3400f Fix typo in config 2019-09-07 01:47:14 +01:00
Sebastian Parborg 3bc2f66dc4 Add upscaling method command
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-25 19:18:16 +01:00
Harry Jeffery 9850d9c6a2 Fix out of date scaling command defaults 2019-08-23 23:02:27 +01:00
Harry Jeffery cf706293db Update default config 2019-08-23 21:08:35 +01:00
Harry Jeffery 0ef0625dc2 Write docs with asciidoc 2017-11-29 23:14:22 +00:00
Harry Jeffery 4e3dfb80f3 Make title+overlay configurable
Fixes #110
2017-11-29 21:13:56 +00:00
Harry Jeffery 87b6502143 Rename 'remove' command -> 'close' 2017-11-29 19:43:11 +00:00
Harry Jeffery d9d1a7c603 Add stay_fullscreen_on_focus_loss option
Fixes #103
2017-11-28 22:45:28 +00:00
Harry Jeffery 299ba91038 Rename cycle_input -> loop_input 2017-11-28 22:12:42 +00:00
Harry Jeffery f47edf8c1b Rename list_at_exit -> list_files_at_exit 2017-11-28 22:09:11 +00:00
Harry Jeffery e9ad72508c Tweak environment variable name for current path 2017-11-28 22:07:18 +00:00
Harry Jeffery f4bf8bc6f6 Allow aliases to be configured 2017-11-28 22:06:55 +00:00
Harry Jeffery 11e52cb5d8 Tweak config option names & capitalisation 2017-11-28 21:59:16 +00:00
Harry Jeffery 86b7b1bf49 Simplify and refactor ini usage
Switch imv to use a more mature ini implementation, and also simplify
the ini syntax in the config files.
2017-11-28 21:39:07 +00:00
Harry Jeffery 3bb94dc1a6 Require <> around all keys in a bind
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 22:34:25 +00:00
Harry Jeffery e2954b8108 Provide default global config file 2017-11-23 22:18:28 +00:00