Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-30 | source: Refactor out common async logic | 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-13 | Add imv_log | Harry Jeffery | |
2019-02-10 | Tweak allocation sizeof operator usage | Harry Jeffery | |
2019-02-04 | image: Small tidy up | Harry Jeffery | |
2019-01-29 | bitmap: Support multiple pixel formats | Harry Jeffery | |
2019-01-28 | Changed &pointer[0] to pointer, fixed partial bind issue for long commands. | Jeinzi | |
2017-11-26 | Use imv_bitmap for bitmaps intead of FIBITMAP | Harry Jeffery | |
2017-11-26 | Make imv_image interface opaque | Harry Jeffery | |
2017-11-26 | Rename imv_texture -> imv_image | Harry Jeffery | |
2015-11-19 | Rename imv_image -> imv_loader to prepare for refactoring | Harry Jeffery | |
2015-11-14 | Fix memory leak | Harry Jeffery | |
2015-11-14 | Fix non-animated gifs | Harry Jeffery | |
2015-11-14 | Don't use FreeImage_AllocateEx | Harry Jeffery | |
2015-11-14 | Don't use FreeImage_EnlargeCanvas | Harry Jeffery | |
It's a relatively new feature in FreeImage and easily avoided. Not using it will fix the build on Fedora 22. Fixes #9 | |||
2015-11-14 | Fix PNG transparency | Harry Jeffery | |
2015-11-13 | Just show new frame for unhandled cases | Harry Jeffery | |
I finally came across a gif that uses the previous-background disposal method. Using the default method worked for it, so for now let's just do that. | |||
2015-11-13 | Fix gif playback speed for some gifs | Harry Jeffery | |
Some gifs don't provide a frametime at all, so we have to guess one for ourselves. Fixes #4 | |||
2015-11-12 | Relicence imv to GPLv2+ | Harry Jeffery | |
2015-11-11 | Merge some frame processing logic | Harry Jeffery | |
2015-11-11 | Update makefile to use a build directory | Harry Jeffery | |