summaryrefslogtreecommitdiff
path: root/plugingui/painter.cc
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-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 ↵Bent Bisballe Nyeng
in some more painter algorithms. Fix capitalization of Canvas::getPixelBuffer method.
2020-03-07Further optimize pixel blending. And re-introduce lineBlending in ↵Bent Bisballe Nyeng
Painter::drawImage.
2020-03-07Remove unused pixel functions.Bent Bisballe Nyeng
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.
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 ↵Bent Bisballe Nyeng
unnecessary rendering passes during event handling.
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 ↵Bent Bisballe Nyeng
preparation for a new Painter unittest.
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-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 ↵Bent Bisballe Nyeng
NativeWindowX11 and NativeWindowWin32 classes.
2013-04-04New message system. New common midi input class. Some compiler warning ↵Bent Bisballe Nyeng
fixes. New ListBoxBasic class used by both LustBox and ComboBox. New embossed font.
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. ↵Bent Bisballe Nyeng
Slightly modified box render model.
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 ↵Bent Bisballe Nyeng
used for drawing everything but the root window - with alpha blending...
2011-10-18New Label and LED widgets.Bent Bisballe Nyeng
2011-10-14Inital implementation of X11 plugin gui.Bent Bisballe Nyeng