aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-19Add dependency information to READMEHarry Jeffery
2015-11-19Use fontconfig to search for fontsHarry Jeffery
2015-11-19Don't recommend -i in documentationHarry Jeffery
2015-11-17Add an overlay option '-d'.Harry Jeffery
TODO: The font needs to be configurable with an option. Refs #35
2015-11-16Support upper-case hexHarry Jeffery
Fixes #32
2015-11-15Add irc channel to readmeHarry Jeffery
2015-11-14Release v1.1.0Harry Jeffery
2015-11-14Add a CHANGELOGHarry Jeffery
2015-11-14Fix memory leakHarry Jeffery
2015-11-14Fix non-animated gifsHarry Jeffery
2015-11-14Rework zoomingHarry Jeffery
2015-11-14Don't use FreeImage_AllocateExHarry Jeffery
2015-11-14Add -u option for nearest neighbour resamplingHarry Jeffery
2015-11-14Don't use FreeImage_EnlargeCanvasHarry Jeffery
It's a relatively new feature in FreeImage and easily avoided. Not using it will fix the build on Fedora 22. Fixes #9
2015-11-14Add -b option to set backgroundHarry Jeffery
2015-11-14Add support for chequered/colored backgroundsHarry Jeffery
2015-11-14Fix PNG transparencyHarry Jeffery
2015-11-13Remove obsolete 's' hotkeyHarry Jeffery
2015-11-13Merge pull request #29 from autrimpo/manpageHarry Jeffery
add -n to manpage
2015-11-13add -n to manpageMichal Koutenský
2015-11-13Just show new frame for unhandled casesHarry Jeffery
I finally came across a gif that uses the previous-background disposal method. Using the default method worked for it, so for now let's just do that.
2015-11-13Merge pull request #28 from autrimpo/start-atHarry Jeffery
sxiv-like 'start at' option
2015-11-13imv_navigator_set_pathMichal Koutenský
2015-11-13sxiv-like 'start at' optionMichal Koutenský
2015-11-13imv_navigator_set_pathMichal Koutenský
2015-11-13sxiv-like 'start at' optionMichal Koutenský
2015-11-13Fix out of date usage synopsisHarry Jeffery
2015-11-13Merge pull request #23 from autrimpo/masterHarry Jeffery
parse options using getopt
2015-11-13Fix gif playback speed for some gifsHarry Jeffery
Some gifs don't provide a frametime at all, so we have to guess one for ourselves. Fixes #4
2015-11-13Add a CONTRIBUTING fileHarry Jeffery
Fixes #18
2015-11-12Fix crash 0 when max texture dimensions = 0Harry Jeffery
In software rendering mode SDL sets the maximum dimensions to 0. In this case, switch back to 4096 pixel maximum chunk sizes as a reasonable default.
2015-11-12position independend -Michal Koutenský
2015-11-12parse options using getoptMichal Koutenský
2015-11-12Fix typo in READMEHarry Jeffery
2015-11-12Add more usage examples to READMEHarry Jeffery
2015-11-12Relicence imv to GPLv2+Harry Jeffery
2015-11-12Use just '-' to signify stdin file listHarry Jeffery
Fixes #7
2015-11-12Print current image path to stdoutHarry Jeffery
Fixes #10
2015-11-12Add GPL information for the FreeImage libraryHarry Jeffery
Fixes #14
2015-11-12Merge pull request #16 from guiniol/masterHarry Jeffery
Add a imv.desktop file
2015-11-12Change IMV to lowercase imvGuillaume Brogi
2015-11-12Add a imv.desktop fileGuillaume Brogi
2015-11-11Release version v1.0.0Harry Jeffery
2015-11-11Fix makefileHarry Jeffery
2015-11-11Remove out of date warning.Harry Jeffery
2015-11-11Print version information in helpHarry Jeffery
2015-11-11Tweak scalingHarry Jeffery
2015-11-11Improve zooming behaviourHarry Jeffery
2015-11-11Zoom into thingsJose Diez
2015-11-11Center into image when the mouse is outside boundsJose Diez