Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-24 | loader: Use SDL event queue to return images | Harry Jeffery | |
2017-11-24 | Fix clang compile error | Harry Jeffery | |
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 | Fall back on global config, if user has none | Harry Jeffery | |
2017-11-23 | Add default_binds option to prevent conflicts | Harry Jeffery | |
2017-11-23 | Move remaining actions to bindable commands | Harry Jeffery | |
2017-11-23 | Move some hardcoded key bindings into new bind system | Harry Jeffery | |
2017-11-23 | Remove imv_ prefix from struct imv_list | Harry Jeffery | |
It's just bloat. No value. | |||
2017-11-23 | Set $PATH for exec command | Harry Jeffery | |
2017-11-23 | Give commands the full arg string too | Harry Jeffery | |
2017-11-23 | Add exec command | Harry Jeffery | |
2017-11-23 | Add support for a basic config file | Harry Jeffery | |
2017-08-23 | Workaround bug where events are received incorrectly | Harry Jeffery | |
For some reason SDL passes events to us that occurred before we gained focus, and passes them *after* the focus gained event. Due to behavioural quirks from such events, whenever we gain focus we have to clear the event queue. It's hacky, but works without any visible side effects. | |||
2017-08-22 | Reimplement -n flag | Harry Jeffery | |
2017-08-22 | Fix imv -h opening a window | Harry Jeffery | |
2017-08-20 | Implement documented -l flag | Harry Jeffery | |
2017-08-06 | Prevent scrolling images indefinitely off-screen | Drew DeVault | |
With this change, if you scroll the image well beyond the viewport, scrolling any amount in the other direction will immediately bring it back on screen. | |||
2017-06-18 | Support loading image data from stdin | Harry Jeffery | |
2017-06-06 | Tweak default scaling mode | Harry Jeffery | |
2017-06-06 | check_stdin_for_paths shouldn't be public | Harry Jeffery | |
2017-06-06 | Load paths from command line args | Harry Jeffery | |
2017-06-06 | Fix animated gif / slideshow support | Harry Jeffery | |
2017-06-06 | Don't mix ints and bools | Harry Jeffery | |
2017-06-06 | Fix redraw on viewport update | Harry Jeffery | |
2017-06-06 | Load paths from stdin | Harry Jeffery | |
2017-04-18 | Add basic commands to refactor | Harry Jeffery | |
2017-04-18 | Rough initial implementation of imv_run | Harry Jeffery | |
2017-04-18 | Implement imv_add_path | Harry Jeffery | |
2017-04-18 | Fix font_name crash | Harry Jeffery | |
2017-04-18 | Add window set-up logic | Harry Jeffery | |
2017-04-18 | Start work on refactored imv | Harry Jeffery | |