aboutsummaryrefslogtreecommitdiff
path: root/src/canvas.h
AgeCommit message (Collapse)Author
2020-06-12Add rotation and flipping commands.Anton Älgmyr
Rotation can be done by any amount (not limited to multiples of 90). Commands allow flipping horizontally and vertically. The flips are done relative to the current rotation.
2020-05-21fix nearest_neighbour upscaling methodnycex
2019-09-02console: Use icu to provide proper UTF-8 editingHarry 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.