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
/
src
/
main.c
Age
Commit message (
Expand
)
Author
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
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
Retrive viewport image dimensions from texture, not loader
Harry Jeffery
2015-11-20
Add support for -n PATH starting specifier
Harry Jeffery
2015-11-19
Rename imv_image -> imv_loader to prepare for refactoring
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
2015-11-16
Support upper-case hex
Harry Jeffery
2015-11-14
Rework zooming
Harry Jeffery
2015-11-14
Add -u option for nearest neighbour resampling
Harry Jeffery
2015-11-14
Add -b option to set background
Harry Jeffery
2015-11-14
Add support for chequered/colored backgrounds
Harry Jeffery
2015-11-13
Remove obsolete 's' hotkey
Harry Jeffery
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
2015-11-13
Fix gif playback speed for some gifs
Harry Jeffery
2015-11-12
position independend -
Michal Koutenský
2015-11-12
parse options using getopt
Michal Koutenský
2015-11-12
Relicence imv to GPLv2+
Harry Jeffery
2015-11-12
Use just '-' to signify stdin file list
Harry Jeffery
2015-11-12
Print current image path to stdout
Harry Jeffery
2015-11-12
Add GPL information for the FreeImage library
Harry Jeffery
2015-11-11
Print version information in help
Harry Jeffery
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
Add -a flag and update usage
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
Update makefile to use a build directory
Harry Jeffery