Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-30 | navigator: Small refactor | Harry Jeffery | |
2019-07-30 | Rename select_rel and select_abs to next,prev,goto | Harry Jeffery | |
2019-07-28 | wl: Tidy up imv_window_wait_for_event | Harry Jeffery | |
2019-07-28 | wl: Implement hidpi support | Harry Jeffery | |
2019-07-24 | Improve select_rel | Andreas Stallinger | |
select_rel was capped to -1 and 1 before | |||
2019-07-19 | Improve command prompt formatting | Harry Jeffery | |
2019-07-19 | navigator: Remove unused variable | Harry Jeffery | |
2019-07-18 | Test both X11 and Wayland builds in ci | Harry Jeffery | |
2019-07-18 | Update ci rules | Harry Jeffery | |
2019-07-16 | wl: Pass events via pipe not queue | Harry Jeffery | |
2019-07-16 | x11: Pass events via pipe not queue | Harry Jeffery | |
2019-07-16 | x11: Use pipe for custom event notification | Harry Jeffery | |
2019-07-16 | x11: Implement mouse input | Harry Jeffery | |
2019-07-15 | x11: Add fullscreen support | Harry Jeffery | |
2019-07-15 | x11: Fix crash by implementing window size accessors | Harry Jeffery | |
2019-07-15 | Kill old debug logging | Harry Jeffery | |
2019-07-15 | Fix next frame command | Harry Jeffery | |
2019-07-15 | Wayland: Remove linux-only eventfd usage | Harry Jeffery | |
2019-07-13 | x11_window: Handle most input events | Harry Jeffery | |
2019-07-13 | x11_window: Implement wait_for_event | Harry Jeffery | |
2019-07-13 | Create stub X11 window implementation | Harry Jeffery | |
2019-07-13 | Make window system configurable | Harry Jeffery | |
2019-07-13 | Remove OpenGL awareness from core logic | Harry Jeffery | |
2019-07-13 | window: Formatting | Harry Jeffery | |
2019-07-13 | Implement scroll input | Harry Jeffery | |
2019-07-13 | Handle mouse input | Harry Jeffery | |
2019-07-12 | Remove resizing, not supported in wayland yet | Harry Jeffery | |
2019-07-12 | Modernise event loop | Harry Jeffery | |
2019-07-12 | Fix event loop hanging | Harry Jeffery | |
2019-07-12 | Fullscreen support | Harry Jeffery | |
2019-07-12 | Start replacing glfw with imv_window | Harry Jeffery | |
2019-07-12 | Create initial imv_window | Harry Jeffery | |
2019-07-03 | Add static keyword to internal functions | Harry Jeffery | |
2019-07-03 | Big glfw refactor | Harry Jeffery | |
I did a lot of this in a very ad-hoc fashion with no proper commit history. As such, the kindest thing to do seemed to be to just squash it into this one commit. | |||
2019-06-24 | Release v3.1.2 | Harry Jeffery | |
2019-06-24 | Fix manpage packaging | Harry Jeffery | |
2019-06-22 | Release v3.1.1 | Harry Jeffery | |
2019-06-22 | Merge pull request #159 from t6/master | Harry Jeffery | |
Allow overriding install commands | |||
2019-06-22 | Allow overriding install commands | Tobias Kortkamp | |
This will help with packaging things to meet current policies on FreeBSD without having to patch things or manually strip binaries, etc. -D in FreeBSD's install(1) does not work like GNU install's -D and is something else entirely. Manually create the target directories with mkdir first before installing files. Signed-off-by: Tobias Kortkamp <tobik@FreeBSD.org> | |||
2019-06-17 | Release v3.1.0 | Harry Jeffery | |
2019-06-13 | Add imv_log | Harry Jeffery | |
2019-06-13 | Readme: Fix link to license file | Harry Jeffery | |
2019-06-12 | svg: Fix flipped colors | Harry Jeffery | |
Fixes #157 | |||
2019-06-12 | Add support for hidpi rendering | Harry Jeffery | |
This fixes #148 but only when used with a version of SDL that includes this patch: https://bugzilla.libsdl.org/show_bug.cgi?id=4521 | |||
2019-06-12 | imv:handle_event small tidy up | Harry Jeffery | |
2019-06-12 | rsvg: Determine if svg from first 4096 bytes | Harry Jeffery | |
The previous value of 128 isn't sufficient because some hand-crafted SVGs have comments at the start. Going for a whole page of memory seemed like the right amount of data without becoming too slow. | |||
2019-05-30 | Merge pull request #154 from 7415963987456321/add-version-flag | Harry Jeffery | |
Add version flag with -v | |||
2019-05-30 | Merge pull request #156 from vglfr/bugfix/svg/slowfix | Harry Jeffery | |
Expand relative paths (fixes #149) | |||
2019-05-26 | Expand relative paths (fixes #149) | vglfr | |
2019-05-10 | Add version flag with -v | 7415963987456321 | |