summaryrefslogtreecommitdiff
path: root/plugingui/painter.cc
AgeCommit message (Expand)Author
2020-11-14Add x_offset to drawable::line to be able to have drawImage render images out...Bent Bisballe Nyeng
2020-05-02Add support for 90 dgr. rotated text rendering.Bent Bisballe Nyeng
2020-03-07Re-enable drumkit image hover effect.Bent Bisballe Nyeng
2020-03-07Use vector for PixelBuffer memory allocation. Use optimized render routines i...Bent Bisballe Nyeng
2020-03-07Further optimize pixel blending. And re-introduce lineBlending in Painter::dr...Bent Bisballe Nyeng
2020-03-07Remove unused pixel functions.Bent Bisballe Nyeng
2020-03-07Read images as uint8_t instead of float. Convert Colour and all colour relate...Bent Bisballe Nyeng
2018-08-12Add highlight of single instruments on hits.André Nusser
2017-02-12Remove unused private Canvas memBent Bisballe Nyeng
2017-02-12Refactor/introduce widget and windiow redraw/dirty mechanism to eradicate unn...Bent Bisballe Nyeng
2017-01-27Fix pixel buffer assertion in line draws outside the pixel buffer.Bent Bisballe Nyeng
2016-09-05Added painter unit test and fixed image and text rendering boundaries.Bent Bisballe Nyeng
2016-09-04Add Canvas base class for the Painter to draw on. This is done in preparation...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 raw...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-12-31Fix a couple of errors detected by coverity.Bent Bisballe Nyeng
2015-11-20Move reference ambersand.Bent Bisballe Nyeng
2015-11-09Refactor PixelBuffer, and remove unnecessary calls to setPixel and addPixel.Bent Bisballe Nyeng
2015-11-07Refactored Painter.Bent Bisballe Nyeng
2013-05-08Remove GlobalContext class. Move all native code from EventHandler class to N...Bent Bisballe Nyeng
2013-04-04New message system. New common midi input class. Some compiler warning fixes....Bent Bisballe Nyeng
2013-03-30New box rendering of all widgets. Minor tweaks still missing.Bent Bisballe Nyeng
2013-03-24More box rendering fixes.Bent Bisballe Nyeng
2013-03-24Antialiased linedrawing endpoint fixes. New drawImageStretched method. Slight...Bent Bisballe Nyeng
2013-03-24Added box (image) renderer.Bent Bisballe Nyeng
2013-03-17Added PNG loadin support through a new Image class.Bent Bisballe Nyeng
2013-03-14Fix compiler warning.Bent Bisballe Nyeng
2013-03-13Add clear method. Fixed alpha bleding (again).Bent Bisballe Nyeng
2013-03-06Major GUI workover. Hilights: A new filebrowser and new knob widget.Bent Bisballe Nyeng
2012-01-23Simple image blit. New slider class. New filenamelineedit. New pixelbuffer us...Bent Bisballe Nyeng
2011-10-18New Label and LED widgets.Bent Bisballe Nyeng
2011-10-14Inital implementation of X11 plugin gui.Bent Bisballe Nyeng