Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-29 | Make title+overlay configurable | Harry Jeffery | |
Fixes #110 | |||
2017-11-29 | Factor out setting of environment variables | Harry Jeffery | |
2017-11-29 | Pull title/overlay text generation into their own functions | Harry Jeffery | |
2017-11-29 | Allow config path to be specified with $imv_config | Harry Jeffery | |
2017-11-29 | Rename 'remove' command -> 'close' | Harry Jeffery | |
2017-11-28 | Fix bug when filtering invalid events | Harry Jeffery | |
2017-11-28 | Add stay_fullscreen_on_focus_loss option | Harry Jeffery | |
Fixes #103 | |||
2017-11-28 | Fix hardcoded default binds | Harry Jeffery | |
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-26 | Update loader unit tests | Harry Jeffery | |
2017-11-26 | The irc channel is dead. Long live the irc channel. | Harry Jeffery | |
2017-11-26 | Use imv_bitmap for bitmaps intead of FIBITMAP | Harry Jeffery | |
2017-11-26 | Fix image.h header guard | Harry Jeffery | |
2017-11-26 | Make imv_image interface opaque | Harry Jeffery | |
2017-11-26 | Rename imv_texture -> imv_image | Harry Jeffery | |
2017-11-25 | Don't duplicate license text in all source files | Harry Jeffery | |
If moving to dual-licensing, this text will be confusing. It's also a lot of noise. | |||
2017-11-24 | Remove unused variable | Harry Jeffery | |
2017-11-24 | Use a background thread to load paths from stdin | Harry Jeffery | |
2017-11-24 | Make the navigator interface opaque | Harry Jeffery | |
2017-11-24 | fixup! Update loader unit test | Harry Jeffery | |
2017-11-24 | Make the loader interface opaque | Harry Jeffery | |
2017-11-24 | Update loader unit test | Harry Jeffery | |
2017-11-24 | loader: Use event to pass image loading error to main thread | Harry Jeffery | |
2017-11-24 | Sleep for longer when displaying still images | Harry Jeffery | |
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 | Provide default global config file | Harry Jeffery | |
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 | Implement key binding logic | Harry Jeffery | |
This code is *heavily* based on work I previously did for aerc. Since I'm the author of that code, and therefore the copyright holder, I'm able to heavily re-use logic. Of course, because of the differences between termbox and SDL's event logic and key naming features, there's some significant differences in how binds are handled, and how keys are named. | |||
2017-11-23 | Add list_find function | 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 | Remove year from copyright notices | Harry Jeffery | |
It was falling out of date, and has no legal bearing to my knowledge. | |||
2017-08-22 | Reimplement -n flag | Harry Jeffery | |
2017-08-22 | Tweak wording in man page | Harry Jeffery | |
2017-08-22 | Fix imv -h opening a window | Harry Jeffery | |
2017-08-20 | Implement documented -l flag | Harry Jeffery | |