summaryrefslogtreecommitdiff
path: root/plugingui/pixelbuffer.cc
AgeCommit message (Collapse)Author
2020-12-29Split UI code into application/plugin UI and UI library.Bent Bisballe Nyeng
2020-11-15Make sure tooltips are always shown inside the window.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-07Move pixel buffer render code from Window to PixelBuffer for easier ↵Bent Bisballe Nyeng
testing/benchmarking.
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-03-12Fix redrawing of underlying exposed area on Widget moves/resizing.Bent Bisballe Nyeng
2017-02-17Optimize PixelBuffer and PixelBufferAlpha setPixel method when no alpha is used.Bent Bisballe Nyeng
2017-02-12Refactor/introduce widget and windiow redraw/dirty mechanism to eradicate ↵Bent Bisballe Nyeng
unnecessary rendering passes during event handling.
2016-09-15Added new inline display for showing load progress.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-11-09Refactor PixelBuffer, and remove unnecessary calls to setPixel and addPixel.Bent Bisballe Nyeng
2013-04-23Optimise pixelbuffer blending.Bent Bisballe Nyeng
2013-04-23Fix memory leak.Bent Bisballe Nyeng
2013-03-30Fix alpha blending.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...