index
:
forks/imv
master
Fork of imv, replacing icu with libgrapheme
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main.c
Age
Commit message (
Collapse
)
Author
2015-11-11
Code cleanup: moved some SDL calls to the appropriate classes.
Jose Diez
2015-11-11
Indicate when loading in the status
Harry Jeffery
2015-11-11
Show number of images in title
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
Fix typo in error message
Harry Jeffery
2015-11-10
De-globalise the SDL window
Harry Jeffery
2015-11-10
Remove unneeded call to SDL_GetWindowSize
Jose Diez
2015-11-10
Separate viewport logic into imv_viewport
Jose Diez
2015-11-10
Fix step-by-step playback
Harry Jeffery
2015-11-10
Use new image class
Harry Jeffery
2015-11-10
De-globalise the renderer
Harry Jeffery
2015-11-10
Add recursive option
Harry Jeffery
2015-11-10
Fix a crash when no input files were valid
Harry Jeffery
2015-11-10
Use navigator class to manage input files
Harry Jeffery
2015-11-10
Use new imv_texture class
Harry Jeffery
2015-11-09
Add an option for auto-centering images
Harry Jeffery
2015-11-09
Improve view centering
Harry Jeffery
2015-11-09
Don't include processing time in delta time
Harry Jeffery
2015-11-09
Fix exotically (i.e. awfully) made gif playback
Harry Jeffery
2015-11-09
Improve handling of animated gifs
Harry Jeffery
2015-11-09
Improve error handling
Harry Jeffery
2015-11-09
Rename render_image --> push_img_to_gpu
Harry Jeffery
2015-11-09
Split images into texture chunks instead of resampling
Harry Jeffery
2015-11-09
Center image when auto-scaling
Harry Jeffery
2015-11-09
Resample overlarge images
Harry Jeffery
2015-11-09
Provide detailed usage
Harry Jeffery
2015-11-09
Make error logging clearer
Harry Jeffery
2015-11-09
Add some command line options
Harry Jeffery
2015-11-09
Add 's' hotkey to scale image to fit window
Harry Jeffery
2015-11-09
Let spacebar toggle gif playback
Harry Jeffery
2015-11-09
Add regular playback support for animated gifs
Harry Jeffery
2015-11-09
Add step by step gif animation support
Harry Jeffery
2015-11-06
Add fullscreen mode
Harry Jeffery
2015-11-06
Improve scaled rendering quality
Harry Jeffery
2015-11-06
Fix skip ordering
Harry Jeffery
2015-11-06
Remove scale restriction
Harry Jeffery
2015-11-06
Add [,] and +,- shortcuts
Harry Jeffery
2015-11-06
Tweak args parsing
Harry Jeffery
2015-11-06
Accept paths from stdin
Harry Jeffery
2015-11-06
Add license to main.c
Harry Jeffery
2015-11-06
Put filename in window title
Harry Jeffery
2015-11-06
Renamed g_path.{reload,changed}
Harry Jeffery
2015-11-06
Refactor rendering
Harry Jeffery
2015-11-06
Let x = close current image
Harry Jeffery
2015-11-06
Merge freeimage.c into main.c
Harry Jeffery
[next]