summaryrefslogtreecommitdiff
path: root/plugingui/texturedbox.h
AgeCommit message (Collapse)Author
2020-12-29Split UI code into application/plugin UI and UI library.Bent Bisballe Nyeng
2020-11-14Add x_offset to drawable::line to be able to have drawImage render images ↵Bent Bisballe Nyeng
outside the parent area.
2020-03-07Read images as uint8_t instead of float. Convert Colour and all colour ↵Bent Bisballe Nyeng
related operations to use uint8_t instade of float and finally optimize rendering to render lines instead of single pixels.
2017-04-16Fix bug in TexturedBox where width and height were wrong.André Nusser
2017-01-01Revert 'Add texture offset support.'. x0 and y0 is already taken care of in ↵Bent Bisballe Nyeng
the contained Textures so just remove them completely from the TexturedBox class.
2016-12-10Add texture offset support.Bent Bisballe Nyeng
2016-06-06New TexturedBox class.Bent Bisballe Nyeng