aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-07-15Kill old debug loggingHarry Jeffery
2019-07-15Fix next frame commandHarry Jeffery
2019-07-15Wayland: Remove linux-only eventfd usageHarry Jeffery
2019-07-13x11_window: Handle most input eventsHarry Jeffery
2019-07-13x11_window: Implement wait_for_eventHarry Jeffery
2019-07-13Create stub X11 window implementationHarry Jeffery
2019-07-13Make window system configurableHarry Jeffery
2019-07-13Remove OpenGL awareness from core logicHarry Jeffery
2019-07-13window: FormattingHarry 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-12Create initial 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-12svg: Fix flipped colorsHarry Jeffery
2019-06-12Add support for hidpi renderingHarry Jeffery
2019-06-12imv:handle_event small tidy upHarry Jeffery
2019-06-12rsvg: Determine if svg from first 4096 bytesHarry Jeffery
2019-05-30Merge pull request #154 from 7415963987456321/add-version-flagHarry Jeffery
2019-05-26Expand relative paths (fixes #149)vglfr
2019-05-10Add version flag with -v7415963987456321
2019-03-01binds: Make Double-Escape the key sequence abortHarry Jeffery
2019-02-27Fix copy-paste error in resizing mode parsingHarry Jeffery
2019-02-23Makefile: Don't use $(wildcard)Harry Jeffery
2019-02-16navigator: Simplify file pollingHarry Jeffery
2019-02-16Add customisable image resizing behaviourHarry Jeffery
2019-02-16Fix truncated path list from stdinHarry Jeffery
2019-02-15png: Don't use non-portable allocaHarry 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-04image: Small tidy upHarry Jeffery
2019-02-04Run sources in background threadsHarry Jeffery
2019-02-04Make sources thread-safeHarry Jeffery
2019-02-02rsvg: Add open_memory supportHarry Jeffery
2019-02-02Add libtiff backendHarry Jeffery
2019-02-02jpeg: Fix mmap error handlerHarry Jeffery
2019-01-31jpeg: Add open_memory supportHarry Jeffery
2019-01-31Tweak comments on backend accessor functionsHarry Jeffery
2019-01-31Add libjpeg-turbo backendHarry Jeffery
2019-01-31imv: Close unsupported images more rapidlyHarry Jeffery
2019-01-31Fix some compiler warningsHarry Jeffery
2019-01-30rsvg: Fix missing stdlib includeHarry Jeffery