summaryrefslogtreecommitdiff
path: root/plugingui/pixelbuffer.cc
AgeCommit message (Expand)Author
2020-03-03WIP: Further optimize pixel blending. And re-introduce lineBlending in Painte...int_uiBent Bisballe Nyeng
2020-03-01WIP: Remove unused pixel functions.Bent Bisballe Nyeng
2020-03-01WIP: Move pixel buffer render code from Window to PixelBuffer for easier test...Bent Bisballe Nyeng
2020-02-29WIP: Read images as uint8_t instead of float. Convert Colour and all colour r...Bent Bisballe Nyeng
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 unn...Bent Bisballe Nyeng
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 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-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 us...Bent Bisballe Nyeng