Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-21 | Fix the name of the GNU LGPL | Paride Legovini | |
2019-08-30 | source: Refactor out common async logic | Harry Jeffery | |
2019-08-21 | Reduce backend boilerplate | 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-06-12 | svg: Fix flipped colors | Harry Jeffery | |
Fixes #157 | |||
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-02-23 | Makefile: Don't use $(wildcard) | Harry Jeffery | |
2019-02-10 | Tweak allocation sizeof operator usage | Harry Jeffery | |
2019-02-04 | Make sources thread-safe | Harry Jeffery | |
2019-02-02 | rsvg: Add open_memory support | Harry Jeffery | |
2019-01-31 | Fix some compiler warnings | Harry Jeffery | |
2019-01-30 | rsvg: Fix missing stdlib include | Harry Jeffery | |
2019-01-29 | rsvg: Fix uninitialised pointer | Harry Jeffery | |
2019-01-29 | Make backends self-describing | Harry Jeffery | |
2019-01-29 | Make backends optional | Harry Jeffery | |