aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-29Document pthreads dependencyHarry Jeffery
The linking argument isn't strictly needed, since SDL pulls that in, but there's no harm in manually specifying it for people reading the Makefile to see.
2015-11-28Improve cancellation responsivenessHarry Jeffery
2015-11-28Clean up overlays on exitHarry Jeffery
2015-11-28Don't use a possibly NULL current_pathHarry Jeffery
2015-11-28Use correct free function for SDL_SurfaceHarry Jeffery
2015-11-28Resume playback on image changeHarry Jeffery
2015-11-28Remove unused parameterHarry Jeffery
2015-11-28Move utility functions from main.c to util.cHarry Jeffery
2015-11-28Reintroduce text overlayHarry Jeffery
2015-11-28Hack image changing logic back into shapeHarry Jeffery
2015-11-28Improve responsiveness by allowing bg threads to co-existHarry Jeffery
2015-11-28Fix memory corruption bug in imv_navigator_remove_pathHarry Jeffery
2015-11-28Fix pausingHarry Jeffery
2015-11-28Implement background frame loadingHarry Jeffery
2015-11-28Add some infrastructure for gif playbackHarry Jeffery
2015-11-28Load still images in the backgroundHarry Jeffery
2015-11-27add imv_navigator_remove_path functionHarry Jeffery
2015-11-27Retrive viewport image dimensions from texture, not loaderHarry Jeffery
2015-11-27Start performing loading in BGHarry Jeffery
2015-11-23Fix loader header guardHarry Jeffery
2015-11-22Add make uninstall ruleHarry Jeffery
2015-11-20Remove unnecessary malloc castsHarry Jeffery
2015-11-20Add support for -n PATH starting specifierHarry Jeffery
Fixes #36
2015-11-19Rename imv_image -> imv_loader to prepare for refactoringHarry Jeffery
2015-11-19Don't use -i in examplesHarry Jeffery
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ý