Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-07 | Fix typo in config | Markus Hauck | |
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 | |
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 | |