Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-29 | Add PACKAGERS file | Harry Jeffery | |
2019-01-29 | Update README | Harry Jeffery | |
2019-01-29 | Make backends self-describing | Harry Jeffery | |
2019-01-29 | Make backends optional | Harry Jeffery | |
2019-01-29 | Add rsvg backend | Harry Jeffery | |
2019-01-29 | Support multiple backends | Harry Jeffery | |
2019-01-29 | Use FreeImage under FIPL instead of GPL | Harry Jeffery | |
2019-01-29 | Add libpng backend | Harry Jeffery | |
2019-01-29 | bitmap: Support multiple pixel formats | Harry Jeffery | |
2019-01-29 | source: Remove obsolete fields | Harry Jeffery | |
2019-01-29 | imv_source: Handle gifs | Harry Jeffery | |
2019-01-29 | imv_source: Use callbacks, not SDL to return async results | Harry Jeffery | |
2019-01-29 | Switch from loader to freeimage backend | Harry Jeffery | |
2019-01-29 | Start implementing a freeimage backend | Harry Jeffery | |
2019-01-29 | Define sources & backends | Harry Jeffery | |
2019-01-29 | Merge pull request #144 from Jeinzi/dev-jeinzi | Harry Jeffery | |
Tidied up, fixed partial bind issue | |||
2019-01-28 | Changed &pointer[0] to pointer, fixed partial bind issue for long commands. | Jeinzi | |
2019-01-22 | Merge pull request #142 from Jeinzi/dev-jeinzi | Harry Jeffery | |
Removed old notation for multiple commands per bind | |||
2019-01-23 | Removed old notation for multiple commands per bind. | Jeinzi | |
2019-01-14 | Provide backup PATH_MAX value for Hurd | Harry Jeffery | |
2019-01-14 | Document debian packages required to build | Harry Jeffery | |
2018-11-26 | Specify multiple binds on a single line | Harry Jeffery | |
2018-11-26 | binds: Add imv_binds_clear_key | Harry Jeffery | |
2018-11-26 | Tweak scaling mode documentation | Harry Jeffery | |
2018-11-26 | Merge pull request #131 from chocolateboy/document-scaling-mode-next | Harry Jeffery | |
Document the "next" scaling mode | |||
2018-10-18 | Merge pull request #134 from Jeinzi/dev-jeinzi | Harry Jeffery | |
Multiple commands per bind | |||
2018-09-27 | Implemented imv_command_exec_list(). | Jeinzi | |
2018-09-01 | Fixed name conflicts. | Jeinzi | |
2018-09-01 | Fixed several memory leaks. | Jeinzi | |
2018-09-01 | Adapted documentation. | Jeinzi | |
2018-09-01 | Added support for multiple commands per bind. | Jeinzi | |
2018-07-15 | document the "next" scaling mode | chocolateboy | |
2018-05-08 | Release v3.0.0 | Harry Jeffery | |
2018-05-08 | Handle being passed an empty directory properly | Harry Jeffery | |
2018-05-08 | Update README | Harry Jeffery | |
2018-05-08 | Update manpage | Harry Jeffery | |
2018-05-05 | Correctly handle out-of-paths case | Harry Jeffery | |
imv_navigator_selection doesn't return NULL anymore, so we should check it for being empty | |||
2018-05-05 | Update config search paths | Harry Jeffery | |
As per XDG spec, if $XDG_CONFIG isn't set, we should fall back to $HOME/.config Fixes #124 | |||
2018-01-07 | Never return null from imv_navigator_selection | Harry Jeffery | |
This fixes a crash where a null pointer would be used to set an environment variable. Fixes #123 | |||
2017-12-19 | Fix out of date options in man page | Harry Jeffery | |
2017-12-10 | Fix typo in LICENSE | Harry Jeffery | |
2017-12-07 | Fix license in README | Harry Jeffery | |
2017-12-07 | Dual-License and improve crediting | Harry Jeffery | |
imv is now dual-licensed under the MIT, and GPL V2 (or later). inih deserves credit for its authors' work, so credit it. | |||
2017-12-07 | Make viepwort interface opaque | Harry Jeffery | |
2017-12-02 | Add options for window width and height | Harry Jeffery | |
Fixes #120 | |||
2017-12-01 | First release candidate for v3.0.0 | Harry Jeffery | |
This is more like a beta than a release candidate. Will make changes based on feedback from some testers. | |||
2017-11-30 | Fix key name handling bug | Harry Jeffery | |
2017-11-30 | Add an open command | Harry Jeffery | |
2017-11-30 | Remove doc from default target | Harry Jeffery | |
2017-11-30 | Remove overlay font command line arg | Harry Jeffery | |
Made irrelevant by the config option, why waste 'e' on it. |