aboutsummaryrefslogtreecommitdiff
path: root/src/backend_librsvg.c
AgeCommit message (Collapse)Author
2019-08-21Reduce backend boilerplateHarry Jeffery
2019-07-03Big glfw refactorHarry 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-13Add imv_logHarry Jeffery
2019-06-12svg: Fix flipped colorsHarry Jeffery
Fixes #157
2019-06-12rsvg: Determine if svg from first 4096 bytesHarry 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-23Makefile: Don't use $(wildcard)Harry Jeffery
2019-02-10Tweak allocation sizeof operator usageHarry Jeffery
2019-02-04Make sources thread-safeHarry Jeffery
2019-02-02rsvg: Add open_memory supportHarry Jeffery
2019-01-31Fix some compiler warningsHarry Jeffery
2019-01-30rsvg: Fix missing stdlib includeHarry Jeffery
2019-01-29rsvg: Fix uninitialised pointerHarry Jeffery
2019-01-29Make backends self-describingHarry Jeffery
2019-01-29Make backends optionalHarry Jeffery