Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2015-11-13 | Fix gif playback speed for some gifs | Harry Jeffery | |
Some gifs don't provide a frametime at all, so we have to guess one for ourselves. Fixes #4 | |||
2015-11-13 | Add a CONTRIBUTING file | Harry Jeffery | |
Fixes #18 | |||
2015-11-12 | Fix crash 0 when max texture dimensions = 0 | Harry 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-12 | position independend - | Michal Koutenský | |
2015-11-12 | parse options using getopt | Michal Koutenský | |
2015-11-12 | Fix typo in README | Harry Jeffery | |
2015-11-12 | Add more usage examples to README | Harry Jeffery | |
2015-11-12 | Relicence imv to GPLv2+ | Harry Jeffery | |
2015-11-12 | Use just '-' to signify stdin file list | Harry Jeffery | |
Fixes #7 | |||
2015-11-12 | Print current image path to stdout | Harry Jeffery | |
Fixes #10 | |||
2015-11-12 | Add GPL information for the FreeImage library | Harry Jeffery | |
Fixes #14 | |||
2015-11-12 | Merge pull request #16 from guiniol/master | Harry Jeffery | |
Add a imv.desktop file | |||
2015-11-12 | Change IMV to lowercase imv | Guillaume Brogi | |
2015-11-12 | Add a imv.desktop file | Guillaume Brogi | |
2015-11-11 | Release version v1.0.0 | Harry Jeffery | |
2015-11-11 | Fix makefile | Harry Jeffery | |
2015-11-11 | Remove out of date warning. | Harry Jeffery | |
2015-11-11 | Print version information in help | Harry Jeffery | |
2015-11-11 | Tweak scaling | Harry Jeffery | |
2015-11-11 | Improve zooming behaviour | Harry Jeffery | |
2015-11-11 | Zoom into things | Jose Diez | |
2015-11-11 | Center into image when the mouse is outside bounds | Jose Diez | |
2015-11-11 | Improved zoom behaviour | Jose Diez | |