summaryrefslogtreecommitdiff
path: root/plugingui/image.h
AgeCommit message (Collapse)Author
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.
2019-02-11Show/hide drumkit tab depending on if the current kit has a valid image ↵Bent Bisballe Nyeng
attached or not.
2017-01-21Store filename with Image for use when reporting errors.Bent Bisballe Nyeng
2016-06-06New TexturedBox class.Bent Bisballe Nyeng
2016-06-04Make Colour movabl;e and make Image contain a vector of Colour instead of ↵Bent Bisballe Nyeng
raw char data.
2016-06-02New ImageCache class for reusing Image resources.Bent Bisballe Nyeng
2016-03-22Change license to LGPLv3.André Nusser
2016-02-14Change GPL version number in file headers to 3.André Nusser
2015-11-09Remove unused 'err' argument.Bent Bisballe Nyeng
2015-11-07Refactored Painter.Bent Bisballe Nyeng
2015-10-31Refactored Image.Bent Bisballe Nyeng
2014-05-02Remove libpng dependency. Replace it with compiled-in lodepng.Bent Bisballe Nyeng
2013-09-20Remove non-working png hack.Bent Bisballe Nyeng
2013-09-15Use libpng from sourcetree instead of the one supplied by the OS.Bent Bisballe Nyeng
2013-05-10Fixed image/png memory leak.Bent Bisballe Nyeng
2013-05-03PNG error handling, extremeBent Bisballe Nyeng
2013-03-30Added GUI::Colour getPixel convinience methods.Bent Bisballe Nyeng
2013-03-18Make Image class use resource.Bent Bisballe Nyeng
2013-03-17Added PNG loadin support through a new Image class.Bent Bisballe Nyeng