index
:
forks/imv
master
Fork of imv, replacing icu with libgrapheme
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
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
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
2015-11-11
Move SDL_RenderClear and SDL_RenderPresent back to main
Harry Jeffery
2015-11-11
Update manpage
Harry Jeffery
2015-11-11
Add -a flag and update usage
Harry Jeffery
2015-11-11
Merge some frame processing logic
Harry Jeffery
2015-11-11
viewport_reset -> viewport_scale_to_window, add viewport_scale_to_actual
Jose Diez
2015-11-11
Viewport: autoscale and center by default unless interacted with
Jose Diez
2015-11-11
Improve Makefile
Harry Jeffery
2015-11-11
Move manpage into doc directory
Harry Jeffery
2015-11-11
Update makefile to use a build directory
Harry Jeffery
2015-11-11
Fix unusual gifs
Harry Jeffery
2015-11-11
Avoid reloading an image if the path hasn't changed
Jose Diez
2015-11-11
Code cleanup: moved some SDL calls to the appropriate classes.
Jose Diez
2015-11-11
Remove bugs manpage section
Harry Jeffery
2015-11-11
Indicate when loading in the status
Harry Jeffery
2015-11-11
Fix file handle leak
Harry Jeffery
2015-11-11
Fix navigator path recursion infinite loop
Harry Jeffery
2015-11-11
Skip adding unsupported filetypes
Harry Jeffery
2015-11-11
Show number of images in title
Harry Jeffery
2015-11-11
Use dynamic array in navigator instead of linked list
Harry Jeffery
2015-11-11
Show image dimensions in titlebar
Harry Jeffery
2015-11-11
Add c = center hotkey
Harry Jeffery
2015-11-11
Clean up main loop
Harry Jeffery
2015-11-11
Let imv_navigator keep track of path changes
Harry Jeffery
2015-11-11
Let imv_image track changes to itself
Harry Jeffery
2015-11-10
Use C style comments
Harry Jeffery
2015-11-10
Add debug target
Harry Jeffery
2015-11-10
Fix typo in error message
Harry Jeffery
2015-11-10
Add installation instructions
Harry Jeffery
2015-11-10
Update README
Harry Jeffery
[next]