aboutsummaryrefslogtreecommitdiff
path: root/src/imv.c
AgeCommit message (Expand)Author
2019-08-12Fix background color bugHarry Jeffery
2019-08-07Update man pagesHarry Jeffery
2019-08-07ipc: Add ipc support to imvHarry Jeffery
2019-08-07Don't quit when out of imagesHarry Jeffery
2019-08-07navigator: Use generic list implementationHarry Jeffery
2019-08-07Make aliases smarterHarry Jeffery
2019-08-07imv: Improve slideshow commandHarry Jeffery
2019-08-07Add background colour commandHarry Jeffery
2019-08-07Rename some commands, and add some aliasesHarry Jeffery
2019-07-30Rename select_rel and select_abs to next,prev,gotoHarry Jeffery
2019-07-19Improve command prompt formattingHarry Jeffery
2019-07-15Kill old debug loggingHarry Jeffery
2019-07-15Fix next frame commandHarry Jeffery
2019-07-13Remove OpenGL awareness from core logicHarry Jeffery
2019-07-13Implement scroll inputHarry Jeffery
2019-07-13Handle mouse inputHarry Jeffery
2019-07-12Remove resizing, not supported in wayland yetHarry Jeffery
2019-07-12Modernise event loopHarry Jeffery
2019-07-12Fix event loop hangingHarry Jeffery
2019-07-12Fullscreen supportHarry Jeffery
2019-07-12Start replacing glfw with imv_windowHarry Jeffery
2019-07-03Add static keyword to internal functionsHarry Jeffery
2019-07-03Big glfw refactorHarry Jeffery
2019-06-13Add imv_logHarry Jeffery
2019-06-12Add support for hidpi renderingHarry Jeffery
2019-06-12imv:handle_event small tidy upHarry Jeffery
2019-05-10Add version flag with -v7415963987456321
2019-02-27Fix copy-paste error in resizing mode parsingHarry Jeffery
2019-02-16Add customisable image resizing behaviourHarry Jeffery
2019-02-16Fix truncated path list from stdinHarry Jeffery
2019-02-10imv: Add lots of comments to struct imvHarry Jeffery
2019-02-10imv: Use calloc for lazy initialisationHarry Jeffery
2019-02-10imv: Fix uninit background_typeHarry Jeffery
2019-02-10Tweak allocation sizeof operator usageHarry Jeffery
2019-02-04Run sources in background threadsHarry Jeffery
2019-01-31imv: Close unsupported images more rapidlyHarry Jeffery
2019-01-29imv: Use open_memory for stdinHarry Jeffery
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