Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-28 | Don't use a possibly NULL current_path | Harry Jeffery | |
2015-11-28 | Use correct free function for SDL_Surface | Harry Jeffery | |
2015-11-28 | Resume playback on image change | Harry Jeffery | |
2015-11-28 | Remove unused parameter | Harry Jeffery | |
2015-11-28 | Move utility functions from main.c to util.c | Harry Jeffery | |
2015-11-28 | Reintroduce text overlay | Harry Jeffery | |
2015-11-28 | Hack image changing logic back into shape | Harry Jeffery | |
2015-11-28 | Improve responsiveness by allowing bg threads to co-exist | Harry Jeffery | |
2015-11-28 | Fix memory corruption bug in imv_navigator_remove_path | Harry Jeffery | |
2015-11-28 | Fix pausing | Harry Jeffery | |
2015-11-28 | Implement background frame loading | Harry Jeffery | |
2015-11-28 | Add some infrastructure for gif playback | Harry Jeffery | |
2015-11-28 | Load still images in the background | Harry Jeffery | |
2015-11-27 | add imv_navigator_remove_path function | Harry Jeffery | |
2015-11-27 | Retrive viewport image dimensions from texture, not loader | Harry Jeffery | |
2015-11-27 | Start performing loading in BG | Harry Jeffery | |
2015-11-23 | Fix loader header guard | Harry Jeffery | |
2015-11-22 | Add make uninstall rule | Harry Jeffery | |
2015-11-20 | Remove unnecessary malloc casts | Harry Jeffery | |
2015-11-20 | Add support for -n PATH starting specifier | Harry Jeffery | |
Fixes #36 | |||
2015-11-19 | Rename imv_image -> imv_loader to prepare for refactoring | Harry Jeffery | |
2015-11-19 | Don't use -i in examples | Harry Jeffery | |
2015-11-19 | Add dependency information to README | Harry Jeffery | |
2015-11-19 | Use fontconfig to search for fonts | Harry Jeffery | |
2015-11-19 | Don't recommend -i in documentation | Harry Jeffery | |
2015-11-17 | Add an overlay option '-d'. | Harry Jeffery | |
TODO: The font needs to be configurable with an option. Refs #35 | |||
2015-11-16 | Support upper-case hex | Harry Jeffery | |
Fixes #32 | |||
2015-11-15 | Add irc channel to readme | Harry Jeffery | |
2015-11-14 | Release v1.1.0 | Harry Jeffery | |
2015-11-14 | Add a CHANGELOG | Harry Jeffery | |
2015-11-14 | Fix memory leak | Harry Jeffery | |
2015-11-14 | Fix non-animated gifs | Harry Jeffery | |
2015-11-14 | Rework zooming | Harry Jeffery | |
2015-11-14 | Don't use FreeImage_AllocateEx | Harry Jeffery | |
2015-11-14 | Add -u option for nearest neighbour resampling | Harry Jeffery | |
2015-11-14 | Don't use FreeImage_EnlargeCanvas | Harry 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-14 | Add -b option to set background | Harry Jeffery | |
2015-11-14 | Add support for chequered/colored backgrounds | Harry Jeffery | |
2015-11-14 | Fix PNG transparency | Harry Jeffery | |
2015-11-13 | Remove obsolete 's' hotkey | Harry Jeffery | |
2015-11-13 | Merge pull request #29 from autrimpo/manpage | Harry Jeffery | |
add -n to manpage | |||
2015-11-13 | add -n to manpage | Michal Koutenský | |
2015-11-13 | Just show new frame for unhandled cases | Harry 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-13 | Merge pull request #28 from autrimpo/start-at | Harry Jeffery | |
sxiv-like 'start at' option | |||
2015-11-13 | imv_navigator_set_path | Michal Koutenský | |
2015-11-13 | sxiv-like 'start at' option | Michal Koutenský | |
2015-11-13 | imv_navigator_set_path | Michal Koutenský | |
2015-11-13 | sxiv-like 'start at' option | Michal Koutenský | |
2015-11-13 | Fix out of date usage synopsis | Harry Jeffery | |
2015-11-13 | Merge pull request #23 from autrimpo/master | Harry Jeffery | |
parse options using getopt |