aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-29Update READMEHarry Jeffery
2019-01-29Make backends self-describingHarry Jeffery
2019-01-29Make backends optionalHarry Jeffery
2019-01-29Add rsvg backendHarry Jeffery
2019-01-29Support multiple backendsHarry Jeffery
2019-01-29Use FreeImage under FIPL instead of GPLHarry Jeffery
2019-01-29Add libpng backendHarry Jeffery
2019-01-29bitmap: Support multiple pixel formatsHarry Jeffery
2019-01-29source: Remove obsolete fieldsHarry Jeffery
2019-01-29imv_source: Handle gifsHarry Jeffery
2019-01-29imv_source: Use callbacks, not SDL to return async resultsHarry Jeffery
2019-01-29Switch from loader to freeimage backendHarry Jeffery
2019-01-29Start implementing a freeimage backendHarry Jeffery
2019-01-29Define sources & backendsHarry Jeffery
2019-01-29Merge pull request #144 from Jeinzi/dev-jeinziHarry Jeffery
Tidied up, fixed partial bind issue
2019-01-28Changed &pointer[0] to pointer, fixed partial bind issue for long commands.Jeinzi
2019-01-22Merge pull request #142 from Jeinzi/dev-jeinziHarry Jeffery
Removed old notation for multiple commands per bind
2019-01-23Removed old notation for multiple commands per bind.Jeinzi
2019-01-14Provide backup PATH_MAX value for HurdHarry Jeffery
2019-01-14Document debian packages required to buildHarry Jeffery
2018-11-26Specify multiple binds on a single lineHarry Jeffery
2018-11-26binds: Add imv_binds_clear_keyHarry Jeffery
2018-11-26Tweak scaling mode documentationHarry Jeffery
2018-11-26Merge pull request #131 from chocolateboy/document-scaling-mode-nextHarry Jeffery
Document the "next" scaling mode
2018-10-18Merge pull request #134 from Jeinzi/dev-jeinziHarry Jeffery
Multiple commands per bind
2018-09-27Implemented imv_command_exec_list().Jeinzi
2018-09-01Fixed name conflicts.Jeinzi
2018-09-01Fixed several memory leaks.Jeinzi
2018-09-01Adapted documentation.Jeinzi
2018-09-01Added support for multiple commands per bind.Jeinzi
2018-07-15document the "next" scaling modechocolateboy
2018-05-08Release v3.0.0Harry Jeffery
2018-05-08Handle being passed an empty directory properlyHarry Jeffery
2018-05-08Update READMEHarry Jeffery
2018-05-08Update manpageHarry Jeffery
2018-05-05Correctly handle out-of-paths caseHarry Jeffery
imv_navigator_selection doesn't return NULL anymore, so we should check it for being empty
2018-05-05Update config search pathsHarry Jeffery
As per XDG spec, if $XDG_CONFIG isn't set, we should fall back to $HOME/.config Fixes #124
2018-01-07Never return null from imv_navigator_selectionHarry Jeffery
This fixes a crash where a null pointer would be used to set an environment variable. Fixes #123
2017-12-19Fix out of date options in man pageHarry Jeffery
2017-12-10Fix typo in LICENSEHarry Jeffery
2017-12-07Fix license in READMEHarry Jeffery
2017-12-07Dual-License and improve creditingHarry 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-07Make viepwort interface opaqueHarry Jeffery
2017-12-02Add options for window width and heightHarry Jeffery
Fixes #120
2017-12-01First release candidate for v3.0.0Harry Jeffery
This is more like a beta than a release candidate. Will make changes based on feedback from some testers.
2017-11-30Fix key name handling bugHarry Jeffery
2017-11-30Add an open commandHarry Jeffery
2017-11-30Remove doc from default targetHarry Jeffery
2017-11-30Remove overlay font command line argHarry Jeffery
Made irrelevant by the config option, why waste 'e' on it.
2017-11-30Fix comment alignmentHarry Jeffery