aboutsummaryrefslogtreecommitdiff
path: root/src/imv.c
AgeCommit message (Expand)Author
2019-01-29imv: Improve failed load error handlingHarry Jeffery
2019-01-29imv: Tweak whitespace styleHarry Jeffery
2019-01-29Make backends self-describingHarry Jeffery
2019-01-29Support multiple backendsHarry Jeffery
2019-01-29Use FreeImage under FIPL instead of GPLHarry Jeffery
2019-01-29imv_source: Handle gifsHarry Jeffery
2019-01-29imv_source: Use callbacks, not SDL to return async resultsHarry Jeffery
2019-01-29Switch from loader to freeimage backendHarry Jeffery
2019-01-28Changed &pointer[0] to pointer, fixed partial bind issue for long commands.Jeinzi
2019-01-14Provide backup PATH_MAX value for HurdHarry Jeffery
2018-11-26Specify multiple binds on a single lineHarry Jeffery
2018-09-27Implemented imv_command_exec_list().Jeinzi
2018-09-01Fixed several memory leaks.Jeinzi
2018-09-01Added support for multiple commands per bind.Jeinzi
2018-05-08Handle being passed an empty directory properlyHarry Jeffery
2018-05-05Correctly handle out-of-paths caseHarry Jeffery
2018-05-05Update config search pathsHarry Jeffery
2017-12-07Dual-License and improve creditingHarry Jeffery
2017-12-07Make viepwort interface opaqueHarry Jeffery
2017-12-02Add options for window width and heightHarry Jeffery
2017-11-30Add an open commandHarry Jeffery
2017-11-30Remove overlay font command line argHarry Jeffery
2017-11-30Fix comment alignmentHarry Jeffery
2017-11-30Add error messages for invalid command line flagsHarry Jeffery
2017-11-30Make -u argument take an argumentHarry Jeffery
2017-11-30Merge a,s,S flags to -s <mode>Harry Jeffery
2017-11-29Clean up old commentHarry Jeffery
2017-11-29Make title+overlay configurableHarry Jeffery
2017-11-29Factor out setting of environment variablesHarry Jeffery
2017-11-29Pull title/overlay text generation into their own functionsHarry Jeffery
2017-11-29Allow config path to be specified with $imv_configHarry Jeffery
2017-11-29Rename 'remove' command -> 'close'Harry Jeffery
2017-11-28Add stay_fullscreen_on_focus_loss optionHarry Jeffery
2017-11-28Fix hardcoded default bindsHarry Jeffery
2017-11-28Rename cycle_input -> loop_inputHarry Jeffery
2017-11-28Rename list_at_exit -> list_files_at_exitHarry Jeffery
2017-11-28Tweak environment variable name for current pathHarry Jeffery
2017-11-28Allow aliases to be configuredHarry Jeffery
2017-11-28Tweak config option names & capitalisationHarry Jeffery
2017-11-28Simplify and refactor ini usageHarry Jeffery
2017-11-26Use imv_bitmap for bitmaps intead of FIBITMAPHarry Jeffery
2017-11-26Make imv_image interface opaqueHarry Jeffery
2017-11-26Rename imv_texture -> imv_imageHarry Jeffery
2017-11-25Don't duplicate license text in all source filesHarry Jeffery
2017-11-24Remove unused variableHarry Jeffery
2017-11-24Use a background thread to load paths from stdinHarry Jeffery
2017-11-24Make the navigator interface opaqueHarry Jeffery
2017-11-24loader: Use event to pass image loading error to main threadHarry Jeffery
2017-11-24Sleep for longer when displaying still imagesHarry Jeffery
2017-11-24loader: Use SDL event queue to return imagesHarry Jeffery