aboutsummaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)Author
2015-11-11Update makefile to use a build directoryHarry Jeffery
2015-11-11Code cleanup: moved some SDL calls to the appropriate classes.Jose Diez
2015-11-11Indicate when loading in the statusHarry Jeffery
2015-11-11Show number of images in titleHarry Jeffery
2015-11-11Show image dimensions in titlebarHarry Jeffery
2015-11-11Add c = center hotkeyHarry Jeffery
2015-11-11Clean up main loopHarry Jeffery
2015-11-11Let imv_navigator keep track of path changesHarry Jeffery
2015-11-11Let imv_image track changes to itselfHarry Jeffery
2015-11-10Use C style commentsHarry Jeffery
2015-11-10Fix typo in error messageHarry Jeffery
2015-11-10De-globalise the SDL windowHarry Jeffery
2015-11-10Remove unneeded call to SDL_GetWindowSizeJose Diez
2015-11-10Separate viewport logic into imv_viewportJose Diez
2015-11-10Fix step-by-step playbackHarry Jeffery
2015-11-10Use new image classHarry Jeffery
2015-11-10De-globalise the rendererHarry Jeffery
2015-11-10Add recursive optionHarry Jeffery
2015-11-10Fix a crash when no input files were validHarry Jeffery
2015-11-10Use navigator class to manage input filesHarry Jeffery
2015-11-10Use new imv_texture classHarry Jeffery
2015-11-09Add an option for auto-centering imagesHarry Jeffery
2015-11-09Improve view centeringHarry Jeffery
2015-11-09Don't include processing time in delta timeHarry Jeffery
2015-11-09Fix exotically (i.e. awfully) made gif playbackHarry Jeffery
2015-11-09Improve handling of animated gifsHarry Jeffery
2015-11-09Improve error handlingHarry Jeffery
2015-11-09Rename render_image --> push_img_to_gpuHarry Jeffery
2015-11-09Split images into texture chunks instead of resamplingHarry Jeffery
2015-11-09Center image when auto-scalingHarry Jeffery
2015-11-09Resample overlarge imagesHarry Jeffery
2015-11-09Provide detailed usageHarry Jeffery
2015-11-09Make error logging clearerHarry Jeffery
2015-11-09Add some command line optionsHarry Jeffery
2015-11-09Add 's' hotkey to scale image to fit windowHarry Jeffery
2015-11-09Let spacebar toggle gif playbackHarry Jeffery
2015-11-09Add regular playback support for animated gifsHarry Jeffery
2015-11-09Add step by step gif animation supportHarry Jeffery
2015-11-06Add fullscreen modeHarry Jeffery
2015-11-06Improve scaled rendering qualityHarry Jeffery
2015-11-06Fix skip orderingHarry Jeffery
2015-11-06Remove scale restrictionHarry Jeffery
2015-11-06Add [,] and +,- shortcutsHarry Jeffery
2015-11-06Tweak args parsingHarry Jeffery
2015-11-06Accept paths from stdinHarry Jeffery
2015-11-06Add license to main.cHarry Jeffery
2015-11-06Put filename in window titleHarry Jeffery
2015-11-06Renamed g_path.{reload,changed}Harry Jeffery
2015-11-06Refactor renderingHarry Jeffery
2015-11-06Let x = close current imageHarry Jeffery